summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-06-22 21:30:05 +0200
committerMaxime Gauduin2017-06-22 21:30:05 +0200
commitb9ae318918ef96d277ee2662d2f93c209ca51696 (patch)
tree1801e08ad0cf510a0abbec98251229fa104a3ade
parent7b0de6da94739c25fea86774c0467f67d7eb7d0b (diff)
downloadaur-b9ae318918ef96d277ee2662d2f93c209ca51696.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 34c2c4374b8d..a1f0710a1915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 2 11:16:57 UTC 2016
+# Thu Jun 22 19:22:53 UTC 2017
pkgbase = libretro-snes9x-git
pkgdesc = Super Nintendo Entertainment System core
pkgver = r515.1ce4378
@@ -7,7 +7,7 @@ pkgbase = libretro-snes9x-git
url = https://github.com/libretro/snes9x
arch = i686
arch = x86_64
- groups = libretro
+ groups = libretro-unstable
license = custom
license = GPL2
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 0635ad1edd34..c312d2e7a57c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Super Nintendo Entertainment System core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/snes9x'
license=('custom' 'GPL2' 'LGPL2.1')
-groups=('libretro')
+groups=('libretro-unstable')
depends=('gcc-libs' 'glibc')
makedepends=('git')
provides=('libretro-snes9x')