summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2011-04-03 19:20:20 -0400
committerSlashbunny2011-04-03 19:20:20 -0400
commit537a87ce7035bc7f4839876f8e8880cd7d871606 (patch)
tree3166323113d2c6288dd9291354232887b34ea402 /PKGBUILD
parent7ee3075139176d274cf9b3900bb1ae0624b4da84 (diff)
downloadaur-537a87ce7035bc7f4839876f8e8880cd7d871606.tar.gz
Updated to 4.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba903b439d06..e04c09953f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
# Contributor: Slash <demodevil5[at]yahoo[dot]com>
pkgname=quake3-urbanterror
-pkgver=4.1
-pkgrel=2
+pkgver=4.1.1
+pkgrel=1
pkgdesc="Urban Terror is a team-based tactical shooter based on the Quake 3 Engine (Quake3 Mod Version)"
url="http://www.urbanterror.net/"
license=('freeware')
arch=('i686' 'x86_64')
depends=('quake3' 'curl')
makedepends=('unzip')
-source=('ftp://ftp.snt.utwente.nl/pub/games/urbanterror/UrbanTerror_41_FULL.zip')
-md5sums=('1370306ea236f65f595e7ca70765e469')
+source=('ftp://ftp.snt.utwente.nl/pub/games/urbanterror/full_install/linux_or_mac/UrbanTerror411.zip')
+md5sums=('722c1fea9936593c9ef039bb068cc33b')
build() {
cd $srcdir
- # Base UT Files
+ # Base UT Files
install -d $pkgdir/opt/quake3/
mv $srcdir/UrbanTerror/q3ut4 $pkgdir/opt/quake3/
# Clean Up
cd $pkgdir/opt/quake3/q3ut4/
- rm *.url
+ rm *.url
}