summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-05-02 19:46:09 +0200
committerlarchunix2017-05-02 19:46:09 +0200
commit3941b8b242eaf9dd281b4a35a7e8f3ce108002a6 (patch)
tree49ff21533d1718c67e912fd6bbb4ef966fe1e3f2
parent29515ae3158cde5830397c952a6845ad4a50400a (diff)
downloadaur-3941b8b242eaf9dd281b4a35a7e8f3ce108002a6.tar.gz
Update to upstream release 2.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09666461f63e..38ab0e1b3682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-extras
pkgdesc = Extras DNF Plugins
- pkgver = 0.10.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-extras
arch = any
@@ -10,17 +10,13 @@ pkgbase = dnf-plugins-extras
makedepends = python-sphinx
depends = dnf>=2.0.0
depends = python
- optdepends = createrepo_c: for local plugin
optdepends = snapper: for snapper plugin
optdepends = tracer: for tracer plugin
options = !emptydirs
- backup = etc/dnf/plugins/local.conf
backup = etc/dnf/plugins/rpmconf.conf
backup = etc/dnf/plugins/torproxy.conf
- backup = etc/dnf/plugins/versionlock.conf
- backup = etc/dnf/plugins/versionlock.list
- source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/0.10.0/dnf-plugins-extras-0.10.0.tar.gz
- md5sums = e8582383dd7fa7c7cfaa0703fd89000f
+ source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/2.0.0/dnf-plugins-extras-2.0.0.tar.gz
+ md5sums = c789492b6e768a399da51bb26db94ff4
pkgname = dnf-plugins-extras
diff --git a/PKGBUILD b/PKGBUILD
index b0e539700c65..d1617ae2eff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf-plugins-extras
-pkgver=0.10.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="Extras DNF Plugins"
arch=('any')
@@ -8,17 +8,13 @@ license=('GPL2')
depends=('dnf>=2.0.0' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
-optdepends=('createrepo_c: for local plugin'
- 'snapper: for snapper plugin'
+optdepends=('snapper: for snapper plugin'
'tracer: for tracer plugin')
-backup=('etc/dnf/plugins/local.conf'
- 'etc/dnf/plugins/rpmconf.conf'
- 'etc/dnf/plugins/torproxy.conf'
- 'etc/dnf/plugins/versionlock.conf'
- 'etc/dnf/plugins/versionlock.list')
+backup=('etc/dnf/plugins/rpmconf.conf'
+ 'etc/dnf/plugins/torproxy.conf')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('e8582383dd7fa7c7cfaa0703fd89000f')
+md5sums=('c789492b6e768a399da51bb26db94ff4')
prepare() {
cd "$pkgname-$pkgver"