From 20d04a61fe7f9d2ccc6c3ffdd167cd6c8d0c2618 Mon Sep 17 00:00:00 2001 From: Justin Vreeland Date: Thu, 31 Aug 2017 21:17:31 -0600 Subject: [PATCH] Update to 10.7.2 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2f6e884..5db6992 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 = 10.2.5 + pkgver = 10.7.2 pkgrel = 1 url = http://anonscm.debian.org/cgit/debhelper/debhelper.git/ arch = any @@ -18,7 +18,7 @@ pkgbase = debhelper depends = perl>=5.6.0 depends = po-debconf optdepends = dh-make - source = git://anonscm.debian.org/debhelper/debhelper.git#tag=debian/10.2.5 + source = git://anonscm.debian.org/debhelper/debhelper.git#tag=debian/10.7.2 md5sums = SKIP pkgname = debhelper diff --git a/PKGBUILD b/PKGBUILD index 145a33f..c44a68c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Andrei "Garoth" Thorp pkgname=debhelper -pkgver=10.2.5 +pkgver=10.7.2 pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" arch=('any')