summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinuxer2020-12-07 10:04:23 +0200
committerlinuxer2020-12-07 10:04:23 +0200
commit378c2e67117de7600b14e89e490267859292ae04 (patch)
treea0cca5773a0577cfdc8286797bec3166ceb1c040
parent9a634564a74003ee58be3cda5eccbe64e3f80998 (diff)
downloadaur-378c2e67117de7600b14e89e490267859292ae04.tar.gz
Release Update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e5aca26672..648fb3491c39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = debhelpergit
pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks
- pkgver = 13.2.1
+ pkgver = 13.3
pkgrel = 1
url = https://salsa.debian.org/debian/debhelper.git/
arch = any
@@ -19,8 +19,7 @@ pkgbase = debhelpergit
depends = perl>=5.6.0
depends = po-debconf
optdepends = dh-make
- provides = debhelper
- source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.2.1
+ source = git+https://salsa.debian.org/debian//debhelper.git#tag=debian/13.3
md5sums = SKIP
pkgname = debhelpergit
diff --git a/PKGBUILD b/PKGBUILD
index b666d5ec44d0..7560b4c46ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: linuxer <https://linuxer.gr>
-# <https://gitlab.com/linuxer.gr>
+# Maintainer: linuxer <linuxer@artixlinux.org>
# Maintainer: Justin Vreeland <vreeland.justin@gmail.com>
# Contributor: Antoine Lubineau <antoine@lubignon.info>
# Contributor: Charles Pigott <charlespigott@googlemail.com>
@@ -7,13 +6,12 @@
pkgname=debhelpergit
aliasname=debhelper
-pkgver=13.2.1
+pkgver=13.3
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/"
license=('GPL2' 'GPL3')
-provides=('debhelper')
depends=('binutils' 'dpkg>=1.16.2' 'file>=3.23' 'html2text' 'man-db>=2.5.1' 'perl>=5.6.0' 'po-debconf')
makedepends=('po4a>=0.24' 'man-db>=2.5.1' 'file>=3.23' 'git' 'perl-pod-parser>=1.63')
optdepends=('dh-make')