[arch-commits] Commit in haskell-wai-cors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 21:49:59 UTC 2020
Date: Tuesday, February 25, 2020 @ 21:49:59
Author: felixonmars
Revision: 582084
upgpkg: haskell-wai-cors 0.2.7-33: rebuild with splitmix 0.0.4
Modified:
haskell-wai-cors/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 21:49:20 UTC (rev 582083)
+++ PKGBUILD 2020-02-25 21:49:59 UTC (rev 582084)
@@ -4,7 +4,7 @@
_hkgname=wai-cors
pkgname=haskell-wai-cors
pkgver=0.2.7
-pkgrel=32
+pkgrel=33
pkgdesc="CORS for WAI"
url="https://github.com/larskuhtz/wai-cors"
license=("MIT")
@@ -34,6 +34,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