[arch-commits] Commit in haskell-descriptive/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Dec 22 15:30:53 UTC 2016
Date: Thursday, December 22, 2016 @ 15:30:53
Author: felixonmars
Revision: 201072
upgpkg: haskell-descriptive 0.9.4-29
rebuild with aeson-1.0.2.1
Modified:
haskell-descriptive/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-22 15:27:09 UTC (rev 201071)
+++ PKGBUILD 2016-12-22 15:30:53 UTC (rev 201072)
@@ -5,7 +5,7 @@
_hkgname=descriptive
pkgname=haskell-descriptive
pkgver=0.9.4
-pkgrel=28
+pkgrel=29
pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
url="https://github.com/chrisdone/descriptive"
license=("custom:BSD3")
@@ -12,7 +12,7 @@
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-aeson" "haskell-bifunctors" "haskell-mtl" "haskell-scientific"
"haskell-text" "haskell-vector")
-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=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
build() {
More information about the arch-commits
mailing list