[arch-commits] Commit in haskell-regex-compat/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Sat Oct 26 21:10:37 UTC 2013
Date: Saturday, October 26, 2013 @ 23:10:37
Author: jelle
Revision: 99321
upgpkg: haskell-regex-compat 0.95.1-6
add staticlibs
Modified:
haskell-regex-compat/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 21:07:39 UTC (rev 99320)
+++ PKGBUILD 2013-10-26 21:10:37 UTC (rev 99321)
@@ -6,7 +6,7 @@
_hkgname=regex-compat
pkgname=haskell-regex-compat
pkgver=0.95.1
-pkgrel=5
+pkgrel=6
pkgdesc='Replaces and enhances Text.Regex'
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@@ -14,6 +14,7 @@
depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2' 'haskell-regex-posix=0.95.2')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
+options=('staticlibs')
sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
build() {
More information about the arch-commits
mailing list