summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2020-01-28 11:18:45 +0100
committerlarchunix2020-01-28 11:18:45 +0100
commitfec89b68b958be5b469464ffb6a2a63e7841fb62 (patch)
treef2db31d3c2b43291b893d2135b8bcabc16dc3b88 /PKGBUILD
parent65375d9a1e862ca839fcba2cf2e43b9ffaf1d734 (diff)
downloadaur-fec89b68b958be5b469464ffb6a2a63e7841fb62.tar.gz
rpm-org package has been replaced by rpm-tools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41bfb979a1be..38bbe224828b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=dnf
pkgver=4.2.18
-pkgrel=1
+pkgrel=2
pkgdesc="Package manager forked from Yum, using libsolv as a dependency resolver"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2' 'GPL')
depends=('libdnf>=0.41.0' 'libcomps>=0.1.8'
- 'python' 'python-gpgme' 'rpm-org>=4.14.0')
+ 'python' 'python-gpgme' 'rpm-tools>=4.14.0')
makedepends=('bash-completion' 'cmake' 'python-sphinx')
checkdepends=('python-nose')
optdepends=('python-unbound: for gpgkey_dns_verification option')