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

Felix Yan felixonmars at archlinux.org
Wed May 23 03:49:56 UTC 2018


    Date: Wednesday, May 23, 2018 @ 03:49:55
  Author: felixonmars
Revision: 327910

upgpkg: haskell-uri-bytestring 0.3.2.0-1

rebuild with uri-bytestring,0.3.2.0

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 03:48:44 UTC (rev 327909)
+++ PKGBUILD	2018-05-23 03:49:55 UTC (rev 327910)
@@ -3,8 +3,8 @@
 
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
-pkgver=0.3.1.1
-pkgrel=17
+pkgver=0.3.2.0
+pkgrel=1
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring"
 license=('custom:BSD3')
@@ -14,10 +14,10 @@
              'haskell-tasty-quickcheck' 'haskell-base-compat' 'haskell-quickcheck-instances'
              'haskell-generics-sop')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('a2f154e74e3c74ecf8f5934fe5e917b4d7a7c0ab712ca86da41adebb3da9d7e723275a9fc220dce7d1d065855d217c9462aedabd8844731228e45e0ef7af1ccc')
+sha512sums=('937379b7d9505752e7bc09f3788115c8fab54db43733c5c17c314bb3cbb942dc0446b8b024cf993d5f3408e7211eb24ceac4e3ff65c4a196d504799cb2e1069e')
 
 prepare() {
-    sed -e '/fail/d' -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+    sed -e '/, semigroups/d' -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {



More information about the arch-commits mailing list