From a7ed662ab1f826fe83c29597af1da52802e8e014 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Sat, 10 Aug 2019 17:58:05 -0600 Subject: [PATCH] Updated to 12.3 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8759ab9..a4d6c8a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = debhelper pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks - pkgver = 11.3.2 + pkgver = 12.3 pkgrel = 1 url = https://salsa.debian.org/debian/debhelper.git/ arch = any @@ -18,7 +18,7 @@ pkgbase = debhelper depends = perl>=5.6.0 depends = po-debconf optdepends = dh-make - source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/11.3.2 + source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/12.3 md5sums = SKIP pkgname = debhelper diff --git a/PKGBUILD b/PKGBUILD index 8822859..30462d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Andrei "Garoth" Thorp pkgname=debhelper -pkgver=11.3.2 +pkgver=12.3 pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" arch=('any')