summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Moine2019-06-09 12:03:34 +0200
committerAlexandre Moine2019-06-09 12:04:03 +0200
commit7f61a8e95d6ffd38c83ebc118793fd288794d81a (patch)
tree98fcb48e96a951a7c5ae5b8708b7755376720310
parent6462bc3692cce73b21dcdf58039829208f543b1b (diff)
downloadaur-7f61a8e95d6ffd38c83ebc118793fd288794d81a.tar.gz
update infos
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d565920997f..4e8b91d5d78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = t4kcommon
pkgdesc = Common library for code shared by TuxType and TuxMath
pkgver = 0.1.1
pkgrel = 4
- url = http://tux4kids.alioth.debian.org/
+ url = https://github.com/tux4kids/t4kcommon
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8c6d00cfb47b..bc2897fae009 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 >
pkgname=t4kcommon
@@ -6,7 +6,7 @@ pkgver=0.1.1
pkgrel=4
pkgdesc="Common library for code shared by TuxType and TuxMath"
arch=('i686' 'x86_64')
-url="http://tux4kids.alioth.debian.org/"
+url="https://github.com/tux4kids/t4kcommon"
license=('GPL')
depends=('sdl_image' 'sdl_mixer' 'sdl_pango' 'sdl_net' 'librsvg')
makedepends=('make')