summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 571cc69f12c7..8f9de7afa575 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = csview-git
pkgdesc = A high performance csv viewer with cjk/emoji support
- pkgver = 0.3.6.rc.0.20201010
+ pkgver = 1.2.4.20240414
pkgrel = 1
url = https://github.com/wfxr/csview
arch = i686
arch = x86_64
- license = MIT
- license = APACHE
+ license = MIT OR Apache-2.0
makedepends = git
makedepends = rust
makedepends = cargo
@@ -17,4 +16,3 @@ pkgbase = csview-git
sha256sums = SKIP
pkgname = csview-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 225067797366..c766648bef35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Wenxuan <wenxuangm@gmail.com>
_pkgname=csview
pkgname=csview-git
-pkgver=0.3.6.rc.0.20201010
+pkgver=1.2.4.20240414
pkgrel=1
pkgdesc='A high performance csv viewer with cjk/emoji support'
arch=(i686 x86_64)
url='https://github.com/wfxr/csview'
-license=('MIT' 'APACHE')
+license=('MIT OR Apache-2.0')
makedepends=('git' 'rust' 'cargo')
conflicts=("${_pkgname}" "${_pkgname}-bin")
provides=("${_pkgname}")