summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-11 16:22:24 +0800
committerzxp198210052023-08-11 16:22:24 +0800
commit86851f9a1934a274765bc50e7c21f2280624ea03 (patch)
treec401ed5ff86cdc66c3aade90276e6e8bee7aa3b6
parentda93c78170bb392e455136ef11f48e0e09fc8f57 (diff)
downloadaur-86851f9a1934a274765bc50e7c21f2280624ea03.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17a2dfc1543c..ab30d780a208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = excel-parser-processor-bin
pkgdesc = Simply generates an array of items from the rows of an Excel file and does the repetitive tedious operations step by step recursively till every item of the array is processed.
pkgver = 1.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/btargac/excel-parser-processor
arch = x86_64
license = MIT
depends = bash
depends = electron13
depends = hicolor-icon-theme
- provides = excel-parser-processor-1.3.1
+ provides = excel-parser-processor=1.3.1
conflicts = excel-parser-processor
source = excel-parser-processor-1.3.1.AppImage::https://github.com/btargac/excel-parser-processor/releases/download/v1.3.1/Excel-Parser-Processor-1.3.1.AppImage
source = LICENSE::https://raw.githubusercontent.com/btargac/excel-parser-processor/master/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 988ca567dd89..2c0dbe32ea37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=excel-parser-processor-bin
+_appname=Excel-Parser-Processor
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simply generates an array of items from the rows of an Excel file and does the repetitive tedious operations step by step recursively till every item of the array is processed."
arch=('x86_64')
url="https://github.com/btargac/excel-parser-processor"
license=('MIT')
conflicts=("${pkgname%-bin}")
-provides=("${pkgname%-bin}-${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}")
depends=('bash' 'electron13' 'hicolor-icon-theme')
-source=("${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Excel-Parser-Processor-${pkgver}.AppImage"
+source=("${pkgname%-bin}-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/${_appname}-${pkgver}.AppImage"
"LICENSE::https://raw.githubusercontent.com/btargac/excel-parser-processor/master/LICENSE"
"${pkgname%-bin}.sh")
sha256sums=('90b96fec41aae2dffdd5a7c72dfdd8ad954b2675662a4dc4360851410aa73b5d'