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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Jan 3 11:09:54 UTC 2014


    Date: Friday, January 3, 2014 @ 12:09:53
  Author: bpiotrowski
Revision: 103337

Keep static libraries.

Modified:
  haskell-haskeline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-03 11:09:18 UTC (rev 103336)
+++ PKGBUILD	2014-01-03 11:09:53 UTC (rev 103337)
@@ -12,8 +12,9 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
+install=${pkgname}.install
+options=('staticlibs')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
 md5sums=('3a78043dc80b5510202e71e77c0a9923')
 
 build() {




More information about the arch-commits mailing list