summarylogtreecommitdiffstats
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
parent924c2d28bc05987ec2f06f040fe8b8b9e2895f66 (diff)
downloadaur-d63becaa4c57bd15dea74a9f3296ce854577fb43.tar.gz
Bump version to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff571317f6f1..6891cf9d906b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytaglib
pkgdesc = Python audio tagging library
- pkgver = 1.5.0
- pkgrel = 4
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/supermihi/pytaglib
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = python-pytaglib
makedepends = python-wheel
depends = python
depends = taglib
- source = pytaglib-1.5.0.tar.gz::https://github.com/supermihi/pytaglib/archive/v1.5.0.tar.gz
- sha512sums = 1be63e285980b140312aa780a56edf59467ad05aa49b3679d4140a856d07950842e9563ae7783010084e6d82c89b8776bbac94101326f67d041faa410f756556
+ source = pytaglib-2.0.0.tar.gz::https://github.com/supermihi/pytaglib/archive/v2.0.0.tar.gz
+ sha512sums = cb5cb49f11b69b6b9a5b06cc779dcfe68fe0c46c8dc95d0bb482e2d71f5a7f05a002df7b5aadebb7d459e1daa88a960e1b46332d12157d6bbe8678dcdf7ba760
pkgname = python-pytaglib
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}