[arch-commits] Commit in haskell-quickcheck-unicode/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 15:45:36 UTC 2020
Date: Tuesday, February 25, 2020 @ 15:45:35
Author: felixonmars
Revision: 581471
upgpkg: haskell-quickcheck-unicode 1.0.1.0-36: rebuild with splitmix 0.0.4
Modified:
haskell-quickcheck-unicode/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 15:44:59 UTC (rev 581470)
+++ PKGBUILD 2020-02-25 15:45:35 UTC (rev 581471)
@@ -3,7 +3,7 @@
_hkgname=quickcheck-unicode
pkgname=haskell-quickcheck-unicode
pkgver=1.0.1.0
-pkgrel=35
+pkgrel=36
pkgdesc="Generator and shrink functions for testing Unicode-related software."
url="https://github.com/bos/quickcheck-unicode"
license=('BSD')
@@ -32,6 +32,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