summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Wißmann2018-03-16 07:36:50 +0100
committerThorsten Wißmann2018-03-16 07:36:50 +0100
commitae2970860e6ffc975e20efcb6eb4ae5ef0b213f2 (patch)
treea21dddd5f96835626d6674b414f8fd90dadc5888
parentdc5550322017289612715654243f10d2640f9ed5 (diff)
downloadaur-ae2970860e6ffc975e20efcb6eb4ae5ef0b213f2.tar.gz
Add boost to builddepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b0cce2d6618..2ba8a561d071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Dec 13 13:33:44 UTC 2017
+# Fri Mar 16 06:36:47 UTC 2018
pkgbase = kattis-problemtools
pkgdesc = Tools to manage problem packages using the Kattis problem package format
pkgver = v1.20170420
pkgrel = 1
url = https://github.com/Kattis/problemtools
- arch = any
+ arch = i686
+ arch = arm
+ arch = x86_64
license = MIT
depends = python2
+ depends = gmp
+ depends = java-environment
source = git+https://github.com/Kattis/problemtools
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9a1efd1c65aa..690c495c284c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'arm' 'x86_64')
url="https://github.com/Kattis/problemtools"
license=('MIT')
depends=('python2' 'gmp' 'java-environment')
-builddepends=('python2-setuptools')
+builddepends=('python2-setuptools' 'boost')
source=("git+https://github.com/Kattis/problemtools")
fragment=v1.20170420
md5sums=('SKIP')