[arch-commits] Commit in haskell-regex-compat/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 27 14:23:59 UTC 2021


    Date: Saturday, February 27, 2021 @ 14:23:58
  Author: felixonmars
Revision: 875106

upgpkg: haskell-regex-compat 0.95.2.1-1: rebuild with regex-compat 0.95.2.1

Modified:
  haskell-regex-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 14:22:16 UTC (rev 875105)
+++ PKGBUILD	2021-02-27 14:23:58 UTC (rev 875106)
@@ -4,8 +4,8 @@
 
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
-pkgver=0.95.2.0
-pkgrel=9
+pkgver=0.95.2.1
+pkgrel=1
 pkgdesc='Replaces and enhances Text.Regex'
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -13,13 +13,8 @@
 depends=('ghc-libs' 'haskell-regex-base' 'haskell-regex-posix')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('8b1b421f5e7688a1d4a61711a255505a047e90e9f9283a8cf2ebfa9774631e8fb3a071d61877ab22548a0c63e30237603196f043dac9cb64da4df2fdc4422300')
+sha512sums=('87a671729dcdb2c89ce079fbb124cd2f16407f2dca0ed5d0d898a9cf06f893b82c184566efe80d966afbc7dde2cab1693b81516adc4832a9c65283a65fecd919')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *4.14/<5/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list