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

Keep static libraries.

Modified:
  haskell-dataenc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-01-03 11:08:04 UTC (rev 103334)
+++ PKGBUILD    2014-01-03 11:09:12 UTC (rev 103335)
@@ -12,9 +12,10 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=7.6.3-1' sh)
+install=${pkgname}.install
+options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
         '0001-update-build-deps-for-ghc-7.6.1.patch')
-install=${pkgname}.install
 md5sums=('4da812ca7a1640a5fdcc676009ab160c'
          '662056adcb79efe8898298c271b49600')
 

Reply via email to