You've already forked open-video-downloader-bin
v3.1.1
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,13 +1,13 @@
|
|||||||
pkgbase = open-video-downloader
|
pkgbase = open-video-downloader
|
||||||
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.1.0
|
pkgver = 3.1.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/jely2002/youtube-dl-gui
|
url = https://github.com/jely2002/youtube-dl-gui
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = AGPL3
|
license = AGPL3
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
depends = webkit2gtk
|
depends = webkit2gtk
|
||||||
source = open-video-downloader-3.1.0.deb::https://github.com/jely2002/youtube-dl-gui/releases/download/app-v3.1.0/Open.Video.Downloader_3.1.0_amd64.deb
|
source = open-video-downloader-3.1.1.deb::https://github.com/jely2002/youtube-dl-gui/releases/download/app-v3.1.1/Open.Video.Downloader_3.1.1_amd64.deb
|
||||||
sha256sums = 2372c0039599cd2ba89a3f47be23bfd6dfb3e0a1d29d94414284c2529477ed7a
|
sha256sums = 2ed12d3b2260b5253b96676c6ec33b5348fcc6cbe32df5f5dffc8ad340f6007d
|
||||||
|
|
||||||
pkgname = open-video-downloader
|
pkgname = open-video-downloader
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Your Name <your.email@example.com>
|
# Maintainer: Your Name <your.email@example.com>
|
||||||
pkgname=open-video-downloader
|
pkgname=open-video-downloader
|
||||||
pkgver=3.1.0
|
pkgver=3.1.1
|
||||||
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"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -9,7 +9,7 @@ license=('AGPL3')
|
|||||||
depends=('gtk3' 'webkit2gtk')
|
depends=('gtk3' 'webkit2gtk')
|
||||||
optdepends=()
|
optdepends=()
|
||||||
source=("${pkgname}-${pkgver}.deb::https://github.com/jely2002/youtube-dl-gui/releases/download/app-v${pkgver}/Open.Video.Downloader_${pkgver}_amd64.deb")
|
source=("${pkgname}-${pkgver}.deb::https://github.com/jely2002/youtube-dl-gui/releases/download/app-v${pkgver}/Open.Video.Downloader_${pkgver}_amd64.deb")
|
||||||
sha256sums=('2372c0039599cd2ba89a3f47be23bfd6dfb3e0a1d29d94414284c2529477ed7a')
|
sha256sums=('2ed12d3b2260b5253b96676c6ec33b5348fcc6cbe32df5f5dffc8ad340f6007d')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# Extract the .deb package
|
# Extract the .deb package
|
||||||
|
|||||||
Reference in New Issue
Block a user