[arch-commits] Commit in stuntrally/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Sep 2 20:48:37 UTC 2016
Date: Friday, September 2, 2016 @ 20:48:36
Author: bpiotrowski
Revision: 188321
upgpkg: stuntrally 2.6-6
explicitly depend on boost 1.61.0
Modified:
stuntrally/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-02 20:47:48 UTC (rev 188320)
+++ PKGBUILD 2016-09-02 20:48:36 UTC (rev 188321)
@@ -5,13 +5,13 @@
pkgname=stuntrally
pkgver=2.6
-pkgrel=5
+pkgrel=6
pkgdesc='Stunt Rally game with track editor, based on VDrift'
arch=('x86_64' 'i686')
license=('GPL3')
url='http://stuntrally.tuxfamily.org'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 'stuntrally-data' 'bullet' 'openal')
-makedepends=('cmake' 'boost' 'git')
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 'stuntrally-data' 'bullet' 'openal' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz")
sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
More information about the arch-commits
mailing list