summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7543efa0f50..ddda315576de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuxmath-git
pkgdesc = An arcade game that helps kids practice their math facts
pkgver = r989.63bfc8a
- pkgrel = 2
+ pkgrel = 3
url = http://tux4kids.alioth.debian.org/
arch = armv7h
arch = aarch64
@@ -13,6 +13,7 @@ pkgbase = tuxmath-git
makedepends = gettext
makedepends = libtool
makedepends = make
+ makedepends = git
depends = t4kcommon-git
provides = tuxmath
conflicts = tuxmath
diff --git a/PKGBUILD b/PKGBUILD
index fc1b8de4653a..9db5cb5fe1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ _gitname=tuxmath
pkgver=r989.63bfc8a
-pkgrel=2
+pkgrel=3
pkgdesc="An arcade game that helps kids practice their math facts"
arch=('armv7h' 'aarch64' 'i686' 'x86_64')
url="http://tux4kids.alioth.debian.org/"
license=('GPL')
depends=('t4kcommon-git')
-makedepends=('autoconf' 'automake' 'gettext' 'libtool' 'make')
+makedepends=('autoconf' 'automake' 'gettext' 'libtool' 'make' 'git')
options=('!docs')
provides=('tuxmath')
conflicts=('tuxmath')