summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorphyskets2018-05-29 15:51:17 +0530
committerphyskets2018-05-29 15:51:17 +0530
commit283c43908a3c899234fdb41d458b731e480bf13e (patch)
treeff99aac38fb820588f2181d03ff535b886751814 /PKGBUILD
parentd6651d34ffcf1ebf1e799d1fe290ba0e720bc429 (diff)
downloadaur-283c43908a3c899234fdb41d458b731e480bf13e.tar.gz
protobuf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 174c816b325f..8637dbeb1a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ _pkgname=armagetronad
pkgname=$_pkgname-bzr
_pkgver=0.4
pkgver='r1622'
-pkgrel=2
+pkgrel=3
pkgdesc='A Tron Clone in 3D.'
arch=('x86_64')
url='http://armagetronad.net/'
license=('GPL')
-depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs')
+depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs' 'protobuf')
optdepends=('python2: language updater')
makedepends=('boost' 'bzr')
provides=('armagetronad')