[arch-commits] Commit in haskell-utf8-string/trunk (PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Sat Oct 26 18:25:02 UTC 2013


    Date: Saturday, October 26, 2013 @ 20:25:02
  Author: jelle
Revision: 99305

add staticlibs to keep the static libs

Modified:
  haskell-utf8-string/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 18:24:25 UTC (rev 99304)
+++ PKGBUILD	2013-10-26 18:25:02 UTC (rev 99305)
@@ -13,8 +13,8 @@
 depends=('ghc=7.6.3-1' 'sh')
 install=${pkgname}.install
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+options=('staticlibs')
 md5sums=('50e5c395713e716e0e4a56da73f87ccd')
-options=('staticlibs')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}




More information about the arch-commits mailing list