[arch-commits] Commit in haskell-annotated-wl-pprint/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 6 17:48:38 UTC 2018


    Date: Tuesday, November 6, 2018 @ 17:48:38
  Author: felixonmars
Revision: 401732

upgpkg: haskell-annotated-wl-pprint 0.7.0-10

rebuild with ghc 8.6.1

Modified:
  haskell-annotated-wl-pprint/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-06 17:48:05 UTC (rev 401731)
+++ PKGBUILD	2018-11-06 17:48:38 UTC (rev 401732)
@@ -4,7 +4,7 @@
 _hkgname=annotated-wl-pprint
 pkgname=haskell-annotated-wl-pprint
 pkgver=0.7.0
-pkgrel=9
+pkgrel=10
 pkgdesc="The Wadler/Leijen Pretty Printer, with annotation support"
 url="https://github.com/david-christiansen/annotated-wl-pprint"
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 sha512sums=('1e7ea93a63c500ebb23458202c62ed37eee7f462bbc4c390822de37fd0f411983eed49fed4c69ffb32705519f9aa956131d14ad930f21b48b28c5de5d4095f0a')
 
 build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script
@@ -28,11 +28,11 @@
 }
 
 package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    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