summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 481b38792d33..e5e27a7806d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,7 @@ pkgbase = haskell-gi-gdk
depends = haskell-gi-pango
depends = gtk3
depends = gtk4
+ depends = haskell-gi-graphene
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 c855ad6870c5..f5c1cba3cbd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ 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')
+ 'haskell-gi-gdkpixbuf' 'haskell-gi-pango'
+ 'gtk3' 'gtk4' 'haskell-gi-graphene')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('98e31dc8f133effb40f5106c74ba42509fe43b134fa1225c8a36b1c1cefe4aac')