[arch-commits] Commit in haskell-optparse-generic/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jan 23 20:05:31 UTC 2020


    Date: Thursday, January 23, 2020 @ 20:05:31
  Author: felixonmars
Revision: 555251

upgpkg: haskell-optparse-generic 1.3.1-1: rebuild with optparse-generic 1.3.1

Modified:
  haskell-optparse-generic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 20:00:55 UTC (rev 555250)
+++ PKGBUILD	2020-01-23 20:05:31 UTC (rev 555251)
@@ -2,8 +2,8 @@
 
 _hkgname=optparse-generic
 pkgname=haskell-optparse-generic
-pkgver=1.3.0
-pkgrel=10
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="Auto-generate a command-line parser for your datatype"
 url="https://github.com/Gabriel439/Haskell-Optparse-Generic-Library"
 license=('BSD')
@@ -12,11 +12,11 @@
          'haskell-void')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('18fe325d32cac30460b942512628bc268ba9b2eb2e0d4ac2f61c9b3abe5d3a97d11ffe51e8f83cd44e24b0eadcdc163686da5c5b17b1835cd908fe461fcd1fbd')
+sha512sums=('87f8e9b385f8a1ca4159dd07f7bc53763f4c8723430dfa80c7f2292e7243ab038dfb756a6cabb5a5f9fa2b24cca3beff51bbf67ce9e46ee7d0ad0bb0dd6c506c')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *0.15/<1/' -e 's/< *1.9/<2/' -e '/semigroups/d' -e 's/bytestring *< 0.11,/bytestring < 0.11/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' -e 's/bytestring *< 0.11,/bytestring < 0.11/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list