summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-06-22 21:30:05 +0200
committerMaxime Gauduin2017-06-22 21:30:05 +0200
commit1396bc2351df79624af07def5c43f38a577756af (patch)
tree3e1f31fc6ea7e9c51d3f6bf4c44ebc47f630a17b
parent9ef15b735a2279b9cb956170da7700878bfd8a4f (diff)
downloadaur-1396bc2351df79624af07def5c43f38a577756af.tar.gz
Fix groups
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052ed0b72962..220e27839f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Jun 22 19:22:43 UTC 2017
pkgbase = libretro-yabause-git
pkgdesc = Sega Saturn core
pkgver = r2680.679eee6
@@ -5,7 +7,7 @@ pkgbase = libretro-yabause-git
url = https://github.com/libretro/yabause
arch = i686
arch = x86_64
- groups = libretro
+ groups = libretro-unstable
license = GPL2
makedepends = git
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 462195ee95d0..cccd58a3f0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Sega Saturn core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/yabause'
license=('GPL2')
-groups=('libretro')
+groups=('libretro-unstable')
depends=('glibc')
makedepends=('git')
provides=('libretro-yabause')