summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd837b5c0e7..d7543efa0f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuxmath-git
- pkgdesc = Common library for code shared by TuxType and TuxMath
+ pkgdesc = An arcade game that helps kids practice their math facts
pkgver = r989.63bfc8a
- pkgrel = 1
+ pkgrel = 2
url = http://tux4kids.alioth.debian.org/
arch = armv7h
arch = aarch64
@@ -14,6 +14,8 @@ pkgbase = tuxmath-git
makedepends = libtool
makedepends = make
depends = t4kcommon-git
+ provides = tuxmath
+ conflicts = tuxmath
options = !docs
source = git+https://github.com/tux4kids/tuxmath
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fc1ddb6bdbf0..fc1b8de4653a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,16 +9,16 @@ _gitname=tuxmath
pkgver=r989.63bfc8a
-pkgrel=1
-pkgdesc="Common library for code shared by TuxType and TuxMath"
+pkgrel=2
+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=('sdl_image' 'sdl_mixer' 'sdl_pango' 'sdl_net' 'libpng' 'librsvg' 'libxml2')
depends=('t4kcommon-git')
makedepends=('autoconf' 'automake' 'gettext' 'libtool' 'make')
options=('!docs')
-#replace=('t4k_common')
+provides=('tuxmath')
+conflicts=('tuxmath')
source=("git+https://github.com/tux4kids/tuxmath")
sha256sums=('SKIP')