summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-10-02 14:26:29 +0200
committerlarchunix2017-10-02 14:26:29 +0200
commit2444c46126c67c16b95a82e3cb6d525d12c1c510 (patch)
treea7372aecd4ef0d09d7a6c0b9539e6731ac63bf33
parentdc11e9e884615472b3221a9fec44f44388a0fcdc (diff)
downloadaur-2444c46126c67c16b95a82e3cb6d525d12c1c510.tar.gz
Update to upstream release 2.0.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec573473923f..3839e80e88db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-extras
pkgdesc = Extras DNF Plugins
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-extras
arch = any
@@ -8,15 +8,14 @@ pkgbase = dnf-plugins-extras
checkdepends = python-nose
makedepends = cmake
makedepends = python-sphinx
- depends = dnf>=2.4.2
+ depends = dnf>=2.7.1
depends = python
optdepends = snapper: for snapper plugin
optdepends = tracer: for tracer plugin
- options = !emptydirs
backup = etc/dnf/plugins/rpmconf.conf
backup = etc/dnf/plugins/torproxy.conf
- source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/2.0.2/dnf-plugins-extras-2.0.2.tar.gz
- md5sums = 1ef3aeea6b79987d3f94dd2fab0db6fe
+ source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/2.0.3/dnf-plugins-extras-2.0.3.tar.gz
+ md5sums = efa01ceaff9be436d06226f9ed51f352
pkgname = dnf-plugins-extras
diff --git a/PKGBUILD b/PKGBUILD
index e16e1ad8d4dc..8181cf535f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
pkgname=dnf-plugins-extras
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Extras DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=2.4.2' 'python')
+depends=('dnf>=2.7.1' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('snapper: for snapper plugin'
'tracer: for tracer plugin')
backup=('etc/dnf/plugins/rpmconf.conf'
'etc/dnf/plugins/torproxy.conf')
-options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('1ef3aeea6b79987d3f94dd2fab0db6fe')
+md5sums=('efa01ceaff9be436d06226f9ed51f352')
prepare() {
cd "$pkgname-$pkgver"