summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2024-01-17 07:46:32 +0100
committerCarl Smedstad2024-01-17 07:46:32 +0100
commit4d4550d969ac3cdb58c5c9454f30c49d23ad653a (patch)
tree540a418d510ed33cea02fdad8bad47a39021913f
parent5c9a912bdec7f5b148801a706bf74e0474617059 (diff)
downloadaur-4d4550d969ac3cdb58c5c9454f30c49d23ad653a.tar.gz
upgpkg: 24.01.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 463227773b80..c096e5b26d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = stargate
pkgdesc = Innovation-first digital audio workstation (DAW), instrument and effect plugins, wave editor
pkgver = 24.01.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stargatedaw/stargate
arch = x86_64
arch = aarch64
- license = GPL
+ license = GPL-3.0-only
makedepends = git
makedepends = jq
makedepends = libsbsms
diff --git a/.gitignore b/.gitignore
index 72e8ffc0db8a..f71c635dafda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index e56392e99c3e..0669672633f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=stargate
pkgver=24.01.1
-pkgrel=1
+pkgrel=2
pkgdesc="Innovation-first digital audio workstation (DAW), instrument and effect plugins, wave editor"
-license=(GPL)
+license=(GPL-3.0-only)
arch=(
x86_64
aarch64