summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Leblanc2021-01-09 07:44:45 -0500
committerFelix Leblanc2021-01-09 07:44:45 -0500
commitae6b5d50cff32009dfe76fc758815cd865231358 (patch)
tree94bd0b1a2d859fd6f60b76c7ffebb93d0f18994a
parentae207fe99afc2f52f1da8b0de553ff4a4ae682b4 (diff)
downloadaur-ae6b5d50cff32009dfe76fc758815cd865231358.tar.gz
Version 1.5.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fef76ac1148..cd57350fc09a 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.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://pypi.python.org/pypi/tinytag/
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-tinytag
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
- source = https://github.com/devsnd/tinytag/archive/1.4.0.tar.gz
- md5sums = e4c424e98907db33fdf2757bf9ef6794
+ source = https://github.com/devsnd/tinytag/archive/1.5.0.tar.gz
+ md5sums = 219224beced322bb4f912c446bd23cc5
pkgname = python-tinytag
diff --git a/PKGBUILD b/PKGBUILD
index 64c4c7127474..d9e11a6ac2f2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Leblanc <felix.leblanc1305@gmail.com>
_name=tinytag
pkgname=python-$_name
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc="Read music meta data and length of MP3, OGG, FLAC and Wave files"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
source=("https://github.com/devsnd/$_name/archive/$pkgver.tar.gz")
-md5sums=('e4c424e98907db33fdf2757bf9ef6794')
+md5sums=('219224beced322bb4f912c446bd23cc5')
validpgpkeys=()
check() {