summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 091b564b6f83..20ffda46b2e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = darkplaces-xonotic
pkgdesc = An advanced Quake 1 game engine (Xonotic branch)
- pkgver = 0.8.1
- pkgrel = 2
+ pkgver = 0.8.2
+ pkgrel = 1
url = http://icculus.org/twilight/darkplaces/
install = darkplaces-xonotic.install
arch = i686
@@ -19,9 +19,9 @@ pkgbase = darkplaces-xonotic
depends = sdl2
provides = darkplaces
conflicts = darkplaces
- source = https://github.com/xonotic/darkplaces/archive/xonotic-v0.8.1.tar.gz
+ source = https://github.com/xonotic/darkplaces/archive/xonotic-v0.8.2.tar.gz
source = darkplaces-xonotic.desktop
- sha256sums = 61c2225e7a740af3111e4ebb260d7aceddd7e1f3e632b39f6dae22150097c431
+ sha256sums = 203450aaf67f901e64442a64f5ea4e27d98a6e157618b8bd62311652e3f18a4a
sha256sums = 476f513f85da873ce93c89f2078bf9c2ea244e3e13a19c6ab02e818ddf221c37
pkgname = darkplaces-xonotic
diff --git a/PKGBUILD b/PKGBUILD
index 59daf33ca6c2..26716644f17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Mikhail Burdin <xdshot9000@gmail.com>
pkgname=darkplaces-xonotic
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
pkgdesc="An advanced Quake 1 game engine (Xonotic branch)"
arch=('i686' 'x86_64')
url="http://icculus.org/twilight/darkplaces/"
@@ -17,7 +17,7 @@ provides=('darkplaces')
install=$pkgname.install
source=(https://github.com/xonotic/darkplaces/archive/xonotic-v$pkgver.tar.gz
$pkgname.desktop)
-sha256sums=('61c2225e7a740af3111e4ebb260d7aceddd7e1f3e632b39f6dae22150097c431'
+sha256sums=('203450aaf67f901e64442a64f5ea4e27d98a6e157618b8bd62311652e3f18a4a'
'476f513f85da873ce93c89f2078bf9c2ea244e3e13a19c6ab02e818ddf221c37')
build() {
@@ -25,7 +25,7 @@ build() {
# Compile
make OPTIM_RELEASE="${CFLAGS}" DP_FS_BASEDIR=/usr/share/games/quake DP_LINK_TO_LIBJPEG=1 cl-release
- make OPTIM_RELEASE="${CFLAGS}" DP_FS_BASEDIR=/usr/share/games/quake DP_LINK_TO_LIBJPEG=1 sdl2-release
+ make OPTIM_RELEASE="${CFLAGS}" DP_FS_BASEDIR=/usr/share/games/quake DP_LINK_TO_LIBJPEG=1 sdl-release
make OPTIM_RELEASE="${CFLAGS}" DP_FS_BASEDIR=/usr/share/games/quake DP_LINK_TO_LIBJPEG=1 sv-release
}