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

Felix Yan fyan at archlinux.org
Sat Mar 19 16:47:55 UTC 2016


    Date: Saturday, March 19, 2016 @ 17:47:54
  Author: fyan
Revision: 167655

upgpkg: idris 0.10.3-1

Modified:
  idris/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-19 08:51:02 UTC (rev 167654)
+++ PKGBUILD	2016-03-19 16:47:54 UTC (rev 167655)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=idris
-pkgver=0.10.2
-pkgrel=8
+pkgver=0.10.3
+pkgrel=1
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/"
 license=("custom:BSD3")
@@ -14,12 +14,12 @@
              "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" "haskell-blaze-markup"
              "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" "haskell-mtl" "haskell-libffi"
              "haskell-network" "haskell-optparse-applicative" "haskell-parsers" "haskell-safe"
-             "haskell-split" "haskell-text" "haskell-transformers-compat" "haskell-trifecta"
-             "haskell-uniplate" "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector"
-             "haskell-vector-binary-instances" "haskell-zip-archive")
+             "haskell-split" "haskell-terminal-size" "haskell-text" "haskell-transformers-compat"
+             "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" "haskell-utf8-string"
+             "haskell-vector" "haskell-vector-binary-instances" "haskell-zip-archive")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('797f848d073b14772e20b13507272a2bf490644e005a978423c4bf057d021d19')
+sha256sums=('63fd7bade38873e3c9933fa883bacdedffc73c5fec5a6e79a981ccf7ae990e85')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,7 +27,7 @@
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
         --libsubdir=\$compiler/site-local/\$pkgid \
-            -fFFI -fGMP # -fcurses
+            -fFFI -fGMP
     LC_CTYPE=en_US.UTF-8 runhaskell Setup build
     LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list