summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2020-10-07 20:03:14 +0200
committerlarchunix2020-10-07 20:03:14 +0200
commit4bcfeb93455f91dd0d72fd70e1330c7f6051134e (patch)
tree196ca5347664a147a9275830728c32e6480402e0 /PKGBUILD
parent7bc8c50c070ca80c01018c113fec9d80198434c7 (diff)
downloadaur-4bcfeb93455f91dd0d72fd70e1330c7f6051134e.tar.gz
Update to upstream release 9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9b585d8f7e7..82b695e6b00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: mihai303
pkgname=rpmdevtools
-pkgver=9.1
+pkgver=9.2
pkgrel=1
pkgdesc="RPM Development Tools"
arch=('any')
@@ -10,7 +10,7 @@ source=("https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.xz")
license=('GPL2')
depends=('python' 'python-progressbar' 'python-requests_download' 'rpm-tools')
makedepends=('bash-completion' 'help2man')
-md5sums=('2f5ec56eb195245e0f62bdddc06a2816')
+md5sums=('06dadd5c96c0f0b9c7ba2f99fcdc89ed')
optdepends=('unzip: for zip support in rpmdev-extract command')
build() {