summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVince2021-08-03 18:30:28 +0200
committerVince2021-08-03 18:30:28 +0200
commit86c17401cf9873a43a228a629aaba9aa45e0ec61 (patch)
treed7fe0a507bb47146c17f5f91840c54a0d6d2dfc4
parent05fa1bb81d2219b791f05a0a7546b39a017cfe4b (diff)
downloadaur-86c17401cf9873a43a228a629aaba9aa45e0ec61.tar.gz
Added the license information
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f8da05d00fe..6fce9256a610 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = wxwabbitemu-git
pkgdesc = A cross-platform TI-8x emulator based on Wabbitemu
- pkgver = 48325ca
+ pkgver = 7b9ef9d
pkgrel = 1
url = https://github.com/alberthdev/wxwabbitemu
arch = x86_64
- license = unknown
+ license = custom
depends = wxgtk2
source = wxwabbitemu-git::git+https://github.com/alberthdev/wxwabbitemu.git
sha256sums = SKIP
pkgname = wxwabbitemu-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 488eea20b478..742b125ec854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Jan Baudisch <dev@baudisch.xyz>
+# Maintainer: Vince <vince@ultrabanana.net>
pkgname=wxwabbitemu-git
-pkgver=48325ca
+pkgver=7b9ef9d
pkgrel=1
pkgdesc="A cross-platform TI-8x emulator based on Wabbitemu"
arch=("x86_64")
url="https://github.com/alberthdev/wxwabbitemu"
-license=("unknown")
+license=("custom")
depends=("wxgtk2")
source=("$pkgname::git+https://github.com/alberthdev/wxwabbitemu.git")
sha256sums=("SKIP")
@@ -25,4 +25,5 @@ build() {
package() {
install -Dm755 "$pkgname/bin/wxWabbitemu" "$pkgdir/usr/bin/wxwabbitemu"
+ install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}