summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphyskets2018-05-29 15:51:17 +0530
committerphyskets2018-05-29 15:51:17 +0530
commit283c43908a3c899234fdb41d458b731e480bf13e (patch)
treeff99aac38fb820588f2181d03ff535b886751814
parentd6651d34ffcf1ebf1e799d1fe290ba0e720bc429 (diff)
downloadaur-283c43908a3c899234fdb41d458b731e480bf13e.tar.gz
protobuf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a16c74b1ff2..c03884f99272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armagetronad-bzr
pkgdesc = A Tron Clone in 3D.
pkgver = r1622
- pkgrel = 2
+ pkgrel = 3
url = http://armagetronad.net/
arch = x86_64
license = GPL
@@ -12,6 +12,7 @@ pkgbase = armagetronad-bzr
depends = sdl2_mixer
depends = ftgl
depends = boost-libs
+ depends = protobuf
optdepends = python2: language updater
provides = armagetronad
conflicts = armagetronad
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')