summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2013-04-13 23:57:48 -0700
committerMike Swanson2013-04-13 23:57:48 -0700
commit7ef596cde2e82b72da04dfb68063847c7c3a97ae (patch)
treecd5fc9057d5b8c01a757fe17010c09e20d67251d
parentd846fa1cfe5031b48ecc7c25f15232be9b3d669c (diff)
downloadaur-7ef596cde2e82b72da04dfb68063847c7c3a97ae.tar.gz
Update darkplaces to 20130304
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4153558c959..d5876beba199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = darkplaces
pkgdesc = An advanced Quake 1 game engine
- pkgver = 20121222
+ pkgver = 20130304
pkgrel = 1
url = http://icculus.org/twilight/darkplaces/
install = darkplaces.install
@@ -17,9 +17,9 @@ pkgbase = darkplaces
depends = libxpm
depends = libxxf86vm
depends = sdl
- source = http://icculus.org/twilight/darkplaces/files/darkplacesengine20121222.zip
+ source = http://icculus.org/twilight/darkplaces/files/darkplacesengine20130304.zip
source = darkplaces.desktop
- sha256sums = 13f3a2e5703cc6de1006d071dbdfd44627ead21425df35a3a9eb525e4b8c439f
+ sha256sums = e1858dcba033b1dfc6e685482745b7137ceb23dfd710671971cd5e34529a9f44
sha256sums = 476f513f85da873ce93c89f2078bf9c2ea244e3e13a19c6ab02e818ddf221c37
pkgname = darkplaces
diff --git a/PKGBUILD b/PKGBUILD
index 5e9092cc4612..22aa6b5b5c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Paul Bredbury <brebs@sent.com>
pkgname=darkplaces
-pkgver=20121222
+pkgver=20130304
pkgrel=1
pkgdesc="An advanced Quake 1 game engine"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('xextproto' 'xf86dgaproto' 'xf86vidmodeproto' 'xproto')
install=$pkgname.install
source=(http://icculus.org/twilight/$pkgname/files/darkplacesengine$pkgver.zip
$pkgname.desktop)
-sha256sums=('13f3a2e5703cc6de1006d071dbdfd44627ead21425df35a3a9eb525e4b8c439f'
+sha256sums=('e1858dcba033b1dfc6e685482745b7137ceb23dfd710671971cd5e34529a9f44'
'476f513f85da873ce93c89f2078bf9c2ea244e3e13a19c6ab02e818ddf221c37')
build() {