summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-08-29 22:24:02 +0200
committerMartchus2015-08-29 22:24:02 +0200
commite813413012bab73c79c3e0e978119a8a727ba7b5 (patch)
tree90e37e0ebfc6ab763bdd3afb02ea9d8cdc87a6c3
parent4fa17f4fcd87b73bde16ae96f89b8ffe389c0125 (diff)
downloadaur-e813413012bab73c79c3e0e978119a8a727ba7b5.tar.gz
updated description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dda6d8ef86b7..1df97a86ee35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tageditor
- pkgdesc = Library for reading and editing meta-data of several media formats.
+ pkgdesc = A tag editor with Qt GUI and command-line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska.
pkgver = 1.1.5
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/Martchus/tageditor
install = tageditor.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 245961b3a54b..501e6585e9a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
_webviewprovider=qt5-webkit
pkgname=tageditor
pkgver=1.1.5
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
-pkgdesc="Library for reading and editing meta-data of several media formats."
+pkgdesc="A tag editor with Qt GUI and command-line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska."
license=('GPL')
depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser')
makedepends=('qt5-tools')