diff --git a/c++utilities/git/PKGBUILD b/c++utilities/git/PKGBUILD index dbe82e52..6e1365bb 100644 --- a/c++utilities/git/PKGBUILD +++ b/c++utilities/git/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Martchus pkgname=c++utilities-git pkgver=2.0.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="Common C++ classes and routines used by my applications such -as argument parser, IO and conversion utilities." +as argument parser, IO and conversion utilities (git version)." license=('GPL') depends=('gcc-libs') makedepends=('qt5-base') diff --git a/passwordfile/git/PKGBUILD b/passwordfile/git/PKGBUILD index e58e20cd..7bfa6f27 100644 --- a/passwordfile/git/PKGBUILD +++ b/passwordfile/git/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Martchus pkgname=passwordfile-git pkgver=3.0.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') -pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL)." +pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, git version)." license=('GPL') depends=('c++utilities' 'openssl') makedepends=('qt5-base') diff --git a/passwordmanager/git/PKGBUILD b/passwordmanager/git/PKGBUILD index 213ce72a..ea04ff67 100644 --- a/passwordmanager/git/PKGBUILD +++ b/passwordmanager/git/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Martchus pkgname=passwordmanager-git pkgver=2.0.7 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') -pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL." +pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (git version)." license=('GPL') depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11') makedepends=('qt5-tools') diff --git a/qtutilities/git/PKGBUILD b/qtutilities/git/PKGBUILD index d21126ac..29a89631 100644 --- a/qtutilities/git/PKGBUILD +++ b/qtutilities/git/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Martchus pkgname=qtutilities-git pkgver=2.0.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="Common Qt related C++ classes and routines used by my - applications such as dialogs, widgets and models." + applications such as dialogs, widgets and models (git version)." license=('GPL') depends=('c++utilities' 'qt5-base') makedepends= diff --git a/repoindex/git/PKGBUILD b/repoindex/git/PKGBUILD index 201d972e..3ef8a5cb 100644 --- a/repoindex/git/PKGBUILD +++ b/repoindex/git/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Martchus pkgname=repoindex pkgver=1.0.0 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') -pkgdesc="Provides a web interface to browse Arch Linux package repositories." +pkgdesc="Provides a web interface to browse Arch Linux package repositories (git version)." license=('GPL') depends=('qt5-base' 'qt5-network' 'pacman' 'c++utilities') makedepends= diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 245961b3..1ed11515 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/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 tageditor 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') diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index 136da63d..bd796989 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -4,9 +4,9 @@ _webviewprovider=qt5-webkit pkgname=tageditor-git pkgver=1.1.5 -pkgrel=5 +pkgrel=7 arch=('i686' 'x86_64') -pkgdesc="Library for reading and editing meta-data of several media formats." +pkgdesc="A tageditor with Qt GUI and command line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska (git version)." license=('GPL') depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser') makedepends=('qt5-tools') diff --git a/tageditor/mingw-w64/PKGBUILD b/tageditor/mingw-w64/PKGBUILD index 32dc446b..e434eb24 100644 --- a/tageditor/mingw-w64/PKGBUILD +++ b/tageditor/mingw-w64/PKGBUILD @@ -5,9 +5,9 @@ _name=tageditor _webviewprovider=qt5-webkit pkgname=mingw-w64-tageditor pkgver=1.1.5 -pkgrel=5 +pkgrel=7 arch=('any') -pkgdesc="Library for reading and editing meta-data of several media formats (mingw-w64)." +pkgdesc="A tageditor with Qt GUI and command line interface supprting MP4 (iTunes), ID3, Vorbis and Matroska." license=('GPL') depends=(mingw-w64-{crt,qt5-script,$_webviewprovider,qtutilities,tagparser}) makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools') diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index 19cf3c53..5c0a171d 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Martchus pkgname=tagparser pkgver=2.0.0 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') -pkgdesc="Library for reading and editing meta-data of several media formats." +pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags." license=('GPL') depends=('c++utilities') makedepends=('qt5-base') diff --git a/tagparser/git/PKGBUILD b/tagparser/git/PKGBUILD index ca73ec6d..32ac2563 100644 --- a/tagparser/git/PKGBUILD +++ b/tagparser/git/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Martchus pkgname=tagparser-git pkgver=2.0.0 -pkgrel=1 +pkgrel=3 arch=('i686' 'x86_64') -pkgdesc="Library for reading and editing meta-data of several media formats." +pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags." license=('GPL') depends=('c++utilities') makedepends=('qt5-base') diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index e2052843..a2393c5b 100644 --- a/tagparser/mingw-w64/PKGBUILD +++ b/tagparser/mingw-w64/PKGBUILD @@ -2,9 +2,9 @@ _name=tagparser pkgname=mingw-w64-tagparser pkgver=2.0.0 -pkgrel=1 +pkgrel=3 arch=('any') -pkgdesc="Library for reading and editing meta-data of several media formats (mingw-w64)." +pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags (mingw-w64)." license=('GPL') depends=('mingw-w64-crt' 'mingw-w64-c++utilities') makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base') diff --git a/videodownloader/git/PKGBUILD b/videodownloader/git/PKGBUILD index 06da89cf..32af10bb 100644 --- a/videodownloader/git/PKGBUILD +++ b/videodownloader/git/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Martchus pkgname=videodownloader-git pkgver=1.0.8 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') -pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)." +pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, git version)." license=('GPL') depends=('qtutilities' 'openssl') makedepends=('qt5-tools')