summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2024-05-29 15:30:58 +0300
committerPekka Ristola2024-05-29 15:30:58 +0300
commitf9128fd5a0db24cccf017591eac873b98928e717 (patch)
tree28afad8d3ee0e718b6ff7b17b9c60c2ec2f99c4b
parentef91b4bed3bb7f47efca904f1dfe304bd5909d38 (diff)
downloadaur-f9128fd5a0db24cccf017591eac873b98928e717.tar.gz
Update to 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49b28f60f6e6..2dd1d0236396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-syncedlyrics
pkgdesc = Get an LRC format (synchronized) lyrics for your music
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/moehmeni/syncedlyrics
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-syncedlyrics
depends = python-requests>=2.28.1
depends = python-rapidfuzz>=2.13.2
depends = python-beautifulsoup4>=4.11.1
- source = syncedlyrics-0.10.0.tar.gz::https://github.com/moehmeni/syncedlyrics/archive/refs/tags/v0.10.0.tar.gz
- sha256sums = 7b00ce6b5ab7233b0a63defc8d959f891039373752a726aec0b0e4f7f4e61830
+ source = syncedlyrics-0.10.1.tar.gz::https://github.com/moehmeni/syncedlyrics/archive/refs/tags/v0.10.1.tar.gz
+ sha256sums = 5b72840d89657765ac42433d4928447245c15bbc912d64a943d90d7e1c3ed3a5
pkgname = python-syncedlyrics
diff --git a/PKGBUILD b/PKGBUILD
index eff1cc60eb6e..2b8aa5beb2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-syncedlyrics
_pkgname=${pkgname#python-}
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc='Get an LRC format (synchronized) lyrics for your music'
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel'
'python-poetry-core')
checkdepends=('python-pytest')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7b00ce6b5ab7233b0a63defc8d959f891039373752a726aec0b0e4f7f4e61830')
+sha256sums=('5b72840d89657765ac42433d4928447245c15bbc912d64a943d90d7e1c3ed3a5')
build() {
cd "${_pkgname}-${pkgver}"