summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Melo2021-03-22 08:21:38 -0300
committerLucas Melo2021-03-22 08:21:38 -0300
commitc0be2ee55cb8ef676b4c394772e4b68aa6bcc237 (patch)
treeb6b3cdcd8f2919fddcd312dce4231b497033069d
parent9e1a0722c0107006bdb168189e30671070e37862 (diff)
downloadaur-c0be2ee55cb8ef676b4c394772e4b68aa6bcc237.tar.gz
Added the project's custom license.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b61685ab9937..d24fb04239c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = soniccd-git
pkgdesc = A full decompilation of Sonic CD 2011, based on the PC remake with improvements & tweaks from the mobile remakes.
- pkgver = r213.955e257
- pkgrel = 2
+ pkgver = r245.e1ffe4f
+ pkgrel = 1
url = https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation
install = soniccd.install
arch = any
- license = unknown
+ license = custom:RSDKv3/4 Decompilation Source Code License v1
makedepends = git
depends = sdl2
depends = libogg
diff --git a/PKGBUILD b/PKGBUILD
index 4d47c0a56aee..9714ba5fdc29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lucas Melo <luluco250 at gmail dot com>
pkgname=soniccd-git
-pkgver=r213.955e257
-pkgrel=2
+pkgver=r245.e1ffe4f
+pkgrel=1
pkgdesc='A full decompilation of Sonic CD 2011, based on the PC remake with
improvements & tweaks from the mobile remakes.'
arch=('any')
url='https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation'
-license=('unknown')
+license=('custom:RSDKv3/4 Decompilation Source Code License v1')
makedepends=('git')
depends=('sdl2' 'libogg' 'libtheora' 'libvorbis')
provides=(soniccd)
@@ -36,4 +36,5 @@ package() {
install -Dm644 soniccd.desktop "$pkgdir/usr/share/applications/soniccd.desktop"
cd "$srcdir/Sonic-CD-11-Decompilation/bin"
install -Dm755 soniccd "$pkgdir/usr/bin/soniccd"
+ install -Dm644 ../LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}