summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2020-11-28 16:50:31 +0100
committerlarchunix2020-11-28 16:50:31 +0100
commit2e0e850bd606c5cfafc94fe45a9ccbe78a963cd5 (patch)
treecb3bc672d8ceb5efd1597bb7cd31f340abcd479a
parente77c7b6cc79014ca02913f5c864e6ca3a7cc808f (diff)
downloadaur-2e0e850bd606c5cfafc94fe45a9ccbe78a963cd5.tar.gz
Update to upstream release 4.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d559bfcf7900..b01b03cf4eda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-extras
pkgdesc = Extras DNF Plugins
- pkgver = 4.0.12
+ pkgver = 4.0.13
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>=3.13
makedepends = python-sphinx
- depends = dnf>=4.2.19
+ depends = dnf>=4.4.3
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/4.0.12/dnf-plugins-extras-4.0.12.tar.gz
- md5sums = 925a54fe3236a15be6fb9651de4b0969
+ source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/4.0.13/dnf-plugins-extras-4.0.13.tar.gz
+ md5sums = 27dbded5f661fb9d9a4741c34ffc7816
pkgname = dnf-plugins-extras
diff --git a/PKGBUILD b/PKGBUILD
index da0449452f52..d4bbe10cca9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-extras
-pkgver=4.0.12
+pkgver=4.0.13
pkgrel=1
pkgdesc="Extras DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=4.2.19' 'python')
+depends=('dnf>=4.4.3' 'python')
makedepends=('cmake>=3.13' '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=('925a54fe3236a15be6fb9651de4b0969')
+md5sums=('27dbded5f661fb9d9a4741c34ffc7816')
prepare() {
cd "$pkgname-$pkgver"