summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordaurnimator2022-07-17 23:36:17 +1000
committerdaurnimator2022-07-17 23:40:32 +1000
commit028b3cacba747e7759c732713848d00ed3de630f (patch)
tree925896b48d3589b0eff753907ba2cecaea78c7f1 /PKGBUILD
parentf53bcb123f0a60f0a2f2bd107edd256e1976c3f4 (diff)
downloadaur-arcan.tar.gz
Update to 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f47a499d17c..e80d798655f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
## build root via __FILE__ macro
pkgname=arcan
-pkgver=0.6.1pre1
+pkgver=0.6.2
pkgrel=1
pkgdesc='Game Engine meets a Display Server meets a Multimedia Framework'
arch=('x86_64')
@@ -20,6 +20,7 @@ depends=('espeak-ng'
'libvncserver'
'lua51' # Doesn't compile against LuaJIT 2.1 due to deprecated ref API usage
'mesa'
+ 'libmupdf'
'openal'
'sdl'
'sqlite'
@@ -30,7 +31,7 @@ makedepends=('cmake'
'meson'
'ruby')
source=("$pkgname-$pkgver.tar.gz::https://github.com/letoram/arcan/archive/$pkgver.tar.gz")
-sha256sums=('23fc768f006e6a19e1088451aaf95ca1e7d2b5c8e78d8e3954002ef7eba32613')
+sha256sums=('635c447c341c7b803fd13317d3027ce438e8965803943a213a8f4409352d889c')
build() {
cd "$pkgbase-$pkgver"