summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-15 18:06:33 +0800
committerzxp198210052023-08-15 18:06:33 +0800
commit9da4b7d9fe9c5fa4438b3e93d5303bbf01bdd59d (patch)
tree078dd3d6b4875c1f46e6a3dd3be0bb655a3e3035
parent38b11d10dfde761e1b6c55eb871e72f1d61e6119 (diff)
downloadaur-9da4b7d9fe9c5fa4438b3e93d5303bbf01bdd59d.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f1ff15f677..623d929fc97c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liground-bin
pkgdesc = A free, open-source and modern Chess Variant Analysis GUI for the 21st century
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://ml-research.github.io/liground.github.io/
arch = x86_64
license = AGPL3
@@ -9,7 +9,7 @@ pkgbase = liground-bin
depends = electron11
depends = glibc
depends = gcc-libs
- provides = liground
+ provides = liground=0.4.0
conflicts = liground
source = liground-0.4.0.AppImage::https://github.com/ml-research/liground/releases/download/0.4.0/liground-0.4.0-linux.AppImage
source = liground.sh
diff --git a/PKGBUILD b/PKGBUILD
index 8d03e05e3190..a4a1c28e431b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="liground-bin"
+pkgname=liground-bin
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A free, open-source and modern Chess Variant Analysis GUI for the 21st century"
arch=('x86_64')
url="https://ml-research.github.io/liground.github.io/"
_githuburl="https://github.com/ml-research/liground"
license=('AGPL3')
depends=('bash' 'electron11' 'glibc' 'gcc-libs')
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/${pkgver}/${pkgname%-bin}-${pkgver}-linux.AppImage"
"${pkgname%-bin}.sh")