summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2021-12-01 09:11:34 -0500
committerAshley Bone2021-12-01 09:11:34 -0500
commit8cc9ddfe6edc822c3626f02b76d0bdec6c37563f (patch)
tree597d0110cd13ee4e4e22582906549153a94a5f58
parent5907a9ab65a316c7443a3344c1c1f352731db1e6 (diff)
downloadaur-8cc9ddfe6edc822c3626f02b76d0bdec6c37563f.tar.gz
Update to 1.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 586bfb19e7d1..99b9397620da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = youtube-music-uploader
pkgdesc = YouTube music uploader.
- pkgver = 1.2.0
+ pkgver = 1.3.0
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.2.0.tar.gz
- sha256sums = ee94897c61443a9d6b1297ee5b60a9666d756c5c34d0ca2bc56525b606a503f8
+ source = https://github.com/jaymoulin/youtube-music-uploader/archive/refs/tags/1.3.0.tar.gz
+ sha256sums = 9e5ba43888a7d560c44759c22609120befe25436c381b5b6658dcc62265a961a
pkgname = youtube-music-uploader
diff --git a/PKGBUILD b/PKGBUILD
index b90f238f7bc1..bf52930946ab 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.2.0
+pkgver=1.3.0
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=('ee94897c61443a9d6b1297ee5b60a9666d756c5c34d0ca2bc56525b606a503f8')
+sha256sums=('9e5ba43888a7d560c44759c22609120befe25436c381b5b6658dcc62265a961a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"