[arch-commits] Commit in haskell-bv-sized/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 1 10:18:42 UTC 2020


    Date: Tuesday, September 1, 2020 @ 10:18:42
  Author: felixonmars
Revision: 695346

upgpkg: haskell-bv-sized 1.0.2-1: rebuild with bv-sized 1.0.2

Modified:
  haskell-bv-sized/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 10:16:10 UTC (rev 695345)
+++ PKGBUILD	2020-09-01 10:18:42 UTC (rev 695346)
@@ -2,8 +2,8 @@
 
 _hkgname=bv-sized
 pkgname=haskell-bv-sized
-pkgver=1.0.1
-pkgrel=15
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="A bitvector datatype that is parameterized by the vector width"
 url="https://github.com/GaloisInc/bv-sized"
 license=('BSD')
@@ -12,11 +12,10 @@
          'haskell-th-lift')
 makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c9e8f793f90aaf0ea4816c6b70fe84d47e2a2bb29ff91b5ed4dd2927d5bce5ae9f53a7b76ada86314ab99ecf9561f05f54afa7d5997632848a0ddacbeee9e10c')
+sha512sums=('444765f2ba395edfdf2ebcc78ab336f4ac408ee64f1be6964821fc7c7ccf011fe8d3118e1f471a5e29889e4b1dd72e26d05eb3cac865b2d8c38831af81327443')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *1.3/<2/' $_hkgname.cabal
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list