summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2022-02-05 08:52:57 +0100
committerlarchunix2022-02-05 08:52:57 +0100
commit0cae588e6f9a44eddf266574680e5e30f9be3937 (patch)
tree3f09731f628e3a17c43774aab3243f519ad48f4e /PKGBUILD
parent97295a49d3848b4a5d57518c548e1ae99502dc06 (diff)
downloadaur-rpmdevtools.tar.gz
Update to upstream release 9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15f6191bcd23..8a032df8a12a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: mihai303
pkgname=rpmdevtools
-pkgver=9.5
+pkgver=9.6
pkgrel=1
pkgdesc="RPM Development Tools"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'python-progressbar' 'python-requests' 'rpm-tools')
makedepends=('bash-completion' 'help2man')
optdepends=('unzip: for zip support in rpmdev-extract command')
source=("https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('b46a1d6949078f8b25056682768ed6bd50d713c33ac8a986d94ce71a162212aa')
+sha256sums=('794c97afeb6e81867497b84d2ecfd42dc8c984f59fbab8282f5396419ca7cb9e')
build() {
cd "$pkgname-$pkgver"