summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWheelchairArtist2024-04-06 11:01:14 +0200
committerWheelchairArtist2024-04-06 11:01:14 +0200
commit9e4da958419a17e47a9be9ac680bee96d0e7d450 (patch)
tree11c3628d3aed7b81568f58eebd9bf908049111c8
parent455158d7e0983afbfb54601aa278fa1efc298fea (diff)
downloadaur-9e4da958419a17e47a9be9ac680bee96d0e7d450.tar.gz
bump pkgrel, update license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e140f314cd58..bf187796fec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = wineasio
pkgdesc = ASIO driver implementation for Wine
pkgver = 1.2.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/wineasio/wineasio
install = wineasio.install
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
+ license = GPL-2.0-or-later
makedepends = gcc
depends = jack
depends = lib32-jack
diff --git a/PKGBUILD b/PKGBUILD
index ddf886ba01f8..98414ae5ad0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=wineasio
pkgver=1.2.0
-pkgrel=6
+pkgrel=7
pkgdesc="ASIO driver implementation for Wine"
url="https://github.com/wineasio/wineasio"
arch=('x86_64')
-license=('LGPL')
+license=('LGPL-2.1-or-later' 'GPL-2.0-or-later')
options=('!lto' '!debug')
depends=('jack' 'lib32-jack' 'python-pyqt5' 'realtime-privileges' 'wine')