[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Thu Apr 25 17:04:20 UTC 2013
Date: Thursday, April 25, 2013 @ 19:04:20
Author: jelle
Revision: 89013
upgpkg: haskell-x11-xft 0.3.1-9
ghc 7.6.3 rebuild
Modified:
haskell-x11-xft/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-25 15:59:27 UTC (rev 89012)
+++ PKGBUILD 2013-04-25 17:04:20 UTC (rev 89013)
@@ -4,12 +4,12 @@
_hkgname=X11-xft
pkgname=haskell-x11-xft
pkgver=0.3.1
-pkgrel=8
+pkgrel=9
pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('LGPL')
arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-2' 'haskell-utf8-string=0.3.7-4' 'libxft')
+depends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-utf8-string=0.3.7' 'libxft')
options=('strip')
install=haskell-x11-xft.install
source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
@@ -17,7 +17,7 @@
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
- runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+ runhaskell Setup configure -O --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock
More information about the arch-commits
mailing list