summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2023-10-17 00:26:30 -0700
committerxiota2023-10-17 00:26:30 -0700
commit1b0a9da10bf22c6d819c3b624f50a2dc9c4fde88 (patch)
treeef51a98bd8acc1c4d936ac78a6382ccdfc6365bc
parent7107c20806f45663d30ffb1e1c76dfbcb9875fa5 (diff)
downloadaur-1b0a9da10bf22c6d819c3b624f50a2dc9c4fde88.tar.gz
Update license string to match /usr/share/licenses/common
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5bc3ad56ce9..d73565153bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = melonds-git
pkgdesc = DS emulator, sorta. also 1st quality melon.
- pkgver = 0.9.5.r2119.758db2b9
+ pkgver = 0.9.5.r2171.d4e51f80
pkgrel = 1
url = http://melonds.kuribo64.net/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = melonds-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPLv3
+ license = GPL3
makedepends = git
makedepends = cmake
makedepends = pkg-config
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index dfadfd4569cf..a3b95a8fa4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=melonds-git
_gitname=melonDS
-pkgver=0.9.5.r2119.758db2b9
+pkgver=0.9.5.r2171.d4e51f80
pkgdesc='DS emulator, sorta. also 1st quality melon.'
pkgrel=1
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://melonds.kuribo64.net/"
-license=('GPLv3')
+license=('GPL3')
makedepends=('git' 'cmake' 'pkg-config' 'extra-cmake-modules')
depends=('sdl2' 'libslirp' 'qt5-base' qt5-multimedia 'libepoxy')
source=("${_gitname}::git+https://github.com/Arisotura/${_gitname}.git")