[arch-commits] Commit in haskell-uri-bytestring/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 21 09:25:42 UTC 2017


    Date: Tuesday, November 21, 2017 @ 09:25:41
  Author: felixonmars
Revision: 267726

upgpkg: haskell-uri-bytestring 0.3.0.1-1

rebuild with uri-bytestring,0.3.0.1

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-21 09:25:28 UTC (rev 267725)
+++ PKGBUILD	2017-11-21 09:25:41 UTC (rev 267726)
@@ -3,8 +3,8 @@
 
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
-pkgver=0.2.3.3
-pkgrel=10
+pkgver=0.3.0.1
+pkgrel=1
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring"
 license=('custom:BSD3')
@@ -12,8 +12,12 @@
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-th-lift-instances')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('eda9ac8ff3698311bf02f2f338d13f6671887c6598710e8784eb37ba6d12cc8e01853ee3355fa08b1e0f9fb5bda3761a3de6141fb40bf6c6efe84f704fa39759')
+sha512sums=('6300930fb243c8b023b92eff1b3042dfa8bd0db397669537793c40c2124a711ff20ba23b5646e8e73d49b9c7a86a3264f6cf3685ba5379b6b4f5b1c327d01d96')
 
+prepare() {
+    sed -i '/fail/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list