summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-08-07 23:04:57 -0400
committerSolomon Choina2019-08-07 23:04:57 -0400
commitfefbfb3e692091ae54f4ed59c0e6cdb97e8b6fed (patch)
tree1845d1ebce814a30ba1a52a2f5fca598eb7bb57f
parenta5599fadb9361bb7401d8c2ca0c22ddcae91b46c (diff)
downloadaur-fefbfb3e692091ae54f4ed59c0e6cdb97e8b6fed.tar.gz
updpkgver
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb6b5ff33c3..481b38792d33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = haskell-gi-gdk
depends = haskell-gi-gdkpixbuf
depends = haskell-gi-pango
depends = gtk3
+ depends = gtk4
source = https://hackage.haskell.org/packages/archive/gi-gdk/4.0.1/gi-gdk-4.0.1.tar.gz
sha256sums = 98e31dc8f133effb40f5106c74ba42509fe43b134fa1225c8a36b1c1cefe4aac
diff --git a/PKGBUILD b/PKGBUILD
index a877916dabb2..c855ad6870c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,11 @@ pkgdesc="Bindings for Gdk, autogenerated by haskell-gi."
url=https://hackage.haskell.org/package/gi-gdk
license=('LGPL-2.1')
arch=('i686' 'x86_64')
-depends=("ghc-libs" 'haskell-gi-base' 'haskell-base' 'haskell-bytestring' 'haskell-containers' 'haskell-gi' 'haskell-gi-cairo' 'haskell-gi-gio' 'haskell-gi-overloading' 'haskell-text' 'haskell-transformers' 'haskell-gi-gobject' 'haskell-gi-gdkpixbuf' 'haskell-gi-pango' 'gtk3')
+depends=("ghc-libs" 'haskell-gi-base' 'haskell-base'
+ 'haskell-bytestring' 'haskell-containers' 'haskell-gi'
+ 'haskell-gi-cairo' 'haskell-gi-gio' 'haskell-gi-overloading'
+ 'haskell-text' 'haskell-transformers' 'haskell-gi-gobject'
+ 'haskell-gi-gdkpixbuf' 'haskell-gi-pango' 'gtk3' 'gtk4')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('98e31dc8f133effb40f5106c74ba42509fe43b134fa1225c8a36b1c1cefe4aac')