summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphyskets2018-05-27 20:05:44 +0530
committerphyskets2018-05-27 20:05:44 +0530
commit79cfb81d65a85eede83816f327239a89d96c5795 (patch)
treea3081f8ac00af762a74bae1893b4f9ceb6579f36
parentf80d7597e7f41c75af6f830aad0f1d6bd6694c0c (diff)
downloadaur-79cfb81d65a85eede83816f327239a89d96c5795.tar.gz
boost dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7983ee8f22d6..dd79eb040f00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,12 @@ pkgbase = armagetronad-snapshot
url = http://armagetronad.net/
arch = x86_64
license = GPL
+ makedepends = boost
depends = sdl2_image
depends = libxml2
depends = sdl2_mixer
depends = ftgl
+ depends = boost-libs
optdepends = python2: language updater
conflicts = armagetronad
source = https://downloads.sourceforge.net/project/armagetronad/snapshots/trunk/2015/0.4_alpha_z2219_20150311/armagetronad-experimental-0.4_alpha_z2219_20150311.src.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index ce0687266a8c..ac34f3308a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,9 @@ pkgdesc='A Tron Clone in 3D.'
arch=('x86_64')
url='http://armagetronad.net/'
license=('GPL')
-depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl')
+depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs')
optdepends=('python2: language updater')
+makedepends=('boost')
conflicts=('armagetronad')
source=(https://downloads.sourceforge.net/project/armagetronad/snapshots/trunk/2015/$pkgver/armagetronad-experimental-$pkgver.src.tar.bz2)
sha1sums=('92066eb7fdc947717e484ebacb26898a4e228e83')