summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-02 13:16:58 +0200
committerMaxime Gauduin2016-05-02 13:16:58 +0200
commiteb5e1fc8db07cc46500e403013c1c4541831f3e4 (patch)
treee98ad1bd75ee3669f5b21995f8a3f9924b13c1b8
parent24fe1be9410293e37afc84bbaff35dab99d5f1c2 (diff)
downloadaur-eb5e1fc8db07cc46500e403013c1c4541831f3e4.tar.gz
libretro-snes9x-git r515.1ce4378-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486e89164dc2..34c2c4374b8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon May 2 11:16:57 UTC 2016
pkgbase = libretro-snes9x-git
pkgdesc = Super Nintendo Entertainment System core
- pkgver = r506.debfafb
- pkgrel = 2
+ pkgver = r515.1ce4378
+ pkgrel = 1
url = https://github.com/libretro/snes9x
arch = i686
arch = x86_64
@@ -12,6 +14,8 @@ pkgbase = libretro-snes9x-git
makedepends = git
depends = gcc-libs
depends = glibc
+ provides = libretro-snes9x
+ conflicts = libretro-snes9x
source = libretro-snes9x::git+https://github.com/libretro/snes9x.git
source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/snes9x_libretro.info
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f076acbf9966..0635ad1edd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-snes9x-git
-pkgver=r506.debfafb
-pkgrel=2
+pkgver=r515.1ce4378
+pkgrel=1
pkgdesc='Super Nintendo Entertainment System core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/snes9x'
@@ -10,6 +10,8 @@ license=('custom' 'GPL2' 'LGPL2.1')
groups=('libretro')
depends=('gcc-libs' 'glibc')
makedepends=('git')
+provides=('libretro-snes9x')
+conflicts=('libretro-snes9x')
source=('libretro-snes9x::git+https://github.com/libretro/snes9x.git'
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/snes9x_libretro.info')
sha256sums=('SKIP'