summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2018-11-23 08:31:29 +0100
committerlarchunix2018-11-23 08:31:29 +0100
commit518c10b7f57530dbeab450dc2ee5ac90dafe103b (patch)
tree3eac3846f56ff9eba40e8580f82caca578c733b9 /PKGBUILD
parentadf7cd17fb80903fd0d79ce992552b22e6f29054 (diff)
downloadaur-518c10b7f57530dbeab450dc2ee5ac90dafe103b.tar.gz
Update to upstream release 4.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93a1af1d0343..07ddbc3e4b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf-plugins-core
-pkgver=4.0.0
+pkgver=4.0.2
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('dnf>=3.7.0' 'python')
+depends=('dnf>=4.0.7' 'python')
makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('createrepo_c: for local plugin')
@@ -16,7 +16,7 @@ backup=('etc/dnf/plugins/copr.conf'
'etc/dnf/plugins/versionlock.list')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('9f3ce79fc486c3393e084a7a4f21596d')
+md5sums=('5c2c4de4de65a6890e5e0d5b0ee7bdb6')
prepare() {
cd "$pkgname-$pkgver"
@@ -47,6 +47,7 @@ package() {
rm "$pkgdir/usr/share/man/man1/debuginfo-install.1" \
"$pkgdir/usr/share/man/man1/needs-restarting.1" \
"$pkgdir/usr/share/man/man1/package-cleanup.1" \
+ "$pkgdir/usr/share/man/man1/repodiff.1" \
"$pkgdir/usr/share/man/man1/repo-graph.1" \
"$pkgdir/usr/share/man/man1/repoclosure.1" \
"$pkgdir/usr/share/man/man1/repomanage.1" \