updated versions

This commit is contained in:
Martchus 2015-10-16 22:52:00 +02:00
parent cda03f4d1b
commit 747d1f9d39
17 changed files with 39 additions and 39 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=c++utilities
pkgver=2.0.2
pkgrel=2
pkgver=3.0.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities."
@ -11,7 +11,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/cpp-utilities"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz")
_reponame=cpp-utilities
sha256sums=('41dfde4b9e86c787cc93495508d017bdf490d6e93793c756e284d52ef340207d')
sha256sums=('6de9cb9d9d2af191be79652590d5a23dfaa886c5384c59e7227508542d764dff')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=c++utilities
pkgname=mingw-w64-c++utilities
pkgver=2.0.2
pkgrel=2
pkgver=3.0.0
pkgrel=1
arch=('any')
pkgdesc="Common C++ classes and routines used by my applications such
as argument parser, IO and conversion utilities (mingw-w64)."

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=dbus-soundrecorder
pkgver=1.1.0
pkgrel=1
pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data."
license=('GPL')

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=geocoordinatecalculator
pkgver=1.0.0
pkgrel=11
pkgver=1.0.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more."
license=('GPL')
@ -10,7 +10,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/geocoordinatecalculator"
source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/geocoordinatecalculator/archive/v${pkgver}.tar.gz")
_reponame=geocoordinatecalculator
sha256sums=('1036a0a1d650e2b61bf7ac499c594b2759deb4c545c05acdd82d6b2c2e8d93cb')
sha256sums=('5eeeb11027e93bf676977877013756ccb17047d539596f24d20ab8b3787c9cbf')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=geocoordinatecalculator
pkgname=mingw-w64-geocoordinatecalculator
pkgver=1.0.0
pkgrel=10
pkgver=1.0.1
pkgrel=1
arch=('any')
pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more (mingw-w64)."
license=('GPL')

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordfile
pkgver=3.0.0
pkgrel=4
pkgver=3.0.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL)."
license=('GPL')
@ -11,7 +11,7 @@ install=
url="https://github.com/Martchus/passwordfile"
source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz")
_reponame=passwordfile
sha256sums=('5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6')
sha256sums=('959176b21b45c8435c7c87d501c263dc4d8088e861b8659294448f6c77768ebb')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=passwordfile
pkgname=mingw-w64-passwordfile
pkgver=3.0.0
pkgrel=3
pkgver=3.0.1
pkgrel=1
arch=('any')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, mingw-w64)."
license=('GPL')

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordmanager
pkgver=2.0.7
pkgrel=8
pkgver=2.0.8
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL."
license=('GPL')
@ -11,7 +11,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager"
source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz")
_reponame=passwordmanager
sha256sums=('f63ce7de24299a95fa3d78ade870865d556f3dbebae1fb39209b652adc3f7071')
sha256sums=('13179422388a35f6caf157c466a5cbdc39d0f5875bafd55d72d99ac90385df0f')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=passwordmanager
pkgname=mingw-w64-passwordmanager
pkgver=2.0.7
pkgrel=3
pkgver=2.0.8
pkgrel=1
arch=('any')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)."
license=('GPL')

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=qtutilities
pkgver=2.0.1
pkgrel=4
pkgver=3.0.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common Qt related C++ classes and routines used by my
applications such as dialogs, widgets and models."
@ -11,7 +11,7 @@ makedepends=
url="https://github.com/Martchus/qtutilities"
source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/qtutilities/archive/v${pkgver}.tar.gz")
_reponame=qtutilities
sha256sums=('3c85d7f9888478ceae7171fe03dc0c7b47fa6bd7d84d557ccac9cebc39f28d41')
sha256sums=('7d2aae83ffc116d955e880beb0be3fa90913ae2fb42039394dc1855f99b8d10d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=qtutilities
pkgname=mingw-w64-qtutilities
pkgver=2.0.1
pkgrel=3
pkgver=3.0.0
pkgrel=1
arch=('any')
pkgdesc="Common Qt related C++ classes and routines used by my
applications such as dialogs, widgets and models. (mingw-w64)."

View File

@ -3,8 +3,8 @@
# the newer, chromium-based Qt WebEngine module (in qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit
pkgname=tageditor
pkgver=1.1.5
pkgrel=11
pkgver=1.2.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
license=('GPL')
@ -14,7 +14,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/tageditor"
source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz")
_reponame=tageditor
sha256sums=('bea7177c03e7594a277f8f95bf3d13519b466c9c98f3f234a33923104cb1f11e')
sha256sums=('42b0c89667069007aec6b2e04f9bd5479c95c601f4d42c0bfd5d8fc5210fb10d')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -4,8 +4,8 @@ _name=tageditor
# the newer, chromium-based Qt WebEngine module (qt5-webengine package ~100 MB)
_webviewprovider=qt5-webkit
pkgname=mingw-w64-tageditor
pkgver=1.1.5
pkgrel=9
pkgver=1.2.0
pkgrel=1
arch=('any')
pkgdesc="A tageditor with Qt GUI and command line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
license=('GPL')

View File

@ -1,6 +1,6 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=tagparser
pkgver=2.0.3
pkgver=3.0.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags."
@ -10,7 +10,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/tagparser"
source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz")
_reponame=tagparser
sha256sums=('cf103babefdf59bbd40bde3c0534838d0692e6596bab490fba48ee2599924e4b')
sha256sums=('2190d5d3c3305554a070082f7e285a5f415865575a7280bb0d628b36030dae87')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=tagparser
pkgname=mingw-w64-tagparser
pkgver=2.0.3
pkgver=3.0.0
pkgrel=1
arch=('any')
pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags (mingw-w64)."

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=videodownloader
pkgver=1.0.8
pkgrel=5
pkgver=1.2.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained)."
license=('GPL')
@ -11,7 +11,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/videodownloader"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
_reponame=videodownloader
sha256sums=('3e8a969494be4d90c4d00725dbe16225f12b2fea71c44d9053c70f46716838d3')
sha256sums=('f974eb133034f40324f33661e0e98e3c4ed8567cc17838d54e2cddc492ba458b')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -1,8 +1,8 @@
# Maintainer: Martchus <martchus@gmx.net>
_name=videodownloader
pkgname=mingw-w64-videodownloader
pkgver=1.0.8
pkgrel=2
pkgver=1.2.0
pkgrel=1
arch=('any')
pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, mingw-w64)."
license=('GPL')