inserted checksums

This commit is contained in:
Martchus 2015-08-27 22:41:20 +02:00
parent d91243ae0f
commit deab42ccba
37 changed files with 50 additions and 50 deletions

View File

@ -15,10 +15,10 @@ backup=
install= install=
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
noextract= noextract=
sha256sums=('skip') sha256sums=('SKIP')
package() { package() {
_srcdir="${srcdir}/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" _srcdir="${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}"
install -Dm755 "${_srcdir}/blackwidowcontrol.py" "${pkgdir}/usr/bin/blackwidowcontrol" install -Dm755 "${_srcdir}/blackwidowcontrol.py" "${pkgdir}/usr/bin/blackwidowcontrol"
install -Dm644 "${_srcdir}/razer_blackwidow.rules" "${pkgdir}/etc/udev/rules.d/70-razer_blackwidow.rules" install -Dm644 "${_srcdir}/razer_blackwidow.rules" "${pkgdir}/etc/udev/rules.d/70-razer_blackwidow.rules"
} }

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
pkgname=c++utilities pkgname=c++utilities
pkgver=2.0.1 pkgver=2.0.1
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines used by my applications such 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."
@ -11,7 +11,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/cpp-utilities" url="https://github.com/Martchus/cpp-utilities"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz")
_reponame=cpp-utilities _reponame=cpp-utilities
sha256sums=('skip') sha256sums=('13cd2a9fb394d0da7656880adb1e358fc40f1b4860f77fd64970c4d00f70b05f')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -13,7 +13,7 @@ conflicts=('c++utilities')
url="https://github.com/Martchus/cpp-utilities" url="https://github.com/Martchus/cpp-utilities"
source=("${pkgname}::git://github.com/Martchus/cpp-utilities.git") source=("${pkgname}::git://github.com/Martchus/cpp-utilities.git")
_reponame=cpp-utilities _reponame=cpp-utilities
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/cpp-utilities" url="https://github.com/Martchus/cpp-utilities"
source=("c++utilities-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz") source=("c++utilities-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz")
_reponame=cpp-utilities _reponame=cpp-utilities
sha256sums=('skip') sha256sums=('13cd2a9fb394d0da7656880adb1e358fc40f1b4860f77fd64970c4d00f70b05f')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
pkgname=dbus-soundrecorder pkgname=dbus-soundrecorder
pkgver=1.0.0 pkgver=1.0.0
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data." pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data."
license=('GPL') license=('GPL')
@ -10,7 +10,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/dbus-soundrecorder" url="https://github.com/Martchus/dbus-soundrecorder"
source=("dbus-soundrecorder-${pkgver}.tar.gz::https://github.com/Martchus/dbus-soundrecorder/archive/v${pkgver}.tar.gz") source=("dbus-soundrecorder-${pkgver}.tar.gz::https://github.com/Martchus/dbus-soundrecorder/archive/v${pkgver}.tar.gz")
_reponame=dbus-soundrecorder _reponame=dbus-soundrecorder
sha256sums=('skip') sha256sums=('a3c6ac9ba7634f4885d389b49ffb412d2593e49b8a6ee9097d81bcf3c5a2c539')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -15,8 +15,8 @@ backup=
install= install=
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
noextract= noextract=
md5sums=('skip') md5sums=('SKIP')
package() { package() {
install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$_reponame-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
} }

View File

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

View File

@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/geocoordinatecalculator" url="https://github.com/Martchus/geocoordinatecalculator"
source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/geocoordinatecalculator/archive/v${pkgver}.tar.gz") source=("geocoordinatecalculator-${pkgver}.tar.gz::https://github.com/Martchus/geocoordinatecalculator/archive/v${pkgver}.tar.gz")
_reponame=geocoordinatecalculator _reponame=geocoordinatecalculator
sha256sums=('skip') sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { build() {

View File

@ -15,8 +15,8 @@ backup=
install= install=
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
noextract= noextract=
sha256sums=('skip') sha256sums=('SKIP')
package() { package() {
install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$_reponame-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
} }

View File

@ -12,7 +12,7 @@ makedepends=('boost' 'ruby' 'git')
provides=('mkvtoolnix' 'mkvtoolnix-cli') provides=('mkvtoolnix' 'mkvtoolnix-cli')
conflicts=('mkvtoolnix') conflicts=('mkvtoolnix')
source=("${pkgname}::git://github.com/mbunkus/mkvtoolnix.git") source=("${pkgname}::git://github.com/mbunkus/mkvtoolnix.git")
md5sums=('skip') md5sums=('SKIP')
install=mkvtoolnix.install install=mkvtoolnix.install
pkgver() { pkgver() {

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordfile pkgname=passwordfile
pkgver=3.0.0 pkgver=3.0.0
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') 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)."
license=('GPL') license=('GPL')
@ -11,7 +11,7 @@ install=
url="https://github.com/Martchus/passwordfile" url="https://github.com/Martchus/passwordfile"
source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz") source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz")
_reponame=passwordfile _reponame=passwordfile
sha256sums=('skip') sha256sums=('5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -13,7 +13,7 @@ install=
url="https://github.com/Martchus/passwordfile" url="https://github.com/Martchus/passwordfile"
source=("${pkgname}::git://github.com/Martchus/passwordfile.git") source=("${pkgname}::git://github.com/Martchus/passwordfile.git")
_reponame=passwordfile _reponame=passwordfile
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/passwordfile" url="https://github.com/Martchus/passwordfile"
source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz") source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz")
_reponame=passwordfile _reponame=passwordfile
sha256sums=('skip') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordmanager pkgname=passwordmanager
pkgver=2.0.7 pkgver=2.0.7
pkgrel=3 pkgrel=4
arch=('i686' 'x86_64') 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."
license=('GPL') license=('GPL')
@ -11,7 +11,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager" url="https://github.com/Martchus/passwordmanager"
source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz") source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz")
_reponame=passwordmanager _reponame=passwordmanager
sha256sums=('skip') sha256sums=('f63ce7de24299a95fa3d78ade870865d556f3dbebae1fb39209b652adc3f7071')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -13,7 +13,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager" url="https://github.com/Martchus/passwordmanager"
source=("${pkgname}::git://github.com/Martchus/passwordmanager.git") source=("${pkgname}::git://github.com/Martchus/passwordmanager.git")
_reponame=passwordmanager _reponame=passwordmanager
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools')
url="https://github.com/Martchus/passwordmanager" url="https://github.com/Martchus/passwordmanager"
source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz") source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz")
_reponame=passwordmanager _reponame=passwordmanager
sha256sums=('skip') sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { build() {

View File

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

View File

@ -13,7 +13,7 @@ conflicts=('qtutilities')
url="https://github.com/Martchus/qtutilities" url="https://github.com/Martchus/qtutilities"
source=("${pkgname}::git://github.com/Martchus/qtutilities.git") source=("${pkgname}::git://github.com/Martchus/qtutilities.git")
_reponame=qtutilities _reponame=qtutilities
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc')
url="https://github.com/Martchus/qtutilities" url="https://github.com/Martchus/qtutilities"
source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/qtutilities/archive/v${pkgver}.tar.gz") source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/qtutilities/archive/v${pkgver}.tar.gz")
_reponame=qtutilities _reponame=qtutilities
sha256sums=('skip') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -10,7 +10,7 @@ makedepends=
url="https://github.com/Martchus/repoindex" url="https://github.com/Martchus/repoindex"
source=("repoindex-${pkgver}.tar.gz::https://github.com/Martchus/repoindex/archive/v${pkgver}.tar.gz") source=("repoindex-${pkgver}.tar.gz::https://github.com/Martchus/repoindex/archive/v${pkgver}.tar.gz")
_reponame=repoindex _reponame=repoindex
sha256sums=('skip') sha256sums=('SKIP')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -10,7 +10,7 @@ makedepends=
url="https://github.com/Martchus/repoindex" url="https://github.com/Martchus/repoindex"
source=("${pkgname}::git://github.com/Martchus/repoindex.git") source=("${pkgname}::git://github.com/Martchus/repoindex.git")
_reponame=repoindex _reponame=repoindex
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -4,7 +4,7 @@
_webviewprovider=qt5-webkit _webviewprovider=qt5-webkit
pkgname=tageditor pkgname=tageditor
pkgver=1.1.5 pkgver=1.1.5
pkgrel=5 pkgrel=6
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="Library for reading and editing meta-data of several media formats." pkgdesc="Library for reading and editing meta-data of several media formats."
license=('GPL') license=('GPL')
@ -14,7 +14,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/tageditor" url="https://github.com/Martchus/tageditor"
source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz") source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz")
_reponame=tageditor _reponame=tageditor
sha256sums=('skip') sha256sums=('bea7177c03e7594a277f8f95bf3d13519b466c9c98f3f234a33923104cb1f11e')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -16,7 +16,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/tageditor" url="https://github.com/Martchus/tageditor"
source=("${pkgname}::git://github.com/Martchus/tageditor.git") source=("${pkgname}::git://github.com/Martchus/tageditor.git")
_reponame=tageditor _reponame=tageditor
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -14,7 +14,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools')
url="https://github.com/Martchus/tageditor" url="https://github.com/Martchus/tageditor"
source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz") source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz")
_reponame=tageditor _reponame=tageditor
sha256sums=('skip') sha256sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { build() {

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
pkgname=tagparser pkgname=tagparser
pkgver=2.0.0 pkgver=2.0.0
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
pkgdesc="Library for reading and editing meta-data of several media formats." pkgdesc="Library for reading and editing meta-data of several media formats."
license=('GPL') license=('GPL')
@ -10,7 +10,7 @@ makedepends=('qt5-base')
url="https://github.com/Martchus/tagparser" url="https://github.com/Martchus/tagparser"
source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz") source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz")
_reponame=tagparser _reponame=tagparser
sha256sums=('skip') sha256sums=('037764353c5ea2f837ef8b84079fab2d1073b714372044a0e9a00b03fd27d872')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -12,7 +12,7 @@ conflicts=('videodownloader')
url="https://github.com/Martchus/tagparser" url="https://github.com/Martchus/tagparser"
source=("${pkgname}::git://github.com/Martchus/tagparser.git") source=("${pkgname}::git://github.com/Martchus/tagparser.git")
_reponame=tagparser _reponame=tagparser
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base')
url="https://github.com/Martchus/tagparser" url="https://github.com/Martchus/tagparser"
source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz") source=("tagparser-${pkgver}.tar.gz::https://github.com/Martchus/tagparser/archive/v${pkgver}.tar.gz")
_reponame=tagparser _reponame=tagparser
sha256sums=('skip') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -9,7 +9,7 @@ makedepends=
url="https://github.com/Martchus/tasky-client" url="https://github.com/Martchus/tasky-client"
source=("tasky-client-${pkgver}.tar.gz::https://github.com/Martchus/tasky-client/archive/v${pkgver}.tar.gz") source=("tasky-client-${pkgver}.tar.gz::https://github.com/Martchus/tasky-client/archive/v${pkgver}.tar.gz")
_reponame=tasky-client _reponame=tasky-client
sha256sums=('skip') sha256sums=('SKIP')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -10,7 +10,7 @@ makedepends=('mingw-w64-gcc')
url="https://github.com/Martchus/tasky-client" url="https://github.com/Martchus/tasky-client"
source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/tasky-client/archive/v${pkgver}.tar.gz") source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/tasky-client/archive/v${pkgver}.tar.gz")
_reponame=tasky-client _reponame=tasky-client
sha256sums=('skip') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -9,7 +9,7 @@ makedepends=
url="https://github.com/Martchus/tasky-library" url="https://github.com/Martchus/tasky-library"
source=("tasky-lib-${pkgver}.tar.gz::https://github.com/Martchus/tasky-library/archive/v${pkgver}.tar.gz") source=("tasky-lib-${pkgver}.tar.gz::https://github.com/Martchus/tasky-library/archive/v${pkgver}.tar.gz")
_reponame='tasky-library' _reponame='tasky-library'
sha256sums=('skip') sha256sums=('SKIP')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -10,7 +10,7 @@ makedepends=('mingw-w64-gcc')
url="https://github.com/Martchus/tasky-library" url="https://github.com/Martchus/tasky-library"
source=("tasky-library-${pkgver}.tar.gz::https://github.com/Martchus/tasky-library/archive/v${pkgver}.tar.gz") source=("tasky-library-${pkgver}.tar.gz::https://github.com/Martchus/tasky-library/archive/v${pkgver}.tar.gz")
_reponame='tasky-library' _reponame='tasky-library'
sha256sums=('skip') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -9,7 +9,7 @@ makedepends=
url="https://github.com/Martchus/tasky-server" url="https://github.com/Martchus/tasky-server"
source=("tasky-server-${pkgver}.tar.gz::https://github.com/Martchus/tasky-server/archive/v${pkgver}.tar.gz") source=("tasky-server-${pkgver}.tar.gz::https://github.com/Martchus/tasky-server/archive/v${pkgver}.tar.gz")
_reponame=tasky-server _reponame=tasky-server
sha256sums=('skip') sha256sums=('SKIP')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -10,7 +10,7 @@ makedepends=('mingw-w64-gcc')
url="https://github.com/Martchus/tasky-library" url="https://github.com/Martchus/tasky-library"
source=("tasky-server-${pkgver}.tar.gz::https://github.com/Martchus/tasky-server/archive/v${pkgver}.tar.gz") source=("tasky-server-${pkgver}.tar.gz::https://github.com/Martchus/tasky-server/archive/v${pkgver}.tar.gz")
_reponame=tasky-server _reponame=tasky-server
sha256sums=('skip') sha256sums=('SKIP')
options=('staticlibs' '!strip') options=('staticlibs' '!strip')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -15,8 +15,8 @@ backup=
install= install=
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz")
noextract= noextract=
md5sums=('skip') md5sums=('SKIP')
package() { package() {
install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$_reponame-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm755 "${srcdir}/${PROJECT_DIR_NAME:-$pkgname-$pkgver}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
} }

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net> # Maintainer: Martchus <martchus@gmx.net>
pkgname=videodownloader pkgname=videodownloader
pkgver=1.0.8 pkgver=1.0.8
pkgrel=1 pkgrel=2
arch=('i686' 'x86_64') 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)."
license=('GPL') license=('GPL')
@ -11,7 +11,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/videodownloader" url="https://github.com/Martchus/videodownloader"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz") source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
_reponame=videodownloader _reponame=videodownloader
sha256sums=('skip') sha256sums=('3e8a969494be4d90c4d00725dbe16225f12b2fea71c44d9053c70f46716838d3')
build() { build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -13,7 +13,7 @@ install=${pkgname}.install
url="https://github.com/Martchus/videodownloader" url="https://github.com/Martchus/videodownloader"
source=("${pkgname}::git://github.com/Martchus/videodownloader.git") source=("${pkgname}::git://github.com/Martchus/videodownloader.git")
_reponame=videodownloader _reponame=videodownloader
sha256sums=('skip') sha256sums=('SKIP')
pkgver() { pkgver() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"

View File

@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc')
url="https://github.com/Martchus/videodownloader" url="https://github.com/Martchus/videodownloader"
source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz") source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz")
_reponame=videodownloader _reponame=videodownloader
md5sums=('skip') md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() { build() {