summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2016-12-06 23:41:29 +0100
committerfenuks2016-12-06 23:41:29 +0100
commit73d4337c921b792376b3bba93db83d2635535baa (patch)
tree61ef099811d2db4207427d7c168e2d94573dd024
parent2b3900778afcf4e1a22966cf8884f3566757ccc5 (diff)
downloadaur-73d4337c921b792376b3bba93db83d2635535baa.tar.gz
Update dependencies
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12551a7bfcbe..64b5b8e0cef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 20:37:44 UTC 2016
+# Tue Dec 6 22:40:48 UTC 2016
pkgbase = ultrastardxwp-git
pkgdesc = UltraStar Deluxe WorldParty is a free and open source karaoke game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing.
pkgver = r20.915f975
- pkgrel = 1
+ pkgrel = 2
url = http://ultrastar-es.org
arch = i686
arch = x86_64
@@ -15,9 +15,11 @@ pkgbase = ultrastardxwp-git
depends = pcre
depends = portaudio
depends = sdl2
+ depends = sdl2_gfx
depends = sdl2_mixer
depends = sdl2_ttf
depends = sdl2_image
+ depends = sdl2_net
depends = sqlite
depends = ttf-dejavu
depends = ttf-freefont
diff --git a/PKGBUILD b/PKGBUILD
index b9cb6e7efa2a..d331a670f713 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=ultrastardxwp
pkgname=${_pkgname}-git
pkgver=r20.915f975
-pkgrel=1
+pkgrel=2
pkgdesc="UltraStar Deluxe WorldParty is a free and open source karaoke game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing."
arch=("i686" "x86_64")
url="http://ultrastar-es.org"
license=("GPL")
-depends=("ffmpeg2.8" "lua" "pcre" "portaudio" "sdl2" "sdl2_mixer" "sdl2_ttf" "sdl2_image" "sqlite" "ttf-dejavu" "ttf-freefont")
+depends=("ffmpeg2.8" "lua" "pcre" "portaudio" "sdl2" "sdl2_gfx" "sdl2_mixer" "sdl2_ttf" "sdl2_image" "sdl2_net" "sqlite" "ttf-dejavu" "ttf-freefont")
makedepends=("git" "fpc")
optdepends=()
conflicts=("${pkgname}")