diff options
author | xiota | 2024-08-19 15:50:30 +0000 |
---|---|---|
committer | xiota | 2024-08-19 15:50:30 +0000 |
commit | 16cc21f091b853067cec7990efdf205b10c3affd (patch) | |
tree | bedbe8897023a3159e4b20ed10bbc83ee19b8429 /PKGBUILD | |
parent | 7a5b9599d6b754be56558dc0a3c7d540d14e9a04 (diff) | |
download | aur-16cc21f091b853067cec7990efdf205b10c3affd.tar.gz |
2024.08.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ # Maintainer: Deepjyoti <deep.barman30@gmail.com> +: ${_commit=d8f288c6a0e9258d073100283c65a2e03a761777} + _pkgname="ytmdl" pkgname="$_pkgname" -pkgver=2024.04.14 +pkgver=2024.08.15.1 pkgrel=1 pkgdesc="Download songs from YouTube with metadata from iTunes, Spotify, LastFM, etc" arch=("any") @@ -21,7 +23,7 @@ makedepends=( ) _pkgsrc="$_pkgname" -source=("$_pkgsrc"::"git+$url.git#tag=$pkgver") +source=("$_pkgsrc"::"git+$url.git#commit=$_commit") sha256sums=("SKIP") prepare() { |