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

Felix Yan felixonmars at archlinux.org
Thu Jun 22 08:28:57 UTC 2017


    Date: Thursday, June 22, 2017 @ 08:28:56
  Author: felixonmars
Revision: 239488

upgpkg: haskell-juicypixels 3.2.8.2-1

rebuild with JuicyPixels,3.2.8.2

Modified:
  haskell-juicypixels/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 08:22:21 UTC (rev 239487)
+++ PKGBUILD	2017-06-22 08:28:56 UTC (rev 239488)
@@ -4,15 +4,15 @@
 
 _hkgname=JuicyPixels
 pkgname=haskell-juicypixels
-pkgver=3.2.8.1
-pkgrel=3
+pkgver=3.2.8.2
+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" "haskell-mtl" "haskell-primitive" "haskell-vector" "haskell-zlib")
+depends=('ghc' "haskell-mtl" "haskell-primitive" "haskell-vector" "haskell-zlib")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('b325ed50b887d65af7175bba03a2df5ef04a1e0f73adf2e3aa62d1676fa27104')
+sha512sums=('7182c75db498746bb8aa07488233603debcc13416346752e370e51ba5ffd0bb0d9f8925ff4e70e3dd9d5ef90c3db272f0f6fb3b541363656bb893ba7e03860c3')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-mmap
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list