summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhyness2020-03-08 09:34:19 -0700
committerhyness2020-03-08 09:34:19 -0700
commite4b906ee00e076dfb12dec8287dbbacf426cff26 (patch)
tree02a889bbb7c060185efee2a12add7fb3e596d46f
parent4afb817d47b2590669f347da12c30cbf43cfbfe5 (diff)
downloadaur-e4b906ee00e076dfb12dec8287dbbacf426cff26.tar.gz
Fix depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9e37122c2e8..f596afeb3df0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = retrofe
pkgdesc = A cross-platform frontend designed for MAME cabinets/game centers/etc. with a focus on simplicity and customization
pkgver = 0.9.0
- pkgrel = 1
- url = http://www.retrofe.com
+ pkgrel = 2
+ url = http://retrofe.nl
install = retrofe.install
arch = i686
arch = x86_64
@@ -12,7 +12,8 @@ pkgbase = retrofe
makedepends = python2
depends = glib2
depends = zlib
- depends = gstreamer0.10-good
+ depends = gstreamer
+ depends = gst-plugins-base
depends = sdl2_image
depends = sdl2_mixer
depends = sdl2_ttf
diff --git a/PKGBUILD b/PKGBUILD
index fd4d0190767f..d1ef85bdc12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Hy Goldsher <hyness-at-freshlegacycode-dot-org>
pkgname=retrofe
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform frontend designed for MAME cabinets/game centers/etc. with a focus on simplicity and customization"
arch=('i686' 'x86_64')
-url="http://www.retrofe.com"
+url="http://retrofe.nl"
license=('GPL3')
-depends=('glib2' 'zlib' 'gstreamer0.10-good' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+depends=('glib2' 'zlib' 'gstreamer' 'gst-plugins-base' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
makedepends=('cmake' 'mercurial' 'python2')
source=('hg+https://phulshof@bitbucket.org/phulshof/retrofe#branch=RetroFE-Release-0.9.0'
$pkgname.desktop