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

Felix Yan felixonmars at archlinux.org
Sun Aug 23 07:21:16 UTC 2020


    Date: Sunday, August 23, 2020 @ 07:21:16
  Author: felixonmars
Revision: 686930

upgpkg: haskell-nonce 1.0.7-103: rebuild with base64-bytestring 1.2.0.0

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 07:17:40 UTC (rev 686929)
+++ PKGBUILD	2020-08-23 07:21:16 UTC (rev 686930)
@@ -4,7 +4,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.7
-pkgrel=102
+pkgrel=103
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/== 1.0/== 1.1/' $_hkgname.cabal
+    sed -i 's/== 1.0/== 1.2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list