summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-01-08 14:00:04 -0500
committerJason Stryker2019-01-08 14:00:04 -0500
commita9cf287561d4e04202e88a9286c6c2f5a4bfb481 (patch)
tree705d9b85afe70cbaa617dfcde9f7a1f614adc214
parent8a86c6ef648849c131722d275afb4206fc6ca09e (diff)
downloadaur-a9cf287561d4e04202e88a9286c6c2f5a4bfb481.tar.gz
add meson build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfac3fc5076d..0049050ef577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = gallium-nine-git
pkgdesc = Gallium Nine Standalone
pkgver = 0.r121.136dca6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dhewg/nine
arch = x86_64
license = LGPL2
makedepends = git
makedepends = wine
makedepends = mesa
+ makedepends = meson
source = git+https://github.com/dhewg/nine.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 692d494aa605..bb86417d60d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgbase=gallium-nine-git
pkgname=('gallium-nine-git' 'lib32-gallium-nine-git')
pkgver=0.r121.136dca6
-pkgrel=2
+pkgrel=3
pkgdesc="Gallium Nine Standalone"
arch=('x86_64')
url="https://github.com/dhewg/nine"
license=('LGPL2')
-makedepends=('git' 'wine' 'mesa')
+makedepends=('git' 'wine' 'mesa' 'meson')
source=("git+https://github.com/dhewg/nine.git")
sha512sums=('SKIP')