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

Felix Yan felixonmars at archlinux.org
Sat Mar 11 15:35:55 UTC 2017


    Date: Saturday, March 11, 2017 @ 15:35:54
  Author: felixonmars
Revision: 215667

upgpkg: haskell-cmdargs 0.10.15-1

rebuild with cmdargs,0.10.15

Modified:
  haskell-cmdargs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-11 15:30:32 UTC (rev 215666)
+++ PKGBUILD	2017-03-11 15:35:54 UTC (rev 215667)
@@ -4,15 +4,15 @@
 
 _hkgname=cmdargs
 pkgname=haskell-cmdargs
-pkgver=0.10.14
-pkgrel=2
+pkgver=0.10.15
+pkgrel=1
 pkgdesc="Command line argument processing"
 url="http://community.haskell.org/~ndm/cmdargs/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('38b60053c11394a1876d2744950eece66ca9e4364298c1383f247894044bce58')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('c80306ee127532fe4f852b690da470e7f5d8e58dce7122368c7e1b5b4629a55f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list