diff options
author | Michael Helmling | 2018-10-27 21:26:56 +0200 |
---|---|---|
committer | Michael Helmling | 2018-10-27 21:26:56 +0200 |
commit | e21a3cac9397477a3bf060349d19d5f68eb6d220 (patch) | |
tree | 4d99401fdf3a481ed90b9417b5b868ef4003083b | |
parent | 426d10d02360b9d594d89a17e9b874bb40d689b4 (diff) | |
download | aur-e21a3cac9397477a3bf060349d19d5f68eb6d220.tar.gz |
Update to pytaglib-v1.4.4
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ pkgbase = python2-pytaglib pkgdesc = Python bindigs for the TagLib audio metadata library (Python 2 version) - pkgver = 1.4.3 + pkgver = 1.4.4 pkgrel = 1 - url = http://pypi.python.org/pypi/pytaglib + url = https://pypi.org/project/pytaglib/ arch = i686 arch = x86_64 license = GPL3 makedepends = python2-setuptools makedepends = 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 pkgname = python2-pytaglib depends = python @@ -1,16 +1,16 @@ # Maintainer: Michael Helmling <michaelhelmling@posteo.de> pkgname=python2-pytaglib -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 pkgdesc="Python bindigs for the TagLib audio metadata library (Python 2 version)" arch=('i686' 'x86_64') -url="http://pypi.python.org/pypi/pytaglib" +url="https://pypi.org/project/pytaglib/" license=('GPL3') makedepends=('python2-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" |