summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2016-01-25 22:05:08 +0100
committerlarchunix2016-01-25 22:05:08 +0100
commitd6703505b5db47f2f3c096fc1fbbf90d167a2cd6 (patch)
tree4a75151dbc50a4aba96bc4481a782ae3cb0197ab
parent4d67459abd1f6c16316edfee60d7ad95de6928d7 (diff)
downloadaur-d6703505b5db47f2f3c096fc1fbbf90d167a2cd6.tar.gz
Update to upstream release 0.1.16-1 and build man pages
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf75f8b029df..10f42ebeba64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 20:37:47 UTC 2015
+# Mon Jan 25 21:04:56 UTC 2016
pkgbase = dnf-plugins-core
pkgdesc = Core DNF Plugins
- pkgver = 0.1.15.1
+ pkgver = 0.1.16.1
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-core
arch = any
license = GPL2
checkdepends = python-nose
makedepends = cmake
+ makedepends = python-sphinx
depends = dnf
depends = python
- source = https://github.com/rpm-software-management/dnf-plugins-core/archive/dnf-plugins-core-0.1.15-1.tar.gz
- md5sums = 8c793b691d050fd1506105cb042dec98
+ options = !emptydirs
+ source = https://github.com/rpm-software-management/dnf-plugins-core/archive/dnf-plugins-core-0.1.16-1.tar.gz
+ md5sums = 1293667b793a3751d9fab82f876eecf0
pkgname = dnf-plugins-core
diff --git a/PKGBUILD b/PKGBUILD
index 61aca6e5274b..7348de1bc899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf-plugins-core
-_pkgver=0.1.15
+_pkgver=0.1.16
_rpmrel=1
pkgver=$_pkgver.$_rpmrel
pkgrel=1
@@ -8,10 +8,11 @@ arch=('any')
url="https://github.com/rpm-software-management/$pkgname"
license=('GPL2')
depends=('dnf' 'python')
-makedepends=('cmake')
+makedepends=('cmake' 'python-sphinx')
checkdepends=('python-nose')
+options=(!emptydirs)
source=("$url/archive/$pkgname-$_pkgver-$_rpmrel.tar.gz")
-md5sums=('8c793b691d050fd1506105cb042dec98')
+md5sums=('1293667b793a3751d9fab82f876eecf0')
prepare() {
mv "$pkgname-$pkgname-$_pkgver-$_rpmrel" "$pkgname-$pkgver"
@@ -28,6 +29,8 @@ build() {
-DPYTHON_DESIRED=3 \
..
make
+ # sphinx-build fails with non UTF-8 locales
+ make LC_ALL=en_US.UTF-8 doc-man
}
check() {