makedeb


ardentryst-git 1.8.r2.7b66716-1


An action/RPG sidescoller with a focus on story and character development

Click here to go back to the commit logs for ardentryst-git.

Commit:


Hash: c15deaac265aeb98902b41a69622e5c5e47e1a36

Message: added git as dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 953b9c2..fd1f7c8 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 c4f49ba..1244666 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'