summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-03-12 12:02:57 +0100
committerlarchunix2019-03-12 12:02:57 +0100
commit9adb3df27d1233a46f5729d5fabe004b9815fec8 (patch)
tree5711fa5c38051774053c1eb9d461b36c14971bb8 /PKGBUILD
parent1f39931a519052c2676f84b0b7253c1e22b110a9 (diff)
downloadaur-9adb3df27d1233a46f5729d5fabe004b9815fec8.tar.gz
Update to upstream release 4.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9aacc3a6813a..d9045ba57cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-core
-pkgver=4.0.4
+pkgver=4.0.6
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=4.0.7' 'python')
+depends=('dnf>=4.2.1' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('createrepo_c: for local plugin')
@@ -16,7 +16,7 @@ backup=('etc/dnf/plugins/copr.conf'
'etc/dnf/plugins/versionlock.list')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('124dbd61fa504c42fca0f4ab41f30ee7')
+md5sums=('e2afbe7f5d46b2825c04bd4970ed39ba')
prepare() {
cd "$pkgname-$pkgver"