summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2020-05-21 00:46:15 +0200
committerfenuks2020-05-21 00:46:15 +0200
commit433d9f79f6eba24f093c29ae1a5e29c4932a7fca (patch)
tree8ccc11bbd04ce5b9f8ce49cc0dc1367c7e750952
parent59ace5f680880c4d7832bc68a4a68bd073061db2 (diff)
downloadaur-433d9f79f6eba24f093c29ae1a5e29c4932a7fca.tar.gz
Update ffmped dependency to latest version
-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")