[arch-commits] Commit in cblrepo/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 4 04:27:18 UTC 2017


    Date: Thursday, May 4, 2017 @ 04:27:16
  Author: felixonmars
Revision: 226812

upgpkg: cblrepo 0.24.0-16

rebuild with aeson,1.1.2.0 purescript,0.11.4

Modified:
  cblrepo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-04 04:25:18 UTC (rev 226811)
+++ PKGBUILD	2017-05-04 04:27:16 UTC (rev 226812)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo"
 license=("Apache")
@@ -16,6 +16,10 @@
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
 
+prepare() {
+    sed -i 's/aeson ==1.0.*,/aeson >=1.0,/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
     



More information about the arch-commits mailing list