summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2014-02-10 11:23:00 -0800
committeryar2014-02-10 11:23:00 -0800
commitdb631d6e5c395644868c5c45e8225386115a2a8c (patch)
treeeffaeed8db22871099f7d160aaa4b5c015f7296f
parentbde2ab41486321206db9592c430cf7408cb025f8 (diff)
downloadaur-db631d6e5c395644868c5c45e8225386115a2a8c.tar.gz
[haskell-largeword] staticlibs, better URL
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db42e873f31b..73b227d66cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = haskell-largeword
pkgdesc = Provides Word128, Word192 and Word256 and a way of producing other large words if required.
pkgver = 1.0.5
- pkgrel = 1
- url = http://trac.haskell.org/largeword/wiki
+ pkgrel = 2
+ url = https://hackage.haskell.org/package/largeword
install = haskell-largeword.install
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = haskell-largeword
makedepends = ghc
depends = haskell-base
options = strip
+ options = staticlibs
source = http://hackage.haskell.org/packages/archive/largeword/1.0.5/largeword-1.0.5.tar.gz
sha256sums = b42164506e521be1d296055086f109a62bc5c3e71b46751d06ada7622fc79c45
diff --git a/PKGBUILD b/PKGBUILD
index 7d68842028c9..a353fcc8d258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=haskell-largeword
_hkgname=largeword
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Provides Word128, Word192 and Word256 and a way of producing other large words if required."
-url="http://trac.haskell.org/largeword/wiki"
+url="https://hackage.haskell.org/package/largeword"
license=('BSD3')
arch=('i686' 'x86_64')
makedepends=('ghc')
depends=('haskell-base')
-options=('strip')
+options=('strip' 'staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('b42164506e521be1d296055086f109a62bc5c3e71b46751d06ada7622fc79c45')
install="${pkgname}.install"