summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ef5e5b99ea..a81f46c35b63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = r308.6f9a09d
+ pkgver = r428.de63680
pkgrel = 1
url = http://ultrastar-es.org
install = ultrastardxwp-git.install
@@ -9,7 +9,7 @@ pkgbase = ultrastardxwp-git
license = GPL
makedepends = git
makedepends = fpc
- depends = ffmpeg3.4
+ depends = ffmpeg
depends = lua
depends = pcre
depends = portaudio
diff --git a/PKGBUILD b/PKGBUILD
index f97f1da2d3d6..18d75b7ea9ac 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_usdx_package=WorldParty
_pkgname=ultrastardxwp
-_ffmpeg="ffmpeg3.4"
+_ffmpeg="ffmpeg"
pkgname=${_pkgname}-git
-pkgver=r308.6f9a09d
+pkgver=r428.de63680
pkgrel=1
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")