[arch-commits] Commit in haskell-regex-base/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Sat Oct 26 17:44:14 UTC 2013
Date: Saturday, October 26, 2013 @ 19:44:13
Author: arodseth
Revision: 99294
upgpkg: haskell-regex-base 0.93.2-14
Modified:
haskell-regex-base/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 17:42:14 UTC (rev 99293)
+++ PKGBUILD 2013-10-26 17:44:13 UTC (rev 99294)
@@ -6,18 +6,18 @@
_hkgname=regex-base
pkgname=haskell-regex-base
pkgver=0.93.2
-pkgrel=13
+pkgrel=14
pkgdesc='Interface API for regex-posix,pcre,parsec,tdfa,dfa'
url='http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-base'
license=('custom:BSD3')
arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz")
-install=$pkgname.install
+depends=('ghc' 'haskell-mtl')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+install="$pkgname.install"
sha256sums=('20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278')
build() {
- cd "$srcdir/$_hkgname-$pkgver"
+ cd "$_hkgname-$pkgver"
runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr \
--docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
@@ -29,7 +29,7 @@
}
package() {
- cd "$srcdir/$_hkgname-$pkgver"
+ cd "$_hkgname-$pkgver"
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh
install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
More information about the arch-commits
mailing list