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

Sergej Pupykin spupykin at archlinux.org
Mon Mar 30 11:43:47 UTC 2015


    Date: Monday, March 30, 2015 @ 13:43:47
  Author: spupykin
Revision: 130273

upgpkg: haskell-parsec 3.1.9-1

upd

Modified:
  haskell-parsec/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-30 11:43:44 UTC (rev 130272)
+++ PKGBUILD	2015-03-30 11:43:47 UTC (rev 130273)
@@ -2,8 +2,8 @@
 
 _hkgname=parsec
 pkgname=haskell-parsec
-pkgver=3.1.7
-pkgrel=4
+pkgver=3.1.9
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -10,9 +10,9 @@
 arch=('i686' 'x86_64')
 options=('staticlibs')
 depends=('ghc' 'sh' 'haskell-mtl' 'haskell-text')
+install=${pkgname}.install
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-install=${pkgname}.install
-md5sums=('752664d7762bad11b46a392119658016')
+md5sums=('6ec46302afa68518bac5f1117b6349f5')
 
 build() {
   cd ${_hkgname}-${pkgver}
@@ -60,4 +60,3 @@
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
   rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
-



More information about the arch-commits mailing list