[arch-commits] Commit in haskell-asn1-types/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 16:27:26 UTC 2020
Date: Tuesday, February 25, 2020 @ 16:27:25
Author: felixonmars
Revision: 581547
upgpkg: haskell-asn1-types 0.3.3-28: rebuild with splitmix 0.0.4
Modified:
haskell-asn1-types/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 16:26:46 UTC (rev 581546)
+++ PKGBUILD 2020-02-25 16:27:25 UTC (rev 581547)
@@ -4,7 +4,7 @@
_hkgname=asn1-types
pkgname=haskell-asn1-types
pkgver=0.3.3
-pkgrel=27
+pkgrel=28
pkgdesc="ASN.1 types"
url="https://github.com/vincenthz/hs-asn1"
license=("BSD")
@@ -33,6 +33,6 @@
install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
runhaskell Setup copy --destdir="$pkgdir"
- install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+ rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
}
More information about the arch-commits
mailing list