summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-06-22 21:13:10 +0200
committerMaxime Gauduin2017-06-22 21:13:10 +0200
commit485f6e7872dc51671febc55abbeac7b34f1076fc (patch)
tree228cc194e63f07b98957cc9d339f93c13334c1b8
parentb995d8efb4f77cb82878fb53ea695f3f997d90da (diff)
downloadaur-485f6e7872dc51671febc55abbeac7b34f1076fc.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 11325ddc0fa2..c4069906b09f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 19:12:26 UTC 2017
+# Thu Jun 22 19:13:10 UTC 2017
pkgbase = libretro-dolphin-git
pkgdesc = Nintendo GC/Wii core
pkgver = r23904.54445a0a87
@@ -7,7 +7,7 @@ pkgbase = libretro-dolphin-git
url = https://github.com/libretro/dolphin
arch = i686
arch = x86_64
- groups = libretro
+ groups = libretro-unstable
license = GPL2
makedepends = git
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index e5f87ea4cb89..a8dc9d0b4399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Nintendo GC/Wii core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/dolphin'
license=('GPL2')
-groups=('libretro')
+groups=('libretro-unstable')
depends=('gcc-libs' 'glibc')
makedepends=('git')
provides=('libretro-dolphin')