summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-11-26 10:28:21 +0100
committerlarchunix2019-11-26 10:28:21 +0100
commit70c0df87fc49383de0c2ae15c2b206549e35c241 (patch)
treec7dadcd2109191e8d8371592b3814bd9d06e1010 /PKGBUILD
parentec74c20a1bff7ae538d96f9f7763bb7c1cab8f70 (diff)
downloadaur-70c0df87fc49383de0c2ae15c2b206549e35c241.tar.gz
Update to upstream release 4.0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e0f98e8d084..afb87fb0c855 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-core
-pkgver=4.0.11
+pkgver=4.0.12
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=4.2.14' 'python')
+depends=('dnf>=4.2.17' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('python-dateutil: for changelog plugin'
@@ -13,11 +13,12 @@ optdepends=('python-dateutil: for changelog plugin'
backup=('etc/dnf/plugins/copr.conf'
'etc/dnf/plugins/debuginfo-install.conf'
'etc/dnf/plugins/local.conf'
+ 'etc/dnf/plugins/post-transaction-actions.conf'
'etc/dnf/plugins/versionlock.conf'
'etc/dnf/plugins/versionlock.list')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('918edc848777be653f4063ed95c6dc7e')
+md5sums=('662edb2f940cdda6f471c33c1ea90ad8')
prepare() {
cd "$pkgname-$pkgver"