summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-12-30 05:18:43 -0500
committerPatrick Northon2023-12-30 05:18:43 -0500
commit1c79a405c3f91a3256b45eb634b6f5132ec22594 (patch)
treec33377e802fd1405bf934878d14c194415705d2e
parentae18cc0dba1fdf227f2d8c08ce83285947c289b3 (diff)
downloadaur-1c79a405c3f91a3256b45eb634b6f5132ec22594.tar.gz
Add to libretro group.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04eae98efd01..154a16ab65fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = libretro-swanstation-git
url = https://github.com/libretro/swanstation
arch = x86_64
arch = i686
+ groups = libretro
license = GPL3
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 5a8950633d3f..6cee1643fcc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,6 +4,7 @@ _pkgname='libretro-swanstation'
pkgname=${_pkgname}-git
provides=(${_pkgname})
conflicts=(${_pkgname})
+groups=('libretro')
pkgver=r5793.6a8c32b
pkgrel=1
pkgdesc='SwanStation is an open-source Libretro core implementation of DuckStation, a PSX emulator.'