summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2017-04-15 12:41:56 +0200
committerlarchunix2017-04-15 12:41:56 +0200
commit9155d6bb78be22c6c2d17aff5b8a37bf0493a1b4 (patch)
tree46589461e0b9842f3d8cf7a4a524d3b8eae81209 /PKGBUILD
parent7020bb2d4346b53568fe01e2ed0ac3eaf98c17c7 (diff)
downloadaur-9155d6bb78be22c6c2d17aff5b8a37bf0493a1b4.tar.gz
Update to upstream release 2.1.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c583d8ec787c..30731e11f812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf
-_pkgver=2.1.0
+_pkgver=2.1.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.1' 'libcomps' 'librepo' 'rpm-org'
- 'python' 'python-iniparse' 'python-pygpgme')
+depends=('libdnf>=0.8.0' 'libcomps' 'librepo' 'rpm-org'
+ 'python' 'python-iniparse' 'python-gpgme')
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=('a4ce39cba372c59ee807bffea91a72f7')
+md5sums=('62725dddaf93f0504cbaa96bf9418e1d')
prepare() {
mv "$pkgname-$_pkgtag" "$pkgname-$pkgver"