summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2024-08-19 15:50:30 +0000
committerxiota2024-08-19 15:50:30 +0000
commit16cc21f091b853067cec7990efdf205b10c3affd (patch)
treebedbe8897023a3159e4b20ed10bbc83ee19b8429 /PKGBUILD
parent7a5b9599d6b754be56558dc0a3c7d540d14e9a04 (diff)
downloadaur-16cc21f091b853067cec7990efdf205b10c3affd.tar.gz
2024.08.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2420a884b2fa..817373079ede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {