[arch-commits] Commit in haskell-temporary/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 26 14:46:46 UTC 2017
Date: Wednesday, July 26, 2017 @ 14:46:45
Author: felixonmars
Revision: 246427
upgpkg: haskell-temporary 1.2.1.1-1
rebuild with temporary,1.2.1.1
Modified:
haskell-temporary/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-26 14:00:58 UTC (rev 246426)
+++ PKGBUILD 2017-07-26 14:46:45 UTC (rev 246427)
@@ -4,15 +4,15 @@
_hkgname=temporary
pkgname=haskell-temporary
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.1.1
+pkgrel=1
pkgdesc="Portable temporary file and directory support"
url="http://www.github.com/batterseapower/temporary"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-exceptions")
+depends=('ghc' "haskell-exceptions")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('cc42c847c34851149890593347f90b2add37240a098d4f7bcdcd3cab1289128e3b48196241394b65edf13bea6e8669f61cab2790d1ec4eb231eb7cfcd3fbbea1')
+sha512sums=('f7604d641057887e9f6285ae04a0da8bc3aa5e8adff3ab2a1c56a099f8aba1ad0d62734ffbfeb698046bd433aab161d3861f6822bc3cc2f620ef945e0b2d28f2')
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