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

Jelle van der Waa jelle at nymeria.archlinux.org
Sat Oct 26 21:06:43 UTC 2013


    Date: Saturday, October 26, 2013 @ 23:06:42
  Author: jelle
Revision: 99319

upgpkg: haskell-regex-posix 0.95.2-5

add staticlibs

Modified:
  haskell-regex-posix/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 21:05:51 UTC (rev 99318)
+++ PKGBUILD	2013-10-26 21:06:42 UTC (rev 99319)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=4
+pkgrel=5
 pkgdesc='The posix regex backend for regex-base'
 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')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
+options=('staticlibs')
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {




More information about the arch-commits mailing list