[arch-commits] Commit in haskell-filepath-bytestring/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 25 14:49:17 UTC 2020
Date: Tuesday, February 25, 2020 @ 14:49:15
Author: felixonmars
Revision: 581388
upgpkg: haskell-filepath-bytestring 1.4.2.1.6-10: rebuild with splitmix 0.0.4
Modified:
haskell-filepath-bytestring/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-25 14:47:12 UTC (rev 581387)
+++ PKGBUILD 2020-02-25 14:49:15 UTC (rev 581388)
@@ -3,7 +3,7 @@
_hkgname=filepath-bytestring
pkgname=haskell-filepath-bytestring
pkgver=1.4.2.1.6
-pkgrel=9
+pkgrel=10
pkgdesc="Library for manipulating RawFilePaths in a cross platform way"
url="https://hackage.haskell.org/package/filepath-bytestring"
license=('BSD')
@@ -37,6 +37,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