summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 953b9c2cb0df..fd1f7c810502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ardentryst-git
pkgdesc = An action/RPG sidescoller with a focus on story and character development
pkgver = r48.a135dba
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ardentryst/ardentryst
arch = any
license = GPL3
license = CCPL
+ makedepends = git
depends = python-pygame
conflicts = ardentryst
source = git+https://github.com/ardentryst/ardentryst.git
@@ -14,4 +15,3 @@ pkgbase = ardentryst-git
md5sums = ff70054fd330fea43c67c9b7486080c3
pkgname = ardentryst-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c4f49ba13907..124466621349 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
_pkgname=ardentryst
pkgname=${_pkgname}-git
pkgver=r48.a135dba
-pkgrel=1
+pkgrel=2
pkgdesc="An action/RPG sidescoller with a focus on story and character development"
arch=('any')
conflicts=(${_pkgname})
url="https://github.com/ardentryst/ardentryst"
license=('GPL3' 'CCPL')
depends=('python-pygame')
+makedepends=('git')
source=(git+https://github.com/ardentryst/ardentryst.git
${_pkgname}.sh)
md5sums=('SKIP'