summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprofessorkaos642016-09-10 13:39:49 -0400
committerprofessorkaos642016-09-10 13:39:49 -0400
commit7150ee2912db25030ceec17b52b7a9809c9f66b5 (patch)
tree69d524b44b7c47d6547d419a71ab5d9c95ed4941
parentf9edd3567a23674d27ea3b4ff29e869b2dd124cd (diff)
downloadaur-7150ee2912db25030ceec17b52b7a9809c9f66b5.tar.gz
update to replace community retroarch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 965a68e323f0..c0ef24503116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 10 17:19:38 UTC 2016
+# Sat Sep 10 17:39:32 UTC 2016
pkgbase = retroarch-git
pkgdesc = Reference frontend for the libretro API (Git-latest)
pkgver = 1.3.6.r1074.aab5fe6
@@ -53,6 +53,8 @@ pkgbase = retroarch-git
optdepends = libretro-shaders: Collection of shaders
optdepends = retroarch-assets-xmb: XMB menu assets
optdepends = retroarch-autoconfig-udev: udev joypad autoconfig
+ provides = retroarch
+ conflicts = retroarch
backup = etc/retroarch.cfg
source = git+https://github.com/libretro/RetroArch.git
source = git+https://github.com/KhronosGroup/glslang.git
diff --git a/PKGBUILD b/PKGBUILD
index 112c397684cc..03235eb354b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ pkgrel=1
git_name=RetroArch
pkgdesc='Reference frontend for the libretro API (Git-latest)'
arch=('i686' 'x86_64')
+conflicts=('retroarch')
+provides=('retroarch')
url='http://www.libretro.com/'
license=('GPL')
groups=('libretro')