summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c4236a015f9..01830d97b8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Helmling <michaelhelmling@posteo.de>
pkgname=python-pytaglib
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc="Python bindigs for the TagLib audio metadata library"
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ url="https://pypi.org/project/pytaglib"
license=('GPL3')
makedepends=('python-setuptools' 'taglib')
options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/02/3b/b7e5fe31527dffa41dd55c8f36c2fdbbf043c0b3d8707a9f9c45f9c49932/pytaglib-1.4.5.tar.gz")
-md5sums=('2f530e4d4b6a69478de9b064748be76a')
+source=("https://files.pythonhosted.org/packages/c7/44/f054737af93d8bc57c3a23906e4e7d1b5538c7d96577746e5c4b2f92b181/pytaglib-1.4.6.tar.gz")
+md5sums=('ddf326210c4ed0db9a05638191c03752')
build() {
cd "$srcdir/pytaglib-$pkgver"