summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-09-20 00:11:52 +0200
committerlarchunix2019-09-20 00:11:52 +0200
commit2b22cc2bfd1ae2fb8eeebe1cad18df4746ee0959 (patch)
tree61a8b617cbaa805288377ac085064d6d3d61016c /PKGBUILD
parentf42ace25d88cca233bd52f79703ff4f4a4171e42 (diff)
downloadaur-2b22cc2bfd1ae2fb8eeebe1cad18df4746ee0959.tar.gz
Update to upstream release 4.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 758edc779203..236daf1d7efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-core
-pkgver=4.0.9
+pkgver=4.0.10
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=4.2.8' 'python')
+depends=('dnf>=4.2.10' '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=('01000aa7c054fc0ad9e8b3cd3a74f7e4')
+md5sums=('ada00a3aba3c3c179cf04928150a73bf')
prepare() {
cd "$pkgname-$pkgver"
@@ -65,6 +65,7 @@ package() {
"$pkgdir/usr/share/man/man1/yum-debug-dump.1" \
"$pkgdir/usr/share/man/man1/yum-debug-restore.1" \
"$pkgdir/usr/share/man/man1/yumdownloader.1" \
+ "$pkgdir/usr/share/man/man1/yum-utils.1" \
"$pkgdir/usr/share/man/man5/yum-versionlock.conf.5" \
"$pkgdir/usr/share/man/man8/yum-copr.8" \
"$pkgdir/usr/share/man/man8/yum-versionlock.8"