summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyself6002022-12-16 20:10:48 +0100
committermyself6002022-12-16 20:10:48 +0100
commit652c2528027e11fa20fbcebfa0164325a2319607 (patch)
tree5fd47ecad8296feff32528008129fc33a2186b97
parentba78daa61d7934be83ba9b89fb34d733e829a692 (diff)
downloadaur-652c2528027e11fa20fbcebfa0164325a2319607.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bf3e50ed908..738721f968de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ponscripter
url = https://github.com/07th-mod/ponscripter-fork
arch = x86_64
arch = aarch64
- license = GPL2
+ license = GPL
depends = sdl2_image
depends = sdl2_mixer
depends = smpeg2
diff --git a/PKGBUILD b/PKGBUILD
index 7c9e5688ad00..52a2a76b3b08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration"
arch=(x86_64 aarch64)
url=https://github.com/07th-mod/ponscripter-fork
-license=(GPL2)
+license=(GPL)
depends=(sdl2_{image,mixer} smpeg2 freetype2)
source=(git+https://github.com/07th-mod/ponscripter-fork.git#tag=$_pkgver)
md5sums=(SKIP)
@@ -14,7 +14,7 @@ pkgver(){
}
build(){
cd $pkgname-fork
- ./configure --with-external-sdl-mixer
+ ./configure -with-external-sdl-mixer
make
}
package(){