summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2018-06-26 19:26:46 +0200
committerlarchunix2018-06-26 19:26:46 +0200
commit8af2960eebe4b472ab8b82d449d0b1fc119676b5 (patch)
treeae9d1c08905b42f4a69999216990247f7cd5956d
parentffca40fbc0f2dd9ca0e069fd2b1fbdeecf2dad91 (diff)
downloadaur-8af2960eebe4b472ab8b82d449d0b1fc119676b5.tar.gz
Update to upstream release 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c04b9bbb780..2dff877f5306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-extras
pkgdesc = Extras DNF Plugins
- pkgver = 2.0.5
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-extras
arch = any
@@ -8,14 +8,14 @@ pkgbase = dnf-plugins-extras
checkdepends = python-nose
makedepends = cmake
makedepends = python-sphinx
- depends = dnf>=2.7.1
+ depends = dnf>=3.0.0
depends = python
optdepends = snapper: for snapper plugin
optdepends = tracer: for tracer plugin
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.5/dnf-plugins-extras-2.0.5.tar.gz
- md5sums = 46189a43ee8f7dfd426929affc8a04ad
+ source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/3.0.0/dnf-plugins-extras-3.0.0.tar.gz
+ md5sums = 78e4fcff51c1d4c4d4c86fe65a8c1b36
pkgname = dnf-plugins-extras
diff --git a/PKGBUILD b/PKGBUILD
index 4e86072b6bf8..15da17acedd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-extras
-pkgver=2.0.5
+pkgver=3.0.0
pkgrel=1
pkgdesc="Extras DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=2.7.1' 'python')
+depends=('dnf>=3.0.0' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('snapper: for snapper plugin'
@@ -13,7 +13,7 @@ optdepends=('snapper: for snapper plugin'
backup=('etc/dnf/plugins/rpmconf.conf'
'etc/dnf/plugins/torproxy.conf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('46189a43ee8f7dfd426929affc8a04ad')
+md5sums=('78e4fcff51c1d4c4d4c86fe65a8c1b36')
prepare() {
cd "$pkgname-$pkgver"