summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83488290f7a1..279d932c823a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 15 03:04:40 UTC 2016
+# Fri Dec 9 22:47:39 UTC 2016
pkgbase = openspades-git
pkgdesc = A clone of Voxlap Ace of Spades 0.75 (git version)
- pkgver = 0.0.12.155.gb6d4a50
+ pkgver = 0.0.12.281.g2167e4f
pkgrel = 1
url = https://github.com/yvt/openspades
install = openspades.install
@@ -13,6 +13,8 @@ pkgbase = openspades-git
makedepends = git
makedepends = unzip
makedepends = wget
+ makedepends = zip
+ makedepends = imagemagick
depends = curl
depends = desktop-file-utils
depends = glew
@@ -21,6 +23,7 @@ pkgbase = openspades-git
depends = openal
depends = sdl2
depends = sdl2_image
+ depends = xdg-utils
provides = openspades
conflicts = openspades
source = openspades-git::git+https://github.com/yvt/openspades.git
diff --git a/PKGBUILD b/PKGBUILD
index 59cf39343a21..3020e3695f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: swalladge <swalladge at gmail dot com>
+# Maintainer: swalladge <samuel at swalladge dot id dot au>
# Contributor: Brottweiler <brott@oc.tc>
# Contributor: kusakata <shohei atmark kusakata period com>
pkgname=openspades-git
_pkgname=openspades
-pkgver=0.0.12.155.gb6d4a50
+pkgver=0.0.12.281.g2167e4f
pkgrel=1
pkgdesc="A clone of Voxlap Ace of Spades 0.75 (git version)"
arch=('i686' 'x86_64')
url="https://github.com/yvt/openspades"
license=('GPL3')
-depends=('curl' 'desktop-file-utils' 'glew' 'hicolor-icon-theme' 'mesa' 'openal' 'sdl2' 'sdl2_image')
-makedepends=('cmake' 'git' 'unzip' 'wget')
+depends=('curl' 'desktop-file-utils' 'glew' 'hicolor-icon-theme' 'mesa' 'openal' 'sdl2' 'sdl2_image' 'xdg-utils')
+makedepends=('cmake' 'git' 'unzip' 'wget' 'zip' 'imagemagick')
provides=('openspades')
conflicts=('openspades')
install=openspades.install