summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshley Bone2024-01-13 12:19:54 -0500
committerAshley Bone2024-01-13 12:19:54 -0500
commitaa7eb4d55778b3f818f32c3b832a31ce3c8fc2bd (patch)
tree7418b2036d4004044c88741e3217af04c141ccf4 /PKGBUILD
parent8cc9ddfe6edc822c3626f02b76d0bdec6c37563f (diff)
downloadaur-youtube-music-uploader.tar.gz
Upgrade to version 1.3.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"