summaryrefslogtreecommitdiff
path: root/community/teeworlds
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
committerroot <root@rshg054.dnsready.net>2011-08-02 04:35:55 +0000
commitbf35116f9d203dcafce808a6c7b3dd5a0db8afbc (patch)
treef9551a1d3c67d2113cc5fc5c3f8816bcbaad0540 /community/teeworlds
parent1173ff2dba7d0fd3c45f170a5e353a76b7a5da2f (diff)
Tue Aug 2 04:35:55 UTC 2011
Diffstat (limited to 'community/teeworlds')
-rw-r--r--community/teeworlds/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD
index 68f2e64b8..4263f59c7 100644
--- a/community/teeworlds/PKGBUILD
+++ b/community/teeworlds/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=teeworlds
-pkgver=0.6.0
+pkgver=0.6.1
_bamver=0.4.0
pkgrel=1
pkgdesc="A multiplayer 2D shooter"
@@ -15,14 +15,14 @@ license=('custom')
depends=('alsa-lib' 'mesa' 'sdl' 'freetype2')
makedepends=('python2')
replaces=('teewars')
-source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-src.tar.gz
+source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
https://github.com/downloads/matricks/bam/bam-${_bamver}.tar.bz2
teeworlds.desktop
teeworlds.png)
-md5sums=('4d6e5d0fb1b5f0bdf6c5c49714045ef1'
+md5sums=('00de7195ecd1f23596dc3237341af512'
'f8b62ad553c3615a725a034df4fb4257'
'3944aaf7a8c19a83510b2b39c4cddf5f'
- '44f39e398409232a0e0a431ed46d8cc8')
+ '44f39e398409232a0e0a431ed46d8cc8')
build() {
# Build bam (used to build teeworlds)
@@ -31,7 +31,7 @@ build() {
./make_unix.sh
# Build teeworlds
- cd ${srcdir}/${pkgname}-${pkgver}-source
+ cd ${srcdir}/${pkgname}-*-source
# Use Python 2
sed -i 's/python /python2 /' bam.lua
@@ -40,7 +40,7 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}-source
+ cd ${srcdir}/${pkgname}-*-source
# Install data files
mkdir -p ${pkgdir}/usr/share/${pkgname}/data