urbanterror: update to 4.3.1.

This commit is contained in:
Andrea Brancaleoni 2016-11-11 00:45:28 +01:00
parent 2348501d90
commit f2a70745e1
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'urbanterror'
pkgname=urbanterror
version=4.2.023
revision=4
version=4.3.1
revision=1
wrksrc="ioq3-for-UrbanTerror-4-release-${version}"
makedepends="SDL-devel libopenal-devel libcurl-devel libvorbis-devel"
depends="urbanterror-data>=${version}"
@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="https://github.com/Barbatos/ioq3-for-UrbanTerror-4"
distfiles="https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/release-${version}.tar.gz"
checksum=17c79f4ed1adc0859a20f0b19ab75f04e1e7ff518c882b5cd68199b44acff90f
checksum=3068cacf9937bcebb1d14ea61c50682d81fc0b173890d6b02636aa95ef73575e
nocross=yes
do_build() {

View file

@ -1,2 +1,2 @@
site="https://api.github.com/repos/Barbatos/ioq3-for-UrbanTerror-4/tags"
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
pattern='release-\K([\d\.]+)'