From f87ef98c1d35d8137e60fc03ec446d316d3e5e09 Mon Sep 17 00:00:00 2001 From: peeweep Date: Tue, 29 Jun 2021 05:51:09 +0000 Subject: [PATCH] Updated to 13.3.4 --- .SRCINFO | 5 ++--- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a479959..fde815e 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 = 13.2 + pkgver = 13.3.4 pkgrel = 1 url = https://salsa.debian.org/debian/debhelper.git/ arch = any @@ -19,8 +19,7 @@ pkgbase = debhelper depends = po-debconf depends = perl-pod-parser optdepends = dh-make - source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.2 + source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.3.4 md5sums = SKIP pkgname = debhelper - diff --git a/PKGBUILD b/PKGBUILD index 23351d0..2cd77f4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Andrei "Garoth" Thorp pkgname=debhelper -pkgver=13.2 +pkgver=13.3.4 pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" arch=('any')