summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-05-17 12:58:20 +0900
committercbpark2018-05-17 12:58:20 +0900
commitf07e0a9d0fb5996944a3dc57a759327515d4d401 (patch)
treedb89c67ea7adbf077a5ddbc73168403b5967da5c
parentd4d08233b31091eba7068af4d6c822796ff9a6b0 (diff)
downloadaur-f07e0a9d0fb5996944a3dc57a759327515d4d401.tar.gz
upgpkg: haskell-gtk2 0.14.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f28ad135d4..e8cbc4cae888 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-gtk2
pkgdesc = The core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+.
- pkgver = 0.14.7
+ pkgver = 0.14.9
pkgrel = 1
url = http://hackage.haskell.org/package/gtk
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = haskell-gtk2
depends = haskell-pango
depends = haskell-cairo
depends = gtk2
- source = https://hackage.haskell.org/packages/archive/gtk/0.14.7/gtk-0.14.7.tar.gz
- sha512sums = 9c837342d3dd2977e65dd214cd94b35130792e193b7ad37e26fd327d4d7ec5e24fb7d42b346d1c090925cc8feabe25344384cc48f22c709ba320cb06b5376437
+ source = https://hackage.haskell.org/packages/archive/gtk/0.14.9/gtk-0.14.9.tar.gz
+ sha512sums = f29babcc0041d85c25d1fca7919f2e1e20f12184164ed32e6a273bf6e37db7f87b597dd5f04945c968c540d308d3620eab7612902eb28ab123b0c0a9d79b2c2d
pkgname = haskell-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 70c276f214f6..f7ce4020358f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=gtk
pkgname=haskell-gtk2
-pkgver=0.14.7
+pkgver=0.14.9
pkgrel=1
pkgdesc="The core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -11,7 +11,7 @@ license=('LGPL-2.1')
makedepends=('ghc' 'haskell-gtk2hs-buildtools')
depends=('ghc-libs' 'haskell-mtl' 'haskell-text' 'haskell-glib' 'haskell-pango' 'haskell-cairo' 'gtk2')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9c837342d3dd2977e65dd214cd94b35130792e193b7ad37e26fd327d4d7ec5e24fb7d42b346d1c090925cc8feabe25344384cc48f22c709ba320cb06b5376437')
+sha512sums=('f29babcc0041d85c25d1fca7919f2e1e20f12184164ed32e6a273bf6e37db7f87b597dd5f04945c968c540d308d3620eab7612902eb28ab123b0c0a9d79b2c2d')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"