summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-03-26 17:05:04 -0500
committerCarlos Aznarán Laos2023-03-26 17:05:04 -0500
commitd63becaa4c57bd15dea74a9f3296ce854577fb43 (patch)
tree2a6ae1389a2ef8d7327635c6d9abc669b9782751 /PKGBUILD
parent924c2d28bc05987ec2f06f040fe8b8b9e2895f66 (diff)
downloadaur-d63becaa4c57bd15dea74a9f3296ce854577fb43.tar.gz
Bump version to 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11f9f4d1b9c4..53773356c83a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
_base=pytaglib
pkgname=python-${_base}
-pkgver=1.5.0
-pkgrel=4
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Python audio tagging library"
arch=(x86_64)
url="https://github.com/supermihi/${_base}"
@@ -13,7 +13,7 @@ depends=(python taglib)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('1be63e285980b140312aa780a56edf59467ad05aa49b3679d4140a856d07950842e9563ae7783010084e6d82c89b8776bbac94101326f67d041faa410f756556')
+sha512sums=('cb5cb49f11b69b6b9a5b06cc779dcfe68fe0c46c8dc95d0bb482e2d71f5a7f05a002df7b5aadebb7d459e1daa88a960e1b46332d12157d6bbe8678dcdf7ba760')
build() {
cd ${_base}-${pkgver}