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

Felix Yan felixonmars at archlinux.org
Sat Mar 11 17:14:46 UTC 2017


    Date: Saturday, March 11, 2017 @ 17:14:45
  Author: felixonmars
Revision: 215704

upgpkg: haskell-juicypixels 3.2.8.1-1

rebuild with JuicyPixels,3.2.8.1

Modified:
  haskell-juicypixels/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-11 17:05:16 UTC (rev 215703)
+++ PKGBUILD	2017-03-11 17:14:45 UTC (rev 215704)
@@ -4,15 +4,15 @@
 
 _hkgname=JuicyPixels
 pkgname=haskell-juicypixels
-pkgver=3.2.8
-pkgrel=2
+pkgver=3.2.8.1
+pkgrel=1
 pkgdesc="Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance)"
 url="https://github.com/Twinside/Juicy.Pixels"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mtl" "haskell-primitive" "haskell-vector" "haskell-zlib")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('038c6547d543442a93b2028be4b84c225bb7a6fa913e1fc57325c58d043d5644')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('b325ed50b887d65af7175bba03a2df5ef04a1e0f73adf2e3aa62d1676fa27104')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list