diff options
Diffstat (limited to 'community/haskell-tar/PKGBUILD')
-rw-r--r-- | community/haskell-tar/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/haskell-tar/PKGBUILD b/community/haskell-tar/PKGBUILD index 968bcb1cd..6f62a0f20 100644 --- a/community/haskell-tar/PKGBUILD +++ b/community/haskell-tar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 89321 2013-04-28 16:52:43Z td123 $ +# $Id: PKGBUILD 99400 2013-10-28 10:58:26Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=haskell-tar pkgver=0.4.0.1 -pkgrel=5 +pkgrel=6 pkgdesc='Reading, writing and manipulating tar archive files' url='http://hackage.haskell.org/package/tar' license=('custom:BSD3') @@ -13,6 +13,7 @@ depends=('ghc=7.6.3-1') source=("http://hackage.haskell.org/packages/archive/tar/$pkgver/tar-$pkgver.tar.gz") install=haskell-tar.install sha256sums=('a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d') +options=('staticlibs') build() { cd "$srcdir/tar-$pkgver" |