summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSid Pranjale2023-06-27 10:30:35 +0530
committerSid Pranjale2023-06-27 10:30:35 +0530
commite7c19dbfadbdbc43a77de2db02a8aba39761d679 (patch)
tree1b4cc8dea904d4022586ed6d6df556e8b1084e3e
parent0aacb37b04d1e598945da14f3381704a7a2a42b9 (diff)
downloadaur-e7c19dbfadbdbc43a77de2db02a8aba39761d679.tar.gz
correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c78a0176d04a..36da00a9c59c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = streamcontrol-git
arch = i686
arch = x86_64
arch = aarch64
- license = custom:BUILD
+ license = custom
makedepends = qt5-script
provides = streamcontrol
conflicts = streamcontrol
diff --git a/PKGBUILD b/PKGBUILD
index abc5a7177529..b6ffb18eb4b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='App to control overlay data for Fighting Game livestreams'
arch=('i686' 'x86_64' 'aarch64')
url='http://farpnut.net/streamcontrol/'
-license=('custom:BUILD')
+license=('custom')
makedepends=('qt5-script')
provides=('streamcontrol')
conflicts=('streamcontrol')