diff options
author | Carl Smedstad | 2024-01-17 07:46:32 +0100 |
---|---|---|
committer | Carl Smedstad | 2024-01-17 07:46:32 +0100 |
commit | 4d4550d969ac3cdb58c5c9454f30c49d23ad653a (patch) | |
tree | 540a418d510ed33cea02fdad8bad47a39021913f | |
parent | 5c9a912bdec7f5b148801a706bf74e0474617059 (diff) | |
download | aur-4d4550d969ac3cdb58c5c9454f30c49d23ad653a.tar.gz |
upgpkg: 24.01.1-2
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 7 insertions, 4 deletions
@@ -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 @@ -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 |