[arch-commits] Commit in haskell-uniplate/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Dec 25 19:44:10 UTC 2016
Date: Sunday, December 25, 2016 @ 19:44:10
Author: felixonmars
Revision: 202350
upgpkg: haskell-uniplate 1.6.12-9
rebuild with unordered-containers-0.2.7.2
Modified:
haskell-uniplate/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-25 19:41:29 UTC (rev 202349)
+++ PKGBUILD 2016-12-25 19:44:10 UTC (rev 202350)
@@ -5,13 +5,13 @@
_hkgname=uniplate
pkgname=haskell-uniplate
pkgver=1.6.12
-pkgrel=8
+pkgrel=9
pkgdesc="Help writing simple, concise and fast generic operations."
url="http://community.haskell.org/~ndm/uniplate/"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-hashable" "haskell-syb" "haskell-unordered-containers")
-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=('fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7')
build() {
More information about the arch-commits
mailing list