summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-04-25 18:27:12 +0200
committerlarchunix2019-04-25 18:27:12 +0200
commit9c66e8fbf4b961a49943ba92213d3646c3253f7c (patch)
tree0e0272fe9f3cc31dc9673eca919cf0b5f5fc6418
parent9adb3df27d1233a46f5729d5fabe004b9815fec8 (diff)
downloadaur-9c66e8fbf4b961a49943ba92213d3646c3253f7c.tar.gz
Update to upstream release 4.0.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f684bf587223..e3b9e05a5199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-core
pkgdesc = Core DNF Plugins
- pkgver = 4.0.6
+ pkgver = 4.0.7
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-core
arch = any
@@ -10,6 +10,7 @@ pkgbase = dnf-plugins-core
makedepends = python-sphinx
depends = dnf>=4.2.1
depends = python
+ optdepends = python-dateutil: for changelog plugin
optdepends = createrepo_c: for local plugin
options = !emptydirs
backup = etc/dnf/plugins/copr.conf
@@ -17,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.6/dnf-plugins-core-4.0.6.tar.gz
- md5sums = e2afbe7f5d46b2825c04bd4970ed39ba
+ source = https://github.com/rpm-software-management/dnf-plugins-core/archive/4.0.7/dnf-plugins-core-4.0.7.tar.gz
+ md5sums = 7216c4db5a4bbf0913bfe501300bf8c7
pkgname = dnf-plugins-core
diff --git a/PKGBUILD b/PKGBUILD
index d9045ba57cd4..cf698c12611c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf-plugins-core
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
@@ -8,7 +8,8 @@ license=('GPL2')
depends=('dnf>=4.2.1' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
-optdepends=('createrepo_c: for local plugin')
+optdepends=('python-dateutil: for changelog plugin'
+ 'createrepo_c: for local plugin')
backup=('etc/dnf/plugins/copr.conf'
'etc/dnf/plugins/debuginfo-install.conf'
'etc/dnf/plugins/local.conf'
@@ -16,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=('e2afbe7f5d46b2825c04bd4970ed39ba')
+md5sums=('7216c4db5a4bbf0913bfe501300bf8c7')
prepare() {
cd "$pkgname-$pkgver"