summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-12-20 23:11:03 +0000
committerWorMzy Tykashi2019-12-20 23:11:03 +0000
commit2eaebed301f109e90f46364d52eb8489bffe07f4 (patch)
tree0424b483e6a3535a69e6584375a045f90bcd3f27 /PKGBUILD
parent293b5ea9353ad5467aad7ef80987947aeb136305 (diff)
downloadaur-2eaebed301f109e90f46364d52eb8489bffe07f4.tar.gz
Fix xorg makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c54371ffbe96..29152863535b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=openxcom-git
pkgname=('openxcom-git' 'openxcom-docs-git')
_gitname=OpenXcom
-pkgver=1.0_r2757_g4251ab7c8
+pkgver=1.0_r2887_gebac51e6a
pkgrel=1
pkgdesc="An open-source reimplementation of the famous X-COM game (git-version)"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="https://openxcom.org/"
license=('GPL3')
makedepends=('git' 'xmlto' 'docbook-xml' 'docbook-xsl' 'doxygen' 'sdl_mixer'
'sdl_gfx' 'sdl_image' 'sdl' 'yaml-cpp' 'libgl' 'gcc-libs' 'glibc'
- 'boost' 'glu' 'cmake' 'hicolor-icon-theme')
+ 'boost' 'glu' 'cmake' 'hicolor-icon-theme' 'xorgproto')
source=(git+"https://github.com/SupSuper/${_gitname}.git")
sha256sums=('SKIP')