[arch-commits] Commit in haskell-jose/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Apr 26 02:17:51 UTC 2020
Date: Sunday, April 26, 2020 @ 02:17:48
Author: felixonmars
Revision: 621252
upgpkg: haskell-jose 0.8.2.0-86: rebuild with base64-bytestring 1.1.0.0
Modified:
haskell-jose/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 00:27:38 UTC (rev 621251)
+++ PKGBUILD 2020-04-26 02:17:48 UTC (rev 621252)
@@ -4,7 +4,7 @@
_hkgname=jose
pkgname=haskell-jose
pkgver=0.8.2.0
-pkgrel=85
+pkgrel=86
pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
url="https://github.com/frasertweedale/hs-jose"
license=("Apache")
@@ -19,7 +19,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
+ sed -i '/semigroups/d;s/== *1.0/==1.1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list