Compare commits

...

2 Commits

Author SHA1 Message Date
5146f33bdd -bin suffix 2026-05-06 11:09:43 +02:00
4c53f01174 no updates is not an error 2026-05-06 11:09:43 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
pkgbase = open-video-downloader pkgbase = open-video-downloader-bin
pkgdesc = A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript pkgdesc = A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript
pkgver = 3.2.0 pkgver = 3.2.0
pkgrel = 1 pkgrel = 1
@@ -14,4 +14,4 @@ pkgbase = open-video-downloader
source = open-video-downloader-3.2.0.deb::https://github.com/jely2002/youtube-dl-gui/releases/download/app-v3.2.0/Open.Video.Downloader_3.2.0_amd64.deb source = open-video-downloader-3.2.0.deb::https://github.com/jely2002/youtube-dl-gui/releases/download/app-v3.2.0/Open.Video.Downloader_3.2.0_amd64.deb
sha256sums = 2a0190508c5b80d2801765073385439bf6dac7749473c19f842fbd5067f18e15 sha256sums = 2a0190508c5b80d2801765073385439bf6dac7749473c19f842fbd5067f18e15
pkgname = open-video-downloader pkgname = open-video-downloader-bin

View File

@@ -4,7 +4,7 @@ _pkgname="open-video-downloader"
_srcname="youtube-dl-gui" _srcname="youtube-dl-gui"
_srcmntr="jely2002" _srcmntr="jely2002"
pkgname="${_pkgname}" pkgname="${_pkgname}-bin"
pkgver="3.2.0" pkgver="3.2.0"
pkgrel="1" pkgrel="1"
pkgdesc="A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript" pkgdesc="A cross-platform GUI for youtube-dl made in Rust with Tauri and Vue + Typescript"

View File

@@ -17,7 +17,7 @@ fi
# Check version # Check version
if [ "${pkgver}" = "${oldver}" ] && [ -z "${FORCE_REBUILD}" ]; then if [ "${pkgver}" = "${oldver}" ] && [ -z "${FORCE_REBUILD}" ]; then
echo >/dev/stderr "Error: same (old) version specified - update aborted" echo >/dev/stderr "Error: same (old) version specified - update aborted"
exit 1 exit
fi fi
# Get variables from PKGBUILD # Get variables from PKGBUILD