summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-27 13:41:14 +0800
committerzxp198210052024-02-27 13:41:14 +0800
commitcb71d38f8aa40a47e146f16ba6db6ae75a6857bc (patch)
tree7277a0b900e37008180335788fa1d75b959fce1b
parentd822a6fb8bf88276d584768ef30aab9bb59046e3 (diff)
downloadaur-cb71d38f8aa40a47e146f16ba6db6ae75a6857bc.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3867e2745340..3b3726fd17af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = termv-rs
pkgdesc = Termv. Now blazingly fast
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Roshan-R/termv-rs
arch = x86_64
- license = GPL
+ license = GPL-3.0-only
conflicts = termv
source = termv-rs-0.1::https://github.com/Roshan-R/termv-rs/releases/download/v0.1/termv-rs
sha256sums = 821bf1a8711895f8b93287bde117a6e686d9f79468dd4a1ae2fe69ca3d04ea6f
diff --git a/PKGBUILD b/PKGBUILD
index 070ce6424109..2383fc7e575a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=termv-rs
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Termv. Now blazingly fast"
arch=("x86_64")
url="https://github.com/Roshan-R/termv-rs"
-license=('GPL')
+license=('GPL-3.0-only')
depends=()
conflicts=("${pkgname%-rs}")
source=(