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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Apr 12 17:59:54 UTC 2014


    Date: Saturday, April 12, 2014 @ 19:59:53
  Author: arodseth
Revision: 109256

upgpkg: haskell-xhtml 3000.2.1-6

Modified:
  haskell-xhtml/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 17:55:26 UTC (rev 109255)
+++ PKGBUILD	2014-04-12 17:59:53 UTC (rev 109256)
@@ -6,12 +6,12 @@
 _hkgname=xhtml
 pkgname=haskell-xhtml
 pkgver=3000.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Combinators for producing XHTML 1.0'
 url='http://hackage.haskell.org/package/xhtml'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'sh')
+depends=('ghc=7.8.2' 'sh')
 source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 install="$pkgname.install"
 options=('staticlibs')
@@ -18,7 +18,7 @@
 sha256sums=('33020782170c1c083bc59fc3bfcb72cec2db223e02d1181c07ae23b9fa7fdcd8')
 
 build() {
-    cd "$srcdir/$_hkgname-$pkgver"
+    cd "$_hkgname-$pkgver"
 
     runhaskell Setup configure -O -p \
       --enable-split-objs \
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir/$_hkgname-$pkgver"
+  cd "$_hkgname-$pkgver"
   
   install -Dm744 register.sh \
     "$pkgdir/usr/share/haskell/$pkgname/register.sh"




More information about the arch-commits mailing list