summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-06-22 21:30:05 +0200
committerMaxime Gauduin2017-06-22 21:30:05 +0200
commit9bde242e3676184a8fbe1654d774d9f643e80a71 (patch)
tree9f8317e288d9138e4449cddb614085127abf286d
parent2263c5d25083c4219a33318f13b52749b3b88cba (diff)
downloadaur-9bde242e3676184a8fbe1654d774d9f643e80a71.tar.gz
Fix groups
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b8798d5c8e3..aa0c9095a74d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 14:00:38 UTC 2016
+# Thu Jun 22 19:21:35 UTC 2017
pkgbase = libretro-bsnes-git
pkgdesc = Super Nintendo Entertainment System cores
pkgver = r464.6039847
@@ -7,7 +7,7 @@ pkgbase = libretro-bsnes-git
url = https://github.com/libretro/bsnes-libretro
arch = i686
arch = x86_64
- groups = libretro
+ groups = libretro-unstable
license = GPL3
makedepends = git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index ab4b58606823..4fcd69c2cd85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Super Nintendo Entertainment System cores'
arch=('i686' 'x86_64')
url='https://github.com/libretro/bsnes-libretro'
license=('GPL3')
-groups=('libretro')
+groups=('libretro-unstable')
depends=('gcc-libs' 'glibc')
makedepends=('git')
provides=('libretro-bsnes')