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

Felix Yan felixonmars at archlinux.org
Thu Mar 23 08:01:45 UTC 2017


    Date: Thursday, March 23, 2017 @ 08:01:44
  Author: felixonmars
Revision: 218491

upgpkg: haskell-js-jquery 3.2.1-1

rebuild with js-jquery,3.2.1

Modified:
  haskell-js-jquery/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-23 07:59:11 UTC (rev 218490)
+++ PKGBUILD	2017-03-23 08:01:44 UTC (rev 218491)
@@ -4,7 +4,7 @@
 
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
-pkgver=3.1.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme"
@@ -11,8 +11,8 @@
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('d72f67d72bd71d675bcdc75dd280c4a27d90784eb51c661a3da567e0186f2a04')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('f3e8f1183d52c39cc456240f4e0e5cbfbab3216609cf06f3862fb512e31f72f34a100a3df920c8b55fb511db9a6cd92be2a3aeccd0a916bb455865622f213fcd')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list