summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-01-29 13:33:04 +0800
committerzxp198210052024-01-29 13:33:04 +0800
commitc84b09559646b30a03c0e8e79b183d7d741b0fb3 (patch)
treec0cc8940ec81a3a7ed7d1016703a24648f1cde9e /PKGBUILD
parentedd401910b8b8bc3c0b6b54a865baead589ec749 (diff)
downloadaur-c84b09559646b30a03c0e8e79b183d7d741b0fb3.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7ec9392fba2..41a144d50025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flawless-cut-bin
pkgver=1.0.1
_electronversion=23
-pkgrel=6
+pkgrel=7
pkgdesc="Fast and lossless video cutter and merger based on Electron."
arch=('x86_64')
url="https://github.com/metadream/app-flawless-cut"
@@ -21,7 +21,7 @@ source=(
)
sha256sums=('28debe0ea79488000337f8da5d12cad51ce9e965dfff9dc63da031d28c38d328'
'f3eac6adfa3dd9332b033a4aa8f565d05947b371fa729ceb6712a0123c5dcc46'
- '5ce46265f0335b03568aa06f7b4c57c5f8ffade7a226489ea39796be91a511bf')
+ '1d3f21d54a2d9d1a53661bd91c2afd00df79b0ce4057a66b4c953febfc464cd8')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \