[arch-commits] Commit in haskell-cipher-aes128/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Oct 14 23:03:46 UTC 2018


    Date: Sunday, October 14, 2018 @ 23:03:45
  Author: felixonmars
Revision: 393902

upgpkg: haskell-cipher-aes128 0.7.0.3-8

rebuild with ghc 8.6.1

Modified:
  haskell-cipher-aes128/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 22:08:04 UTC (rev 393901)
+++ PKGBUILD	2018-10-14 23:03:45 UTC (rev 393902)
@@ -3,7 +3,7 @@
 _hkgname=cipher-aes128
 pkgname=haskell-cipher-aes128
 pkgver=0.7.0.3
-pkgrel=7
+pkgrel=8
 pkgdesc="AES and common modes using AES-NI when available."
 url="https://github.com/TomMD/cipher-aes128"
 license=('custom:BSD3')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('72bd1cca4ccd31be08096a53dffa9fa855b24b226904327a417f797b8b8a799d368ef00f75f9a81234a12c659b63d595d58f263cc3a4d544942be7edada413b7')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/undefined undefined undefined/undefined undefined undefined undefined/' Setup.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list