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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 05:49:42 UTC 2016


    Date: Wednesday, December 21, 2016 @ 05:49:42
  Author: felixonmars
Revision: 200618

upgpkg: haskell-nettle 0.2.0-2

rebuild with memory-0.14

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 05:46:40 UTC (rev 200617)
+++ PKGBUILD	2016-12-21 05:49:42 UTC (rev 200618)
@@ -4,7 +4,7 @@
 _hkgname=nettle
 pkgname=haskell-nettle
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle"
 license=('MIT')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 'haskell-tagged'
          'haskell-securemem')
-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=('1635e7a0d6446f91872a5dac7f8aaba4')
 
 build() {



More information about the arch-commits mailing list