[arch-commits] Commit in haskell-parameterized-utils/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 24 14:29:38 UTC 2020


    Date: Thursday, September 24, 2020 @ 14:29:37
  Author: felixonmars
Revision: 711823

upgpkg: haskell-parameterized-utils 2.1.1-1: rebuild with parameterized-utils 2.1.1

Modified:
  haskell-parameterized-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 14:24:29 UTC (rev 711822)
+++ PKGBUILD	2020-09-24 14:29:37 UTC (rev 711823)
@@ -2,8 +2,8 @@
 
 _hkgname=parameterized-utils
 pkgname=haskell-parameterized-utils
-pkgver=2.1.0
-pkgrel=24
+pkgver=2.1.1
+pkgrel=1
 pkgdesc="Classes and data structures for working with data-kind indexed types"
 url="https://github.com/GaloisInc/parameterized-utils"
 license=('BSD')
@@ -13,11 +13,10 @@
 makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 'haskell-tasty-hunit'
              'haskell-tasty-hedgehog')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('46b79deff82c6c3d242c060942de1ae9f92cb21055c0e1c2394f7a459de408060f08e794e9acc244893e0387300f4238c27f355714f30489928bd4f44d380e92')
+sha512sums=('dd1b091f49c8f9e22328537896648f144c2cc3578c66007709281da0a51f32df9f21034d52e1506c8ec801f2c5387f5bf755dee2e5ecdea3b2a64239f0fdc5a5')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *0/<1/;s/== 1.2/== 1.3/' $_hkgname.cabal
     echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 



More information about the arch-commits mailing list