summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Parsey2023-03-08 13:49:06 +1030
committerCallum Parsey2023-03-08 13:49:06 +1030
commitc9a3ec89b8556290e35844ed8d31b9ea177e6dd2 (patch)
tree19d6c27b089c6598175dbab1ff1a474940d29de7
parent92e5ce2837a1e19973839e6c02072b2129041e17 (diff)
downloadaur-c9a3ec89b8556290e35844ed8d31b9ea177e6dd2.tar.gz
Bump `pkgrel` to `2` for release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7a6fbc925f..dc1b711e3254 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adduser-deb
pkgdesc = Debian's 'adduser' and 'deluser' commands for creating and removing users
pkgver = 3.131
- pkgrel = 1
+ pkgrel = 2
url = https://salsa.debian.org/debian/adduser
arch = any
license = GPL2
@@ -17,10 +17,12 @@ pkgbase = adduser-deb
backup = etc/adduser.conf
backup = etc/deluser.conf
source = https://salsa.debian.org/debian/adduser/-/archive/debian/3.131/adduser-debian-3.131.tar.gz
+ source = arch-finger.patch
source = arch-license-path.patch
source = arch-policy.patch
sha256sums = 3ce6de32bce048d12429d9431b36d8437c1934266475b6a9f5235b3dff54f918
+ sha256sums = 917d0f4733610e0fef9210728d1a11ac47574293c5c4c5e37d654e78f84dff85
sha256sums = 2bb01846f0f3206796a817aacc65bef7d216ef7e0a89132661abb4182f0ba7d6
- sha256sums = dc39d3588a408ab9caf24bda5813a2ce832a41cc4852cd5f2a60924d0847eeab
+ sha256sums = 245e1fcd5baa0e85471ef92778bd429dedc094e02743d1a832217e116be3ccb1
pkgname = adduser-deb
diff --git a/PKGBUILD b/PKGBUILD
index 962b030763e9..71dc0c5d62c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=adduser-deb
_pkgname=adduser-debian
pkgver=3.131
-pkgrel=1
+pkgrel=2
pkgdesc="Debian's 'adduser' and 'deluser' commands for creating and removing users"
arch=("any")
url="https://salsa.debian.org/debian/adduser"