[arch-commits] Commit in haskell-jose/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Sep 17 16:43:25 UTC 2017
Date: Sunday, September 17, 2017 @ 16:43:24
Author: felixonmars
Revision: 258623
upgpkg: haskell-jose 0.6.0.3-2
fix file conflict
Modified:
haskell-jose/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-17 15:03:51 UTC (rev 258622)
+++ PKGBUILD 2017-09-17 16:43:24 UTC (rev 258623)
@@ -5,7 +5,7 @@
_hkgname=jose
pkgname=haskell-jose
pkgver=0.6.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
url="https://github.com/frasertweedale/hs-jose"
license=("Apache")
@@ -42,4 +42,6 @@
# Remove static libs
find "$pkgdir"/usr/lib -name "*.a" -delete
+
+ mv "$pkgdir"/usr/bin/{,jose-}example
}
More information about the arch-commits
mailing list