From 9c29aa7946f95677d70b8f96aad9a90e5efc5a46 Mon Sep 17 00:00:00 2001 From: xiota Date: Wed, 2 Nov 2022 15:22:25 -0700 Subject: [PATCH] Updated to 13.10.1 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2f41ecc..93ac23d 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.10 + pkgver = 13.10.1 pkgrel = 1 url = https://salsa.debian.org/debian/debhelper.git/ arch = any @@ -19,7 +19,7 @@ pkgbase = debhelper depends = perl-pod-parser depends = po-debconf optdepends = dh-make - source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.10 + source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.10.1 md5sums = SKIP pkgname = debhelper diff --git a/PKGBUILD b/PKGBUILD index 2eb81f1..e62eed5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Andrei "Garoth" Thorp pkgname=debhelper -pkgver=13.10 +pkgver=13.10.1 pkgrel=1 pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks" arch=('any')