summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea38f25c9f0c..98a6932aab09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: ianux <ianux@free.fr>
pkgname=gnome-video-arcade
-pkgver=0.8.5
+pkgver=0.8.6
pkgrel=1
pkgdesc="Simple GTK3 MAME front-end wich supports both XMAME and SDLMAME."
arch=('i686' 'x86_64')
-url="http://live.gnome.org/GnomeVideoArcade"
+url="https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade"
license=('GPL')
depends=('dconf' 'dbus' 'gtk3' 'libsoup' 'libwnck3' 'hicolor-icon-theme' 'sdlmame' 'sqlite3')
makedepends=('intltool' 'itstool' 'pkgconfig' 'gnome-doc-utils')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/$(echo ${pkgver} | cut -d. -f1,2)/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1fec19df25139e01c2cc0ab3c037387bf85238c8b5e15987199b76172cdcc308')
+source=(http://download.gnome.org/sources/${pkgname}/$(echo ${pkgver} | cut -d. -f1,2)/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2de77ecc9566ee7d76df5deefb191c1cc01452ab7d3b22e92d6dc3f971ddc98e')
install=${pkgname}.install
build() {