summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMumulhl2024-07-27 20:16:17 +0800
committerMumulhl2024-07-27 20:16:17 +0800
commit8607bac239c506b3e23ab9eff2528f8eb9be4115 (patch)
treec5a9aef4fa4381c5eeeccea61baa81491a5f9406
parent493eef0c90ddd665f19dcc9dadf883eef40a6044 (diff)
downloadaur-8607bac239c506b3e23ab9eff2528f8eb9be4115.tar.gz
Upgrade to 0.1.1
-rw-r--r--.nvchecker.toml3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..502fa3fa25ea
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,3 @@
+[yt-music-archive]
+source = "git"
+git = "https://github.com/mumu-lhl/yt-music-archive.git"
diff --git a/PKGBUILD b/PKGBUILD
index 9b6076ecf10d..d3789135b5d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mumulhl <mumulhl.666@gmail.com>
pkgname="yt-music-archive"
-pkgver="0.1.0"
+pkgver=0.1.1
pkgrel=1
pkgdesc="Download youtube music locally and store its id in a archive file, and restore the music from this file."
arch=(any)
@@ -9,7 +9,7 @@ license=("MIT")
depends=("yt-dlp")
backup=("etc/yt-music-archive/yt-music-archive.conf")
source=("https://github.com/mumu-lhl/yt-music-archive/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('eb6f5aa9a3cb0cbde747181dc95f5a86e6f318c06aa97e210ea37ac6cd6756c2')
+sha256sums=('9c16a0bd6afbd6436a36fde5cf6303923d513b2ceab06c1bad28ff3d45324cb4')
package() {
_srcdir="${srcdir}/yt-music-archive-${pkgver}"