summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2023-04-08 09:47:20 +1000
committerJake Leahy2023-04-08 09:47:20 +1000
commit3f98eb2fc26486de367cf1f590cee5640271eb99 (patch)
tree47fc9925cf4fd1da4533fef99e566ba56e735e83
parent6e943a17605d9774ab349aa0d939c0e005659d68 (diff)
downloadaur-3f98eb2fc26486de367cf1f590cee5640271eb99.tar.gz
Update license to be correct (GPL -> MIT)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efea5c52fc9d..6dc704637e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = typst-lsp-bin
pkgdesc = A brand-new language server for Typst,
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nvarner/typst-lsp
arch = x86_64
arch = armv7h
arch = aarch64
- license = GPL3
- depends = qt5-base
+ license = MIT
+ depends = glibc
+ depends = gcc-libs
provides = typst-lsp
source_x86_64 = typst-lsp-0.3.2::https://github.com/nvarner/typst-lsp/releases/download/v0.3.2/typst-lsp-linux-x64
sha256sums_x86_64 = 0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad
diff --git a/PKGBUILD b/PKGBUILD
index 8fecaeaf8ee3..f7f674c302c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=typst-lsp-bin
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A brand-new language server for Typst,"
arch=("x86_64" "armv7h" "aarch64")
url="https://github.com/nvarner/typst-lsp"
-license=("GPL3")
+license=("MIT")
source_x86_64=("typst-lsp-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-x64")
source_armv7h=("typst-lsp-$pkgver::https://github.com/nvarner/typst-lsp/releases/download/v$pkgver/typst-lsp-linux-armhf")
@@ -17,7 +17,7 @@ sha256sums_armv7h=('0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b02
sha256sums_aarch64=('0b3f629ea1350fb03c864661949d338b5d720b5aefbc72f0241fa3c60b020dad')
provides=("typst-lsp")
-depends=("qt5-base")
+depends=("glibc" "gcc-libs")
package() {
cd "$srcdir/"