Skip to content

Commit

Permalink
package AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSalman committed Aug 17, 2024
1 parent 96306ed commit 341f72d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ytdlp-gui"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "a GUI for yt-dlp written in Rust"
license = "GPL-3.0"
Expand Down
6 changes: 3 additions & 3 deletions aur/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ytdlp-gui
pkgdesc = a GUI for yt-dlp written in Rust
pkgver = 1.0.0
pkgver = 1.0.3
pkgrel = 1
url = https://github.com/BKSalman/ytdlp-gui
arch = x86_64
Expand All @@ -10,7 +10,7 @@ pkgbase = ytdlp-gui
makedepends = git
depends = ffmpeg
depends = yt-dlp
source = ytdlp-gui-1.0.0.tar.gz::https://github.com/BKSalman/ytdlp-gui/archive/refs/tags/v1.0.0.tar.gz
sha256sums = 9d1c090799b3e314cc961b6d0d5a3894941f8c5dac7e0706dd3cf16fb0a6f7cc
source = ytdlp-gui-1.0.3.tar.gz::https://github.com/BKSalman/ytdlp-gui/archive/refs/tags/v1.0.3.tar.gz
sha256sums = d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed

pkgname = ytdlp-gui
4 changes: 2 additions & 2 deletions aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

pkgname=ytdlp-gui
pkgver=1.0.0
pkgver=1.0.3
pkgrel=1
pkgdesc="a GUI for yt-dlp written in Rust"
url="https://github.com/BKSalman/ytdlp-gui"
Expand All @@ -12,7 +12,7 @@ makedepends=( "cargo" "pkgconf" "git" )
depends=("ffmpeg" "yt-dlp")

source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=("9d1c090799b3e314cc961b6d0d5a3894941f8c5dac7e0706dd3cf16fb0a6f7cc")
sha256sums=("d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed")

prepare() {
cd "$pkgname-${pkgver}"
Expand Down

0 comments on commit 341f72d

Please sign in to comment.