summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d6bda868dff..c5f608e60829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = raceintospace-git
pkgdesc = The computer version of the Liftoff! board game by Fritz Bronner
- pkgver = r1328.58fd94b
+ pkgver = r1582.0b63a34
pkgrel = 1
url = https://www.raceintospace.org/
arch = any
license = GPL2
makedepends = git
makedepends = cmake
+ makedepends = protobuf
+ makedepends = cereal
+ makedepends = physfs
depends = sdl
depends = libvorbis
depends = libtheora
diff --git a/PKGBUILD b/PKGBUILD
index d4e1ea6691aa..169e140b46f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=raceintospace
pkgname=${_pkgname}-git
-pkgver=r1328.58fd94b
+pkgver=r1582.0b63a34
pkgrel=1
pkgdesc='The computer version of the Liftoff! board game by Fritz Bronner'
arch=('any')
url='https://www.raceintospace.org/'
license=('GPL2')
depends=('sdl' 'libvorbis' 'libtheora' 'boost' 'libogg' 'libpng' 'jsoncpp' 'zlib')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'protobuf' 'cereal' 'physfs')
conflicts=(${_pkgname})
source=("git+https://github.com/${_pkgname}/${_pkgname}.git")
md5sums=('SKIP')