summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Leblanc2017-09-20 19:55:39 -0400
committerFelix Leblanc2017-09-20 19:57:40 -0400
commit2c00da4219e73c66a3b749293e6c0ab07afb54bf (patch)
tree13647e55dba6085b3b82b0ab0cc82ad5751971a8
parent1cdcf624bc688b6a9f3c5a8055ccbb7c138c2121 (diff)
downloadaur-2c00da4219e73c66a3b749293e6c0ab07afb54bf.tar.gz
Version 0.18.0
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 698059d46f2e..a30c4e26558d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tinytag
pkgdesc = Read music meta data and length of MP3, OGG, FLAC and Wave files
pkgver = 0.18.0
- pkgrel = 2
+ pkgrel = 1
url = https://pypi.python.org/pypi/tinytag/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6f9e783f40a4..8f735e4fadf1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=tinytag
pkgname=python-$_name
pkgver=0.18.0
-pkgrel=2
+pkgrel=1
pkgdesc="Read music meta data and length of MP3, OGG, FLAC and Wave files"
arch=('any')
url="https://pypi.python.org/pypi/tinytag/"