[arch-commits] Commit in haskell-unordered-containers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 7 10:09:46 UTC 2018
Date: Wednesday, November 7, 2018 @ 10:09:46
Author: felixonmars
Revision: 402626
upgpkg: haskell-unordered-containers 0.2.9.0-14
rebuild with ghc 8.6.2
Modified:
haskell-unordered-containers/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-07 10:08:45 UTC (rev 402625)
+++ PKGBUILD 2018-11-07 10:09:46 UTC (rev 402626)
@@ -7,7 +7,7 @@
_hkgname=unordered-containers
pkgname=haskell-unordered-containers
pkgver=0.2.9.0
-pkgrel=13
+pkgrel=14
pkgdesc="Efficient hashing-based container types"
url="https://github.com/tibbe/unordered-containers"
license=("custom:BSD3")
@@ -28,7 +28,7 @@
cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-f-debug
runhaskell Setup build
@@ -46,9 +46,9 @@
package() {
cd $_hkgname-$pkgver
- 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 -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"
}
More information about the arch-commits
mailing list