summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-08-11 17:40:02 +0800
committerzxp198210052023-08-11 17:40:02 +0800
commitd6542eacde2096e4af96c7aef6b68901c65197ed (patch)
tree8c0e4c3b991b1f9ef55d8fcb9f1ac270b3fd167e /PKGBUILD
parentc9dcdf5065438394d1ec70a906fc4f75dea120b7 (diff)
downloadaur-d6542eacde2096e4af96c7aef6b68901c65197ed.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 ffc8c3452788..aba777904869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=flawless-cut-bin
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and lossless video cutter and merger based on Electron."
arch=('x86_64')
url="https://github.com/metadream/app-flawless-cut"
license=('MIT')
conflicts=("${pkgname%-bin}")
-provides=("${pkgname%-bin}-${pkgver}")
+provides=("${pkgname%-bin}=${pkgver}")
depends=('electron23' 'hicolor-icon-theme' 'bash' 'libmediainfo')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"LICENSE::https://raw.githubusercontent.com/metadream/app-flawless-cut/main/LICENSE"