summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-09-21 04:01:44 -0700
committerxiota2023-09-21 04:01:44 -0700
commitf47dfa3cbfa34ab25fe78403f89511625cab0ed2 (patch)
tree8f1293997425e831c931f7761d370f42c9aaa70a /PKGBUILD
parent1862e91f93193351f8746c67b0b9d23c6bba4ff0 (diff)
downloadaur-f47dfa3cbfa34ab25fe78403f89511625cab0ed2.tar.gz
Update to 13.11.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78b7be03a4c3..24237d19b451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
+# Maintainer:
# Contributor: Justin Vreeland <vreeland.justin@gmail.com>
# Contributor: Antoine Lubineau <antoine@lubignon.info>
# Contributor: Charles Pigott <charlespigott@googlemail.com>
# Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
-pkgname=debhelper
-pkgver=13.11.4
-pkgrel=2
+_pkgname=debhelper
+pkgname="$_pkgname"
+pkgver=13.11.5
+pkgrel=1
pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
arch=('any')
url="https://salsa.debian.org/debian/debhelper.git/"