summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Leblanc2021-12-01 06:50:35 -0500
committerFelix Leblanc2021-12-01 06:50:35 -0500
commit8ef1693c81efbaa1c7dc2eb5e958cd1aa0d23238 (patch)
tree85b01feb39f6fcdb91e30e07e4e3ea81f52d69c9
parentae6b5d50cff32009dfe76fc758815cd865231358 (diff)
downloadaur-8ef1693c81efbaa1c7dc2eb5e958cd1aa0d23238.tar.gz
Version 1.6.0
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd57350fc09a..98c6e969c23e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tinytag
pkgdesc = Read music meta data and length of MP3, OGG, FLAC and Wave files
- pkgver = 1.5.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://pypi.python.org/pypi/tinytag/
arch = any
@@ -8,8 +8,7 @@ pkgbase = python-tinytag
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
- source = https://github.com/devsnd/tinytag/archive/1.5.0.tar.gz
+ source = https://github.com/devsnd/tinytag/archive/1.6.0.tar.gz
md5sums = 219224beced322bb4f912c446bd23cc5
pkgname = python-tinytag
-
diff --git a/PKGBUILD b/PKGBUILD
index d9e11a6ac2f2..1df6434df4ae 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Leblanc <felix.leblanc1305@gmail.com>
_name=tinytag
pkgname=python-$_name
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="Read music meta data and length of MP3, OGG, FLAC and Wave files"
arch=('any')