summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2023-05-16 17:18:40 +0200
committerClaudia Pellegrino2023-05-16 17:18:40 +0200
commitf26d56552865892f64c8904e97e0aa109d9c90e7 (patch)
tree8c1303e1ea938ae9bbc09c6c8f8882a59ad14361
parent00073dd315212a00a4ec6170e86f8dbfb713709a (diff)
downloadaur-gog-inscryption.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14d84fd56638..92f95241f52f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,15 @@ pkgbase = gog-inscryption
arch = x86_64
license = custom
makedepends = lgogdownloader
+ depends = bash
+ depends = cairo
+ depends = gcc-libs
+ depends = gdk-pixbuf2
+ depends = glib2
+ depends = glibc
+ depends = gtk2
+ depends = pango
+ depends = zlib
conflicts = gog-inscryption-demo
options = !strip
source = inscryption_1.10_(57447).sh::gogdownloader://1224800338/en3installer0
diff --git a/PKGBUILD b/PKGBUILD
index 1a336d79e120..1930959c14eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,17 @@ pkgdesc='Roguelike deck-building game. GOG version.'
arch=('x86_64')
url='https://www.inscryption.com/'
license=('custom')
+depends=(
+ 'bash'
+ 'cairo'
+ 'gcc-libs'
+ 'gdk-pixbuf2'
+ 'glib2'
+ 'glibc'
+ 'gtk2'
+ 'pango'
+ 'zlib'
+)
makedepends=('lgogdownloader')
conflicts=('gog-inscryption-demo')
options=('!strip')