summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-08-30 10:48:32 +0800
committerzxp198210052024-08-30 10:48:32 +0800
commit09f6a6ddf0dcd4741ecabe5722feb643b707f465 (patch)
treec99d16ea370b7144f371effe02ec64d99f5872d7 /PKGBUILD
parent2100acfbd01c6e94bbef54144ce0e7e5f03dcdc6 (diff)
downloadaur-09f6a6ddf0dcd4741ecabe5722feb643b707f465.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6d9ace55d2b..41568932b0e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yt-dlandcut-bin
pkgver=3.0.0
_electronversion=25
-pkgrel=7
+pkgrel=8
pkgdesc="Download and cut an Youtube video by providing its url and the time range"
arch=('x86_64')
url="https://github.com/Markkop/yt-dlandcut"
@@ -10,7 +10,7 @@ license=('custom')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- "electron${_electronversion}-bin"
+ "electron${_electronversion}"
)
makedepends=(
'fuse2'
@@ -20,11 +20,12 @@ source=(
"${pkgname%-bin}.sh"
)
sha256sums=('d440f515341ec5936f09cf7d878ab4165baf7821579973ab667e4176a76b3cbc'
- 'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
+ '2b2e8aeed33fd71c521e49fd54fb2fa81218d16aef8bccb88d77909055ab8051')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \
-e "s|@runname@|app.asar|g" \
+ -e "s|@cfgdirname@|${pkgname%-bin}|g" \
-e "s|@options@||g" \
-i "${srcdir}/${pkgname%-bin}.sh"
chmod a+x "${srcdir}/${pkgname%-bin}-${pkgver}.AppImage"