summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55cb25e3f06e..67484019d9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tuxmath
pkgdesc = An arcade game that helps kids practice their math facts
pkgver = 2.0.3
- pkgrel = 2
- url = http://tux4kids.alioth.debian.org/tuxmath/
+ pkgrel = 3
+ url = https://github.com/tux4kids/tuxmath/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 2239a8bad268..1399ea26a86f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Alexandre Moine < nobrakal at cthugha dot org >
+# Maintainer: Alexandre Moine < nobrakal at moine dot org >
# Contributor: Tasos Latsas < tlatsas2000 at gmail dot com >
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: arjan <arjan@archlinux.org>
@@ -7,10 +7,10 @@
pkgname=tuxmath
pkgver=2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="An arcade game that helps kids practice their math facts"
arch=('i686' 'x86_64')
-url="http://tux4kids.alioth.debian.org/tuxmath/"
+url="https://github.com/tux4kids/tuxmath/"
license=('GPL' 'custom:OFL' 'custom')
depends=('t4kcommon')
makedepends=('make')