summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-02-09 20:07:29 +0100
committerlarchunix2017-02-09 20:07:29 +0100
commit38a6c7e399d230593aa4e8c8d0d15e8f0955889e (patch)
tree8dadcddc51420521454cbf7df74918e594a790e9
parent30bc937140d4ff82fdf292e1d26c831c19758f78 (diff)
downloadaur-38a6c7e399d230593aa4e8c8d0d15e8f0955889e.tar.gz
Update to upstream release 2.0.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904ab9861f29..00a1015848bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf
pkgdesc = Package manager forked from Yum, using libsolv as a dependency resolver
- pkgver = 2.0.0.1
+ pkgver = 2.0.1.1
pkgrel = 1
url = https://github.com/rpm-software-management/dnf
arch = any
@@ -10,7 +10,7 @@ pkgbase = dnf
makedepends = bash-completion
makedepends = cmake
makedepends = python-sphinx
- depends = libdnf>=0.7
+ depends = libdnf>=0.7.1
depends = libcomps
depends = librepo
depends = rpm-org
@@ -19,8 +19,8 @@ pkgbase = dnf
depends = python-pygpgme
backup = etc/dnf/automatic.conf
backup = etc/dnf/dnf.conf
- source = https://github.com/rpm-software-management/dnf/archive/dnf-2.0.0-1.tar.gz
- md5sums = 6adf0b13843c50f556579ef91eb59eb1
+ source = https://github.com/rpm-software-management/dnf/archive/dnf-2.0.1-1.tar.gz
+ md5sums = df8df46f3f4f03bbdb5ccbbd8f748229
pkgname = dnf
diff --git a/PKGBUILD b/PKGBUILD
index 49d5b626f31e..e91963e71b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf
-_pkgver=2.0.0
+_pkgver=2.0.1
_rpmrel=1
_pkgtag=$pkgname-$_pkgver-$_rpmrel
pkgver=$_pkgver.$_rpmrel
@@ -8,14 +8,14 @@ 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.7' 'libcomps' 'librepo' 'rpm-org'
+depends=('libdnf>=0.7.1' 'libcomps' 'librepo' 'rpm-org'
'python' 'python-iniparse' 'python-pygpgme')
makedepends=('bash-completion' 'cmake' 'python-sphinx')
checkdepends=('python-nose')
backup=("etc/$pkgname/automatic.conf"
"etc/$pkgname/$pkgname.conf")
source=("$url/archive/$_pkgtag.tar.gz")
-md5sums=('6adf0b13843c50f556579ef91eb59eb1')
+md5sums=('df8df46f3f4f03bbdb5ccbbd8f748229')
prepare() {
mv "$pkgname-$_pkgtag" "$pkgname-$pkgver"