summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxDShot2021-12-14 13:29:35 +0300
committerxDShot2021-12-14 13:29:35 +0300
commitc4b09310141b1d7c15c34e0a275a5009823dd33b (patch)
treee02267a3e356d469854a5a704e75892e372dd4f1
parenta75aeac3c5b4c79228ed3b3f70120a4c090d948c (diff)
downloadaur-c4b09310141b1d7c15c34e0a275a5009823dd33b.tar.gz
Embree license hack no longer required
-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
}