[arch-commits] Commit in cblrepo/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 20 09:00:29 UTC 2017
Date: Sunday, August 20, 2017 @ 09:00:29
Author: felixonmars
Revision: 252651
upgpkg: cblrepo 0.24.0-37
rebuild with optparse-applicative,0.14.0.0
Modified:
cblrepo/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-20 08:58:54 UTC (rev 252650)
+++ PKGBUILD 2017-08-20 09:00:29 UTC (rev 252651)
@@ -3,7 +3,7 @@
pkgname=cblrepo
pkgver=0.24.0
-pkgrel=36
+pkgrel=37
pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
url="https://github.com/magthe/cblrepo"
license=("Apache")
@@ -17,6 +17,7 @@
prepare() {
mv cblrepo-771cb062435b7ef5511f77187f051b1a0e908f69 cblrepo-$pkgver
+ sed -i 's/optparse-applicative ==0.13.*,/optparse-applicative >=0.13,/' cblrepo-$pkgver/cblrepo.cabal
}
build() {
More information about the arch-commits
mailing list