summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-09-25 18:44:05 +0200
committerlarchunix2018-09-25 18:44:05 +0200
commit5fabbd09e04e27a8f444bfae5be287ad42b98feb (patch)
tree4dab04d0c8070ffb4c284bd614985acdb7e5fca3 /PKGBUILD
parent6f36a5f71bfce882c1b84abf4affe553723da8ba (diff)
downloadaur-5fabbd09e04e27a8f444bfae5be287ad42b98feb.tar.gz
Update to upstream release 3.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80d0fa098d1d..2edc02cf5a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,22 @@
pkgname=dnf-plugins-core
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=3.5.0' 'python')
+depends=('dnf>=3.6.1' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('createrepo_c: for local plugin')
-backup=('etc/dnf/plugins/debuginfo-install.conf'
+backup=('etc/dnf/plugins/copr.conf'
+ 'etc/dnf/plugins/debuginfo-install.conf'
'etc/dnf/plugins/local.conf'
'etc/dnf/plugins/versionlock.conf'
'etc/dnf/plugins/versionlock.list')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('d4bca99b558444da2a7159dbb4948284')
+md5sums=('30ecfda26a73acd8561349acf2d1cc15')
prepare() {
cd "$pkgname-$pkgver"