summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dc115b70c23..82e78f3bdb6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ialauncher-git
pkgdesc = Play all of the Internet Archive’s MS-DOS games offline!
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rtts/ialauncher
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = ialauncher-git
depends = python
depends = python-natsort
depends = gst-plugins-bad
+ depends = python-jinja
source = ialauncher::git+https://github.com/rtts/ialauncher.git
source = gamespath.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d46e7777894f..3edb51c3a5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=ialauncher-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Play all of the Internet Archive’s MS-DOS games offline!'
arch=('x86_64')
url='https://github.com/rtts/ialauncher'
license=('GPL3')
-depends=('dosbox' 'webkit2gtk' 'python' 'python-natsort' 'gst-plugins-bad')
+depends=('dosbox' 'webkit2gtk' 'python' 'python-natsort' 'gst-plugins-bad'
+ 'python-jinja')
source=('ialauncher::git+https://github.com/rtts/ialauncher.git'
'gamespath.patch')
sha256sums=('SKIP'