summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2023-10-31 11:37:35 +0200
committerPekka Ristola2023-10-31 11:37:35 +0200
commit428d05dc6c5eb36443814d9c2ad4487a07f5d269 (patch)
tree47ec4935b0a867d96bf4779f8ffbf169153238fb
parente70addcf9f0b0ca1bdaf75a3b43f4f05e238096d (diff)
downloadaur-428d05dc6c5eb36443814d9c2ad4487a07f5d269.tar.gz
Update to 0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4808beab373e..d5fc6d347237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-bandcamp-api
pkgdesc = A simple way to get info from Bandcamp
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/RustyRin/bandcamp-api
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-bandcamp-api
depends = python-lxml
depends = python-requests
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/b/bandcamp_api/bandcamp_api-0.2.2.tar.gz
- sha256sums = bff880095701142ff7c78bfb43fd69f9a1c685fc37010e37794dec2b3e41b242
+ source = https://files.pythonhosted.org/packages/source/b/bandcamp_api/bandcamp_api-0.2.3.tar.gz
+ sha256sums = eff597328edf083307013a7884407c6fb7cd2568ac52fd3a85b3fe3bcefc3e1b
pkgname = python-bandcamp-api
diff --git a/PKGBUILD b/PKGBUILD
index a830f7eda672..5218e47b9136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=bandcamp_api
pkgname=python-bandcamp-api
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="A simple way to get info from Bandcamp"
arch=(any)
@@ -17,7 +17,7 @@ depends=(
python-setuptools
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('bff880095701142ff7c78bfb43fd69f9a1c685fc37010e37794dec2b3e41b242')
+sha256sums=('eff597328edf083307013a7884407c6fb7cd2568ac52fd3a85b3fe3bcefc3e1b')
build() {
cd "$_name-$pkgver"