summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-08-06 12:33:42 +0200
committerlarchunix2019-08-06 12:33:42 +0200
commitf42ace25d88cca233bd52f79703ff4f4a4171e42 (patch)
treea645b0b5b48f94285aea6011eef178c19dda40e6
parent90c55e1e604c1158af1a07f96ddfa7392e95a2c2 (diff)
downloadaur-f42ace25d88cca233bd52f79703ff4f4a4171e42.tar.gz
Update to upstream release 4.0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f72aee93e19f..b93ba55bea13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-core
pkgdesc = Core DNF Plugins
- pkgver = 4.0.8
+ pkgver = 4.0.9
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-core
arch = any
@@ -8,7 +8,7 @@ pkgbase = dnf-plugins-core
checkdepends = python-nose
makedepends = cmake
makedepends = python-sphinx
- depends = dnf>=4.2.1
+ depends = dnf>=4.2.8
depends = python
optdepends = python-dateutil: for changelog plugin
optdepends = createrepo_c: for local plugin
@@ -18,8 +18,8 @@ pkgbase = dnf-plugins-core
backup = etc/dnf/plugins/local.conf
backup = etc/dnf/plugins/versionlock.conf
backup = etc/dnf/plugins/versionlock.list
- source = https://github.com/rpm-software-management/dnf-plugins-core/archive/4.0.8/dnf-plugins-core-4.0.8.tar.gz
- md5sums = 4f91a6ba8876c5191d89d7982b2034d1
+ source = https://github.com/rpm-software-management/dnf-plugins-core/archive/4.0.9/dnf-plugins-core-4.0.9.tar.gz
+ md5sums = 01000aa7c054fc0ad9e8b3cd3a74f7e4
pkgname = dnf-plugins-core
diff --git a/PKGBUILD b/PKGBUILD
index b3bbcf47dc8e..758edc779203 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-core
-pkgver=4.0.8
+pkgver=4.0.9
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=4.2.1' 'python')
+depends=('dnf>=4.2.8' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('python-dateutil: for changelog plugin'
@@ -17,7 +17,7 @@ backup=('etc/dnf/plugins/copr.conf'
'etc/dnf/plugins/versionlock.list')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('4f91a6ba8876c5191d89d7982b2034d1')
+md5sums=('01000aa7c054fc0ad9e8b3cd3a74f7e4')
prepare() {
cd "$pkgname-$pkgver"