[arch-commits] Commit in haskell-pid1/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jul 10 16:17:47 UTC 2017


    Date: Monday, July 10, 2017 @ 16:17:47
  Author: felixonmars
Revision: 243749

upgpkg: haskell-pid1 0.1.1.0-1

rebuild with pid1,0.1.1.0

Modified:
  haskell-pid1/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-10 16:15:16 UTC (rev 243748)
+++ PKGBUILD	2017-07-10 16:17:47 UTC (rev 243749)
@@ -4,8 +4,8 @@
 
 _hkgname=pid1
 pkgname=haskell-pid1
-pkgver=0.1.0.1
-pkgrel=2
+pkgver=0.1.1.0
+pkgrel=1
 pkgdesc="Do signal handling and orphan reaping for Unix PID1 init processes"
 url="https://github.com/fpco/pid1"
 license=('MIT')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('c9d0a324dd8ae8b3997535d7228f2d95')
+sha512sums=('a5e7801ec6c1cb92f12565be1ba576bb15a61f9d002d6690b68a870109322ab7c6489ef0a69525dac70b7bbfc498271ab309bf987f01e47c0b7482959e63cda2')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list