summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Donat2018-11-12 22:36:00 +0100
committerMichal Donat2018-11-12 22:36:00 +0100
commit999ec99c2ca8d13cddfa022aa7e7d278a1fe4e18 (patch)
tree7491281e087389aa3ea44f131ae37fbd70208d72
parent6346f0f84169daaf0e074e3ea857448e5db3ff3f (diff)
downloadaur-999ec99c2ca8d13cddfa022aa7e7d278a1fe4e18.tar.gz
hot-fix missing libvpx.so.4
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d4d6c3a4a8..4a78cdb8c579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=supertuxkart-git
-pkgver=17985+17350
+pkgver=20233+17844
pkgrel=1
pkgdesc="A kart racing game featuring Tux and his friends - development version"
url="http://supertuxkart.sourceforge.net/"
license=("cc-by-sa-3.0")
arch=('i686' 'x86_64')
-makedepends=("git" "subversion" "cmake" "bluez-libs")
+makedepends=("git" "subversion" "cmake" "bluez-libs" "libvpx-1.6") # libvpx-1.6 is hotfix
depends=("libvorbis" "freealut" "libgl" "glut" "fribidi" "glew" "libopenglrecorder" "libjpeg-turbo" "libpng" "freetype2")
@@ -16,6 +16,9 @@ replaces=("supertuxkart-cmakesvn" "supertuxkart-svn")
source=(
"stk-code::git+https://github.com/supertuxkart/stk-code.git"
+ # Use this source for the network alpha testing branch
+ #"stk-code::git+https://github.com/supertuxkart/stk-code.git#branch=network"
+
# assets reside in subversion repository
"stk-assets::svn+https://svn.code.sf.net/p/supertuxkart/code/stk-assets"
)