[arch-commits] Commit in haskell-gitrev/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 5 18:26:20 UTC 2017
Date: Saturday, August 5, 2017 @ 18:26:16
Author: felixonmars
Revision: 248822
upgpkg: haskell-gitrev 1.3.1-1
rebuild with gitrev,1.3.1
Modified:
haskell-gitrev/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-05 18:26:08 UTC (rev 248821)
+++ PKGBUILD 2017-08-05 18:26:16 UTC (rev 248822)
@@ -4,15 +4,15 @@
_hkgname=gitrev
pkgname=haskell-gitrev
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
pkgdesc="Compile git revision info into Haskell projects"
url="https://github.com/acfoltzer/gitrev"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc' 'haskell-base-compat')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('4391e34edb5caaab901c6faa4369b246b6896c747869f6ab85b6db5524003102')
+sha512sums=('8639e356490fba3461f8d7030326a6913846427255524213a73ee2ac5abf708f75efed99a0d9d574a73a2db88833814d1b634e6a5ec93c4bc03052435e0ea4cd')
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