summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ec63e63d6a..8004131cb422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libretro-database-git
pkgdesc = RetroArch's cheatcode files, content data files, etc.
- pkgver = 1.14.0.r8.g3e565a4a
+ pkgver = 1.19.0.r29.g48ebfeef9
pkgrel = 1
epoch = 1
url = https://github.com/libretro/libretro-database
arch = any
groups = libretro
- license = MIT
+ license = CC-BY-SA-4.0
makedepends = git
optdepends = retroarch
- provides = libretro-database=1.14.0.r8.g3e565a4a
+ provides = libretro-database=1.19.0.r29.g48ebfeef9
conflicts = libretro-database
options = !strip
source = libretro-database::git+https://github.com/libretro/libretro-database.git
diff --git a/PKGBUILD b/PKGBUILD
index 184da80b81fa..7b3ae522416e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Oliver Jaksch <arch-aur@com-in.de>
_pkgname=libretro-database
pkgname=$_pkgname-git
-pkgver=1.14.0.r8.g3e565a4a
+pkgver=1.19.0.r29.g48ebfeef9
pkgrel=1
epoch=1
pkgdesc="RetroArch's cheatcode files, content data files, etc."
arch=('any')
url="https://github.com/libretro/libretro-database"
-license=('MIT')
+license=('CC-BY-SA-4.0')
groups=('libretro')
makedepends=('git')
optdepends=('retroarch')
@@ -27,5 +27,4 @@ package() {
cd $_pkgname
# shellcheck disable=SC2154
make DESTDIR="$pkgdir" install
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname COPYING
}