summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2016-05-04 00:14:40 +0200
committerBrainDamage2016-05-04 00:14:40 +0200
commitcccbe414dc7f1318d3f4739a2d17fb74ea9a16d4 (patch)
tree40da52fd07bc87243c69246c8005f8c30f05bcf3
parent8ae6c913198db7d7bffdb61d7ee916cd912b1478 (diff)
downloadaur-cccbe414dc7f1318d3f4739a2d17fb74ea9a16d4.tar.gz
fixed dependencies
specified GPL version in the license field added conflict packaging so it's mutually exclusive with the non-git package in community
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66773473bd07..3353f079d419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,23 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 16:12:53 UTC 2016
+# Tue May 3 22:13:49 UTC 2016
pkgbase = libretro-reicast-git
pkgdesc = libretro implementation of Reicast Sega Dreamcast Emulator
pkgver = 2261.e622b36
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/libretro/reicast-emulator
arch = i686
arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
- license = GPL
+ license = GPL2
license = LGPL
makedepends = git
- depends = libgl
+ makedepends = mesa
depends = alsa-lib
+ depends = libgl
+ depends = glibc
+ depends = gcc-libs
source = git://github.com/libretro/reicast-emulator.git
source = https://raw.github.com/libretro/libretro-super/master/dist/info/reicast_libretro.info
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dbaf48944bf3..64b9f31e7ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=libretro-reicast-git
pkgver=2261.e622b36
-pkgrel=2
+pkgrel=3
pkgdesc="libretro implementation of Reicast Sega Dreamcast Emulator"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/libretro/reicast-emulator"
-license=('GPL' 'LGPL')
-makedepends=('git')
-depends=('libgl' 'alsa-lib')
+license=('GPL2' 'LGPL')
+makedepends=('git' 'mesa')
+depends=('alsa-lib' 'libgl' 'glibc' 'gcc-libs')
+provides=('libretro-reicast')
+conflicts=('libretro-reicast')
source=("git://github.com/libretro/reicast-emulator.git"
"https://raw.github.com/libretro/libretro-super/master/dist/info/reicast_libretro.info")