summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2018-09-07 20:18:41 +0200
committerlarchunix2018-09-07 20:18:41 +0200
commitb8434e99380d541cd8e31e01ac8bbeff2020e5fc (patch)
tree9d4ebb52ee1cf0051d3011c6ef1449a8a4d83e1e
parent50c0279ccb8785ff6d8d9ba42d3bd424ee0464e7 (diff)
downloadaur-b8434e99380d541cd8e31e01ac8bbeff2020e5fc.tar.gz
Update to upstream release 3.5.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa484768ae0..ec638a0c7413 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf
pkgdesc = Package manager forked from Yum, using libsolv as a dependency resolver
- pkgver = 3.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/rpm-software-management/dnf
arch = any
@@ -10,18 +10,17 @@ pkgbase = dnf
makedepends = bash-completion
makedepends = cmake
makedepends = python-sphinx
- depends = libdnf>=0.17.2
+ depends = libdnf>=0.19.0
depends = libcomps>=0.1.8
depends = libmodulemd>=1.4.0
depends = python
- depends = python-gobject
depends = python-gpgme
depends = python-iniparse
depends = rpm-org
backup = etc/dnf/automatic.conf
backup = etc/dnf/dnf.conf
- source = https://github.com/rpm-software-management/dnf/archive/3.4.0/dnf-3.4.0.tar.gz
- md5sums = 897fcf3910342722cef0fcf374f0d6e6
+ source = https://github.com/rpm-software-management/dnf/archive/3.5.0/dnf-3.5.0.tar.gz
+ md5sums = c0f85a718ba43a5c9e54389ecc826fce
pkgname = dnf
diff --git a/PKGBUILD b/PKGBUILD
index f4bbf365b86c..e1ef9a2d52a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
pkgname=dnf
-pkgver=3.4.0
+pkgver=3.5.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' 'GPL')
-depends=('libdnf>=0.17.2' 'libcomps>=0.1.8' 'libmodulemd>=1.4.0'
- 'python' 'python-gobject' 'python-gpgme' 'python-iniparse'
+depends=('libdnf>=0.19.0' 'libcomps>=0.1.8' 'libmodulemd>=1.4.0'
+ 'python' 'python-gpgme' 'python-iniparse'
'rpm-org')
makedepends=('bash-completion' 'cmake' 'python-sphinx')
checkdepends=('python-nose')
backup=("etc/$pkgname/automatic.conf"
"etc/$pkgname/$pkgname.conf")
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('897fcf3910342722cef0fcf374f0d6e6')
+md5sums=('c0f85a718ba43a5c9e54389ecc826fce')
prepare() {
cd "$pkgname-$pkgver"