summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2021-01-28 20:15:13 +0100
committerlarchunix2021-01-28 20:15:13 +0100
commit8f217fa606c547b100e0f637db14217f40d680d0 (patch)
treee0309be9c7cb937f97f6d016d9003f38dad9b0d5 /PKGBUILD
parent26977cd23da5af5dbb017edd79c5e58fbaf624d3 (diff)
downloadaur-8f217fa606c547b100e0f637db14217f40d680d0.tar.gz
Update to upstream release 4.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44c38acbb8d5..4ae24942aa50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dnf
-pkgver=4.5.2
+pkgver=4.6.0
pkgrel=1
pkgdesc="Package manager forked from Yum, using libsolv as a dependency resolver"
arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
-depends=('libdnf>=0.55.1' 'libcomps>=0.1.8'
+depends=('libdnf>=0.57.0' 'libcomps>=0.1.8'
'python' 'python-gpgme' 'rpm-tools>=4.14.0')
makedepends=('bash-completion' 'cmake>=3.13' 'python-sphinx')
checkdepends=('python-nose')
@@ -19,7 +19,7 @@ backup=("etc/$pkgname/automatic.conf"
"etc/logrotate.d/$pkgname")
options=('!emptydirs')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('50e6fe98f4249559ed99337783d81b20')
+md5sums=('4210f3005ecb5ac9b6e90bf8d2444653')
prepare() {
cd "$pkgname-$pkgver"