Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
gnome-video-arcade 0.8.8
Browse files Browse the repository at this point in the history
It compile, install and start, not tested further.
  • Loading branch information
FabioLolix committed Dec 8, 2017
1 parent 5caacb5 commit 39804ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnome-video-arcade/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Kendell Clark <coffeekingms@gmail.com>
# Contributor: ianux <ianux@free.fr>
pkgname=gnome-video-arcade
pkgver=0.8.6
pkgrel=2
pkgver=0.8.8
pkgrel=1
pkgdesc="Simple GTK3 MAME front-end wich supports both XMAME and SDLMAME."
arch=('i686' 'x86_64')
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://download.gnome.org/sources/${pkgname}/$(echo ${pkgver} | cut -d. -f1,2)/${pkgname}-${pkgver}.tar.xz)
sha256sums=('2de77ecc9566ee7d76df5deefb191c1cc01452ab7d3b22e92d6dc3f971ddc98e')
sha256sums=('91287b62c2cf2bf982d132b5b1a3f3d34f117254faff134af73b0c8e2b56d026')

build() {
cd ${srcdir}/${pkgname}-${pkgver}
Expand Down

0 comments on commit 39804ae

Please sign in to comment.