summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 775b3eb3d20e..481015dbdc4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,13 @@ pkgbase = qtarot-git
pkgdesc = A simple tarot reading program
pkgver = 0.5.9
pkgrel = 2
- url = http://github.com/ShadowKyogre/QTarot/
+ url = http://gitlab.com/ShadowKyogre/QTarot/
arch = any
license = GPL
+ makedepends = git
depends = python-pyqt4
depends = python-lxml
- source = qtarot-git::git+https://github.com/ShadowKyogre/QTarot.git
+ source = qtarot-git::git+https://gitlab.com/ShadowKyogre/QTarot.git
md5sums = SKIP
pkgname = qtarot-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e9648f0f4308
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index f614597485a9..3d3681cdf9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@ pkgver=0.5.9
pkgrel=2
pkgdesc="A simple tarot reading program"
arch=('any')
-url="http://github.com/ShadowKyogre/QTarot/"
+url="http://gitlab.com/ShadowKyogre/QTarot/"
license=('GPL')
+makedepends=('git')
depends=('python-pyqt4' 'python-lxml')
-source=("${pkgname}"::"git+https://github.com/ShadowKyogre/QTarot.git")
+source=("${pkgname}"::"git+https://gitlab.com/ShadowKyogre/QTarot.git")
md5sums=(SKIP) #generate with 'makepkg -g'
pkgver() {