summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSid Pranjale2023-06-22 09:51:09 +0530
committerSid Pranjale2023-06-22 09:51:09 +0530
commit91473023e34c11a39849f977ff7d408984f293e2 (patch)
tree3406638897a8d748e823c0795a1c02c35aacce2b /PKGBUILD
parent5fd6b684054ff24774c8a2e27f365c4949e2a882 (diff)
downloadaur-nblood-git.tar.gz
add libvpx as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ce89954f04..8fb3c195f307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jan Cholasta <jan at cholasta net>
pkgname=nblood-git
-pkgver=r13351.57dbe1dea
+pkgver=r13623.3843a7f93
pkgrel=1
pkgdesc='Blood port based on EDuke32 (git version)'
arch=('i686' 'x86_64' 'aarch64')
@@ -15,6 +15,7 @@ depends=('flac'
'libgl'
'libogg'
'libvorbis'
+ 'libvpx'
'sdl2'
'sdl2_mixer'
'timidity++')