[arch-commits] Commit in haskell-binary-parser/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 16 14:47:26 UTC 2017
Date: Thursday, March 16, 2017 @ 14:47:26
Author: felixonmars
Revision: 216722
upgpkg: haskell-binary-parser 0.5.2-2
rebuild with base-prelude,1.2.0.1
Modified:
haskell-binary-parser/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-16 14:46:31 UTC (rev 216721)
+++ PKGBUILD 2017-03-16 14:47:26 UTC (rev 216722)
@@ -5,13 +5,13 @@
_hkgname=binary-parser
pkgname=haskell-binary-parser
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A highly-efficient but limited parser API specialised for bytestrings"
url="https://github.com/nikita-volkov/binary-parser"
license=("MIT")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-success" "haskell-text" "haskell-base-prelude")
-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")
sha256sums=('712d30f26f8423704437e02bd5cc98cfff48fdbac0499e8cb41998f289245545')
build() {
More information about the arch-commits
mailing list