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

Felix Yan felixonmars at archlinux.org
Mon Jan 9 16:31:53 UTC 2017


    Date: Monday, January 9, 2017 @ 16:31:53
  Author: felixonmars
Revision: 206141

upgpkg: haskell-incremental-parser 0.2.5-2

rebuild with monoid-subclasses-0.4.3.1

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-09 16:30:01 UTC (rev 206140)
+++ PKGBUILD	2017-01-09 16:31:53 UTC (rev 206141)
@@ -5,13 +5,13 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic parser library capable of providing partial results from partial input."
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-monoid-subclasses')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 md5sums=('09a7211f5bd630f417021d24cd5547d7')
 
 build() {



More information about the arch-commits mailing list