summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0db59c196e4..46bae44ca0ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = goxel-voxel-editor-git
pkgdesc = Open Source 3D voxel editor for Mac, Windows and Linux. Git version.
- pkgver = 0.10.0.r69.5ce340a
+ pkgver = 0.10.6.r2.e6dcae92
pkgrel = 1
- url = https://guillaumechereau.github.io/goxel/
+ url = https://goxel.xyz/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index d915b4956cb3..16998e349340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexey Trifonov <otaku [at] rambler dot ru>
# Contributor: Tesx <tesfabpel@gmail.com>
pkgname=goxel-voxel-editor-git
-pkgver=0.10.0.r69.5ce340a
+pkgver=0.10.6.r2.e6dcae92
pkgrel=1
pkgdesc="Open Source 3D voxel editor for Mac, Windows and Linux. Git version."
arch=('i686' 'x86_64')
conflicts=('goxel')
provides=('goxel')
-url="https://guillaumechereau.github.io/goxel/"
+url="https://goxel.xyz/"
license=('GPL3')
groups=()
makedepends=(scons pkg-config)
@@ -31,6 +31,10 @@ pkgver() {
}
build() {
+ # don't fail on warnings:
+ CFLAGS="${CFLAGS} -Wno-all"
+ CXXFLAGS="${CFLAGS}"
+
cd $_gitname
make release
}