summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d368fb5ae4aa..6ea3c1438e48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ericw-tools-git
pkgdesc = Quake/Hexen 2 Map compiling tools
- pkgver = 0.18.2.rc1.r354.gf0e3d32f
+ pkgver = 0.18.2.rc1.r356.g6e96ae7c
pkgrel = 1
url = https://ericwa.github.io/ericw-tools
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cf6810488d9b..18f4922fee41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=ericw-tools
pkgname=${_pkgname}-git
-pkgver=0.18.2.rc1.r354.gf0e3d32f
+pkgver=0.18.2.rc1.r356.g6e96ae7c
pkgrel=1
pkgdesc="Quake/Hexen 2 Map compiling tools"
arch=('x86_64')
@@ -42,8 +42,6 @@ build() {
mkdir build
cd build
cmake ..
- # HACK fixes cmake not able to copy embree license
- touch light/EMBREE_LICENSE-NOTFOUND
make
}