summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTesX2017-07-31 18:39:08 +0200
committerTesX2017-07-31 18:39:08 +0200
commitbfb505468ecc990cc5130b2cc77bef4ee55c3999 (patch)
tree1f83c200e54a95a6514fcef5384f53fe5ce34f86
parente37219b148054c02c6eaf433134947af95020533 (diff)
downloadaur-bfb505468ecc990cc5130b2cc77bef4ee55c3999.tar.gz
Add patch to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11404a243033..65b8d00020e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = goxel
pkgdesc = Open Source 3D voxel editor for Mac, Windows and Linux.
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://guillaumechereau.github.io/goxel/
arch = i686
arch = x86_64
license = GPL3
makedepends = scons
makedepends = pkg-config
+ makedepends = patch
depends = glfw
depends = gtk3
source = https://github.com/guillaumechereau/goxel/archive/v0.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2b82b8d79d39..6157364a5f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tesx <tesfabpel@gmail.com>
pkgname=goxel
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open Source 3D voxel editor for Mac, Windows and Linux."
arch=('i686' 'x86_64')
url="https://guillaumechereau.github.io/goxel/"
license=('GPL3')
groups=()
-makedepends=(scons pkg-config)
+makedepends=(scons pkg-config patch)
depends=(glfw gtk3)
source=("https://github.com/guillaumechereau/$pkgname/archive/v$pkgver.tar.gz"
"goxel.desktop"