summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-06-01 16:00:38 +0200
committerMaxime Gauduin2016-06-01 16:00:38 +0200
commit77c50d8875475b469234e79c1df9eb93f7ba13d2 (patch)
tree4b5dc19a70d35a4d2f982d2acd37b3290f6c4378
parent23f161b20f81caa48def75ad87fa71f5d69e8029 (diff)
downloadaur-77c50d8875475b469234e79c1df9eb93f7ba13d2.tar.gz
libretro-bsnes-git r464.6039847-1
Add provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5664d410283b..4b8798d5c8e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 13:05:07 UTC 2016
+# Wed Jun 1 14:00:38 UTC 2016
pkgbase = libretro-bsnes-git
pkgdesc = Super Nintendo Entertainment System cores
- pkgver = r462.11f869f
+ pkgver = r464.6039847
pkgrel = 1
url = https://github.com/libretro/bsnes-libretro
arch = i686
@@ -12,6 +12,8 @@ pkgbase = libretro-bsnes-git
makedepends = git
depends = gcc-libs
depends = glibc
+ provides = libretro-bsnes
+ conflicts = libretro-bsnes
source = libretro-bsnes::git+https://github.com/libretro/bsnes-libretro
source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_accuracy_libretro.info
source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_balanced_libretro.info
diff --git a/PKGBUILD b/PKGBUILD
index d7fe9ec47441..ab4b58606823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-bsnes-git
-pkgver=r462.11f869f
+pkgver=r464.6039847
pkgrel=1
pkgdesc='Super Nintendo Entertainment System cores'
arch=('i686' 'x86_64')
@@ -10,6 +10,8 @@ license=('GPL3')
groups=('libretro')
depends=('gcc-libs' 'glibc')
makedepends=('git')
+provides=('libretro-bsnes')
+conflicts=('libretro-bsnes')
source=('libretro-bsnes::git+https://github.com/libretro/bsnes-libretro'
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_accuracy_libretro.info'
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_balanced_libretro.info'