summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-12-20 01:06:00 +0900
committercbpark2018-12-20 01:06:00 +0900
commit02b29323f8abf9007d284bd91896b1d14ef593cb (patch)
tree5aba5017fc6f0e9cf151db4de55d1702fbdc564c
parentf07e0a9d0fb5996944a3dc57a759327515d4d401 (diff)
downloadaur-02b29323f8abf9007d284bd91896b1d14ef593cb.tar.gz
upgpkg: haskell-gtk2 0.15.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8cbc4cae888..896439df28ec 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.9
+ pkgver = 0.15.0
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.9/gtk-0.14.9.tar.gz
- sha512sums = f29babcc0041d85c25d1fca7919f2e1e20f12184164ed32e6a273bf6e37db7f87b597dd5f04945c968c540d308d3620eab7612902eb28ab123b0c0a9d79b2c2d
+ source = https://hackage.haskell.org/packages/archive/gtk/0.15.0/gtk-0.15.0.tar.gz
+ sha512sums = 70aa55d400c23ecb6327acaf596c91002d1f8a5277fc1ff7ef1d360b1890c0e508035ac0378ce6018afd486120173e651ce127dc56aa7ca1c03817f82f22a83e
pkgname = haskell-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index f7ce4020358f..057874f8284a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=gtk
pkgname=haskell-gtk2
-pkgver=0.14.9
+pkgver=0.15.0
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=('f29babcc0041d85c25d1fca7919f2e1e20f12184164ed32e6a273bf6e37db7f87b597dd5f04945c968c540d308d3620eab7612902eb28ab123b0c0a9d79b2c2d')
+sha512sums=('70aa55d400c23ecb6327acaf596c91002d1f8a5277fc1ff7ef1d360b1890c0e508035ac0378ce6018afd486120173e651ce127dc56aa7ca1c03817f82f22a83e')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"