summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-02-12 19:40:44 +0100
committerlarchunix2019-02-12 19:40:44 +0100
commit1f39931a519052c2676f84b0b7253c1e22b110a9 (patch)
tree5682006de8bc810e20c55181dfff8c989c0cad4d /PKGBUILD
parent5749163d3fbf99d7d59f684c66f78a5652a59619 (diff)
downloadaur-1f39931a519052c2676f84b0b7253c1e22b110a9.tar.gz
Update to upstream release 4.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 470e8ab17f3c..9aacc3a6813a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf-plugins-core
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
pkgdesc="Core DNF Plugins"
arch=('any')
@@ -16,12 +16,17 @@ backup=('etc/dnf/plugins/copr.conf'
'etc/dnf/plugins/versionlock.list')
options=(!emptydirs)
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('8fd60919661038db3d00a0518e501090')
+md5sums=('124dbd61fa504c42fca0f4ab41f30ee7')
prepare() {
cd "$pkgname-$pkgver"
rm -rf build
mkdir build
+
+ # sphinx-build-3 does not exist on Arch Linux,
+ # use sphinx-build instead
+ sed -e 's/sphinx-build-3/sphinx-build/' \
+ -i doc/CMakeLists.txt
}
build() {