summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-11 16:27:26 +0800
committerzxp198210052023-08-11 16:27:26 +0800
commitbafaa78586029a8c2ba4515e39b64e895ccc7ad9 (patch)
tree616c18c7ec1287d973bc05839021df28ff242258
parent98db7b7eb924f5971fba46698931b09b665e9c57 (diff)
downloadaur-bafaa78586029a8c2ba4515e39b64e895ccc7ad9.tar.gz
fix errors
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e61dd701cb5..b7fe38921082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = fairshare-bin
+pkgbase = fairshare-bin3
pkgdesc = Simplifying the curation and sharing of biomedical research data and software according to applicable FAIR guidelines
pkgver = 2.1.0
pkgrel = 2
@@ -9,13 +9,13 @@ pkgbase = fairshare-bin
depends = zlib
depends = glibc
depends = bash
- provides = fairshare
- conflicts = fairshare
- source = fairshare-2.1.0.AppImage::https://github.com/fairdataihub/FAIRshare/releases/download/v2.1.0/FAIRshare-2.1.0.AppImage
+ provides = fairshare-bin3=2.1.0
+ conflicts = fairshare-bin3
+ source = fairshare-bin3-2.1.0.AppImage::https://github.com/fairdataihub/FAIRshare/releases/download/v2.1.0/FAIRshare-2.1.0.AppImage
source = LICENSE::https://raw.githubusercontent.com/fairdataihub/FAIRshare/main/LICENSE
- source = fairshare.sh
+ source = fairshare-bin3.sh
sha256sums = 9c6bf87ec638dcb3dc44de81e268a57453f26c4e345023a3664ed0f744c2a7c3
sha256sums = f53ab2779598ebdd8bef9425c402eed3cac0e2a6dc3ec5cbda5a07de0bdcf7dc
sha256sums = 97d3bf258a395a980acc763abdd28cb944faa0f37ee09a00b2d331398fa88f52
-pkgname = fairshare-bin
+pkgname = fairshare-bin3
diff --git a/PKGBUILD b/PKGBUILD
index d55db1874362..e13d92a6c6b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="fairshare-bin"
+pkgname=fairshare-bin3
+_appname=FAIRshare
pkgver=2.1.0
pkgrel=2
pkgdesc="Simplifying the curation and sharing of biomedical research data and software according to applicable FAIR guidelines"
@@ -8,9 +9,9 @@ url="https://fairdataihub.org/fairshare"
_githuburl="https://github.com/fairdataihub/FAIRshare"
license=('MIT')
conflicts=("${pkgname%-bin}")
-provides=("${pkgname%-bin}")
+provides=("${pkgname%-bin}=${pkgver}")
depends=('electron25' 'zlib' 'glibc' 'bash')
-source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/v${pkgver}/FAIRshare-${pkgver}.AppImage"
+source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/v${pkgver}/${_appname}-${pkgver}.AppImage"
"LICENSE::https://raw.githubusercontent.com/fairdataihub/FAIRshare/main/LICENSE"
"${pkgname%-bin}.sh")
sha256sums=('9c6bf87ec638dcb3dc44de81e268a57453f26c4e345023a3664ed0f744c2a7c3'