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

Felix Yan felixonmars at archlinux.org
Sat Oct 22 03:53:02 UTC 2016


    Date: Saturday, October 22, 2016 @ 03:53:01
  Author: felixonmars
Revision: 192933

upgpkg: idris 0.12.3-1

rebuild with iproute-1.7.1

Modified:
  idris/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-22 03:09:13 UTC (rev 192932)
+++ PKGBUILD	2016-10-22 03:53:01 UTC (rev 192933)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=idris
-pkgver=0.12.2
-pkgrel=3
+pkgver=0.12.3
+pkgrel=1
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/"
 license=("custom:BSD3")
@@ -11,16 +11,16 @@
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi' 'zlib' 'gcc')
 makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
-             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html"
-             "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify"
-             "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
-             "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" "haskell-safe"
-             "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")
+             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring"
+             "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree"
+             "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+             "haskell-optparse-applicative0.12" "haskell-parsers" "haskell-regex-tdfa"
+             "haskell-safe" "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")
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7df31d4eae5aabdd11b6940aeed89693f9c49f01826e7355bf80133da8947562')
+sha256sums=('3a9f3d5aeb032b1d987402cf4ca54a2fbfc7b02d852a629f528943a5fe5b59c6')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list