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

Felix Yan felixonmars at archlinux.org
Sat Apr 25 22:56:10 UTC 2020


    Date: Saturday, April 25, 2020 @ 22:56:10
  Author: felixonmars
Revision: 621166

upgpkg: haskell-nonce 1.0.7-91: rebuild with base64-bytestring 1.1.0.0

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 22:54:45 UTC (rev 621165)
+++ PKGBUILD	2020-04-25 22:56:10 UTC (rev 621166)
@@ -4,7 +4,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.7
-pkgrel=90
+pkgrel=91
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce"
 license=("BSD")
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('89fb70578c8f52c652cdb4c1e6243529701bc21685862d7bbc750e2000424a029a8b164bde6c422a38e61944a15a8b788aa4aa70212bca9f12b5eaae801d8db0')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/== 1.0/== 1.1/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list