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

Felix Yan felixonmars at archlinux.org
Fri Nov 10 04:13:38 UTC 2017


    Date: Friday, November 10, 2017 @ 04:13:37
  Author: felixonmars
Revision: 266088

upgpkg: haskell-cairo 0.13.4.1-1

rebuild with cairo,0.13.4.1

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-10 04:11:05 UTC (rev 266087)
+++ PKGBUILD	2017-11-10 04:13:37 UTC (rev 266088)
@@ -2,24 +2,20 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=haskell-cairo
-pkgver=0.13.3.1
-pkgrel=5
+pkgver=0.13.4.1
+pkgrel=1
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="https://hackage.haskell.org/package/cairo"
 license=('LGPL2.1')
-arch=('i686' 'x86_64')
+arch=('x86_64')
 depends=('ghc-libs' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
 makedepends=("haskell-gtk2hs-buildtools" "mesa" 'ghc')
 conflicts=('gtk2hs-cairo')
 provides=('gtk2hs-cairo')
 replaces=('gtk2hs-cairo')
-source=("https://github.com/gtk2hs/gtk2hs/archive/843d83548bd076975f1869e6768768b5ed24b268.tar.gz")
-sha512sums=('610a080ddf8ad8511176a7fd5ed5457aa26b5ce48539b7eb46563d86db1ffab6501f8b4deac4152f7d9cea84093de34e1bd1bb9467f558f1c202026337e1c708')
+source=("https://hackage.haskell.org/packages/archive/cairo/${pkgver}/cairo-${pkgver}.tar.gz")
+sha512sums=('d7570190ee637a637f8612ef3cc5e6a6ee7f093329180cac5f818e75119549a63ca99af7a0bfabd7445a9de1ae1c69dea0baa6620920ffd3dd92c7d062bc4d02')
 
-prepare() {
-    mv gtk2hs-843d83548bd076975f1869e6768768b5ed24b268/cairo cairo-$pkgver
-}
-
 build() {
     cd "${srcdir}/cairo-${pkgver}"
 



More information about the arch-commits mailing list