summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Flament2016-11-15 01:00:11 +0100
committerDamien Flament2016-11-15 01:00:11 +0100
commit0edb68d37c3c640c06a783f4fbe6d5b0dccd08f6 (patch)
tree5ece5efd8a13508ef50abb69b4c95ab7ae5c184a
parent87ce19657fe7674aba5de8346060b946c5cd11ab (diff)
downloadaur-0edb68d37c3c640c06a783f4fbe6d5b0dccd08f6.tar.gz
Add options common to Haskell packages.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 370acfdcc58c..54513078b43b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = haskell-archlinux
pkgdesc = Support for working with Arch Linux packages.
pkgver = 1.3
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/archhaskell/archlinux
install = INSTALL
arch = i686
arch = x86_64
license = BSD3
depends = ghc
+ options = strip
+ options = staticlibs
source = http://hackage.haskell.org/packages/archlinux-1.3/archlinux-1.3.tar.gz
source = Hide_Data-Monoid_function.patch
source = Add_FlexibleInstances.patch
diff --git a/PKGBUILD b/PKGBUILD
index 2b3166969173..364ceaeed5dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _hkgname=archlinux
pkgname=haskell-archlinux
pkgver=1.3
-pkgrel=4
+pkgrel=5
pkgdesc="Support for working with Arch Linux packages."
arch=('i686' 'x86_64')
url="https://github.com/archhaskell/archlinux"
@@ -16,7 +16,7 @@ provides=()
conflicts=()
replaces=()
backup=()
-options=()
+options=('strip' 'staticlibs')
install='INSTALL'
changelog=()
source=("http://hackage.haskell.org/packages/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz"