summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Helmling2018-10-27 21:23:36 +0200
committerMichael Helmling2018-10-27 21:23:36 +0200
commitb22e8849df3ca85acbf3cb856129bd396abc4c12 (patch)
tree0ec67b31e122146b085317127215d9abf2c146fc
parent5a14d504dab4232fc8ba05eae7aa56d59ed7fffe (diff)
downloadaur-b22e8849df3ca85acbf3cb856129bd396abc4c12.tar.gz
Update to v1.4.4
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff37cdba08d4..032edf0b5829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Michael Helmling <michaelhelmling@posteo.de>
pkgname=python-pytaglib
-pkgver=1.4.3
-pkgrel=1
+pkgver=1.4.4
+pkgrel=2
pkgdesc="Python bindigs for the TagLib audio metadata library"
arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/pytaglib"
+url="https://pypi.org/project/pytaglib"
license=('GPL3')
makedepends=('python-setuptools' 'taglib')
options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/c7/f0/c6d15860c6ab5953320edd36b5050e9d813d025bd49563ef7a24154b69c7/pytaglib-1.4.3.tar.gz")
-md5sums=('e109e5dcf921ed35e7d923712643a423')
+source=("https://files.pythonhosted.org/packages/66/ac/aea033ff78cd6addca7921afd52ecad62cf4c8a6a7217209dc077229b83f/pytaglib-1.4.4.tar.gz")
+md5sums=('932bc5dbedcda6fd4350ed2949d20c4e')
build() {
cd "$srcdir/pytaglib-$pkgver"