summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2024-01-13 12:19:54 -0500
committerAshley Bone2024-01-13 12:19:54 -0500
commitaa7eb4d55778b3f818f32c3b832a31ce3c8fc2bd (patch)
tree7418b2036d4004044c88741e3217af04c141ccf4
parent8cc9ddfe6edc822c3626f02b76d0bdec6c37563f (diff)
downloadaur-youtube-music-uploader.tar.gz
Upgrade to version 1.3.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b9397620da..6e2a1b21e2ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = youtube-music-uploader
pkgdesc = YouTube music uploader.
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/jaymoulin/youtube-music-uploader
arch = any
@@ -9,7 +9,7 @@ pkgbase = youtube-music-uploader
depends = python-requests
depends = python-watchdog
depends = python-ytmusicapi
- source = https://github.com/jaymoulin/youtube-music-uploader/archive/refs/tags/1.3.0.tar.gz
- sha256sums = 9e5ba43888a7d560c44759c22609120befe25436c381b5b6658dcc62265a961a
+ source = https://github.com/jaymoulin/youtube-music-uploader/archive/refs/tags/1.3.1.tar.gz
+ sha256sums = f3b713d88639c83f786c3ec640ec53b85845119912d4aeb59e0b430c5b0007de
pkgname = youtube-music-uploader
diff --git a/PKGBUILD b/PKGBUILD
index bf52930946ab..9d7d6886aa09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ashley Bone <ashley DOT bone AT pm DOT me>
pkgname=youtube-music-uploader
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="YouTube music uploader."
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python-requests' 'python-watchdog' 'python-ytmusicapi')
makedepends=('python-setuptools')
source=("https://github.com/jaymoulin/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('9e5ba43888a7d560c44759c22609120befe25436c381b5b6658dcc62265a961a')
+sha256sums=('f3b713d88639c83f786c3ec640ec53b85845119912d4aeb59e0b430c5b0007de')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"