summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32ed25b046dd..5e74fbeb9a3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 19:48:35 UTC 2016
+# Sat Apr 8 18:08:25 UTC 2017
pkgbase = quake3-urbanterror
pkgdesc = Urban Terror is a team-based tactical shooter based on the Quake 3 Engine (Quake3 Mod Version)
- pkgver = 4.3.1
+ pkgver = 4.3.2
pkgrel = 1
url = http://www.urbanterror.info/
arch = any
license = custom
depends = quake3
- source = http://cdn.fs1.urbanterror.info/urt/43/releases/zips/UrbanTerror431_full.zip
- sha256sums = 9c19556ad462e45bfd97e6c8cc1fa04206719c13f7480e6fef4eb8fcc4f2d6b5
+ source = http://cdn.urbanterror.info/urt/43/releases/zips/UrbanTerror432_full.zip
+ sha256sums = 74dee1566fa6cd0eb26d866149a1b6ad7e8f18a653693f02790c05ef7ce352a4
pkgname = quake3-urbanterror
diff --git a/.gitignore b/.gitignore
index 58c9280aedb2..53d932b76f39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-UrbanTerror42_full023.zip
+UrbanTerror*.zip
+*.pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index f55435deb113..0b48793527a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=quake3-urbanterror
-pkgver=4.3.1
+pkgver=4.3.2
pkgrel=1
pkgdesc="Urban Terror is a team-based tactical shooter based on the Quake 3 Engine (Quake3 Mod Version)"
url="http://www.urbanterror.info/"
license=('custom')
arch=('any')
depends=('quake3')
-source=('http://cdn.fs1.urbanterror.info/urt/43/releases/zips/UrbanTerror431_full.zip')
-sha256sums=('9c19556ad462e45bfd97e6c8cc1fa04206719c13f7480e6fef4eb8fcc4f2d6b5')
+source=('http://cdn.urbanterror.info/urt/43/releases/zips/UrbanTerror432_full.zip')
+sha256sums=('74dee1566fa6cd0eb26d866149a1b6ad7e8f18a653693f02790c05ef7ce352a4')
PKGEXT='.pkg.tar'
package() {