From deab42ccbad05decb0b167b38c00e1146272ab41 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 27 Aug 2015 22:41:20 +0200 Subject: [PATCH] inserted checksums --- blackwidowcontrol/default/PKGBUILD | 4 ++-- c++utilities/default/PKGBUILD | 4 ++-- c++utilities/git/PKGBUILD | 2 +- c++utilities/mingw-w64/PKGBUILD | 2 +- dbus-soundrecorder/default/PKGBUILD | 4 ++-- diriterator/default/PKGBUILD | 4 ++-- geocoordinatecalculator/default/PKGBUILD | 4 ++-- geocoordinatecalculator/mingw-w64/PKGBUILD | 2 +- mediaplayerctl/default/PKGBUILD | 4 ++-- mkvtoolnix/git/PKGBUILD | 2 +- passwordfile/default/PKGBUILD | 4 ++-- passwordfile/git/PKGBUILD | 2 +- passwordfile/mingw-w64/PKGBUILD | 2 +- passwordmanager/default/PKGBUILD | 4 ++-- passwordmanager/git/PKGBUILD | 2 +- passwordmanager/mingw-w64/PKGBUILD | 2 +- qtutilities/default/PKGBUILD | 4 ++-- qtutilities/git/PKGBUILD | 2 +- qtutilities/mingw-w64/PKGBUILD | 2 +- repoindex/default/PKGBUILD | 2 +- repoindex/git/PKGBUILD | 2 +- tageditor/default/PKGBUILD | 4 ++-- tageditor/git/PKGBUILD | 2 +- tageditor/mingw-w64/PKGBUILD | 2 +- tagparser/default/PKGBUILD | 4 ++-- tagparser/git/PKGBUILD | 2 +- tagparser/mingw-w64/PKGBUILD | 2 +- tasky-client/default/PKGBUILD | 2 +- tasky-client/mingw-w64/PKGBUILD | 2 +- tasky-lib/default/PKGBUILD | 2 +- tasky-lib/mingw-w64/PKGBUILD | 2 +- tasky-server/default/PKGBUILD | 2 +- tasky-server/mingw-w64/PKGBUILD | 2 +- toggletouch/default/PKGBUILD | 4 ++-- videodownloader/default/PKGBUILD | 4 ++-- videodownloader/git/PKGBUILD | 2 +- videodownloader/mingw-w64/PKGBUILD | 2 +- 37 files changed, 50 insertions(+), 50 deletions(-) diff --git a/blackwidowcontrol/default/PKGBUILD b/blackwidowcontrol/default/PKGBUILD index 585d4534..2a14669f 100644 --- a/blackwidowcontrol/default/PKGBUILD +++ b/blackwidowcontrol/default/PKGBUILD @@ -15,10 +15,10 @@ backup= install= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") noextract= -sha256sums=('skip') +sha256sums=('SKIP') 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 -Dm644 "${_srcdir}/razer_blackwidow.rules" "${pkgdir}/etc/udev/rules.d/70-razer_blackwidow.rules" } diff --git a/c++utilities/default/PKGBUILD b/c++utilities/default/PKGBUILD index c8d1e1ea..6c6f7dde 100644 --- a/c++utilities/default/PKGBUILD +++ b/c++utilities/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=c++utilities 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." @@ -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=('skip') +sha256sums=('13cd2a9fb394d0da7656880adb1e358fc40f1b4860f77fd64970c4d00f70b05f') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/c++utilities/git/PKGBUILD b/c++utilities/git/PKGBUILD index 7a6df04c..dbe82e52 100644 --- a/c++utilities/git/PKGBUILD +++ b/c++utilities/git/PKGBUILD @@ -13,7 +13,7 @@ conflicts=('c++utilities') url="https://github.com/Martchus/cpp-utilities" source=("${pkgname}::git://github.com/Martchus/cpp-utilities.git") _reponame=cpp-utilities -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/c++utilities/mingw-w64/PKGBUILD b/c++utilities/mingw-w64/PKGBUILD index 3297ea98..4e98fd8e 100644 --- a/c++utilities/mingw-w64/PKGBUILD +++ b/c++utilities/mingw-w64/PKGBUILD @@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base') url="https://github.com/Martchus/cpp-utilities" source=("c++utilities-${pkgver}.tar.gz::https://github.com/Martchus/cpp-utilities/archive/v${pkgver}.tar.gz") _reponame=cpp-utilities -sha256sums=('skip') +sha256sums=('13cd2a9fb394d0da7656880adb1e358fc40f1b4860f77fd64970c4d00f70b05f') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/dbus-soundrecorder/default/PKGBUILD b/dbus-soundrecorder/default/PKGBUILD index 869a98e1..33ef1ca1 100644 --- a/dbus-soundrecorder/default/PKGBUILD +++ b/dbus-soundrecorder/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=dbus-soundrecorder pkgver=1.0.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') @@ -10,7 +10,7 @@ makedepends=('qt5-base') url="https://github.com/Martchus/dbus-soundrecorder" source=("dbus-soundrecorder-${pkgver}.tar.gz::https://github.com/Martchus/dbus-soundrecorder/archive/v${pkgver}.tar.gz") _reponame=dbus-soundrecorder -sha256sums=('skip') +sha256sums=('a3c6ac9ba7634f4885d389b49ffb412d2593e49b8a6ee9097d81bcf3c5a2c539') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/diriterator/default/PKGBUILD b/diriterator/default/PKGBUILD index 928787e4..2be880ba 100755 --- a/diriterator/default/PKGBUILD +++ b/diriterator/default/PKGBUILD @@ -15,8 +15,8 @@ backup= install= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") noextract= -md5sums=('skip') +md5sums=('SKIP') 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}" } diff --git a/geocoordinatecalculator/default/PKGBUILD b/geocoordinatecalculator/default/PKGBUILD index 294f3b9a..4b4b45b7 100644 --- a/geocoordinatecalculator/default/PKGBUILD +++ b/geocoordinatecalculator/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=geocoordinatecalculator pkgver=1.0.0 -pkgrel=8 +pkgrel=9 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=('skip') +sha256sums=('1036a0a1d650e2b61bf7ac499c594b2759deb4c545c05acdd82d6b2c2e8d93cb') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/geocoordinatecalculator/mingw-w64/PKGBUILD b/geocoordinatecalculator/mingw-w64/PKGBUILD index 2c123982..0aa56d2c 100644 --- a/geocoordinatecalculator/mingw-w64/PKGBUILD +++ b/geocoordinatecalculator/mingw-w64/PKGBUILD @@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-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=('skip') +sha256sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() { diff --git a/mediaplayerctl/default/PKGBUILD b/mediaplayerctl/default/PKGBUILD index 0839d3a0..c78cbf71 100755 --- a/mediaplayerctl/default/PKGBUILD +++ b/mediaplayerctl/default/PKGBUILD @@ -15,8 +15,8 @@ backup= install= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") noextract= -sha256sums=('skip') +sha256sums=('SKIP') 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}" } diff --git a/mkvtoolnix/git/PKGBUILD b/mkvtoolnix/git/PKGBUILD index 3ad54ba1..e89a0824 100644 --- a/mkvtoolnix/git/PKGBUILD +++ b/mkvtoolnix/git/PKGBUILD @@ -12,7 +12,7 @@ makedepends=('boost' 'ruby' 'git') provides=('mkvtoolnix' 'mkvtoolnix-cli') conflicts=('mkvtoolnix') source=("${pkgname}::git://github.com/mbunkus/mkvtoolnix.git") -md5sums=('skip') +md5sums=('SKIP') install=mkvtoolnix.install pkgver() { diff --git a/passwordfile/default/PKGBUILD b/passwordfile/default/PKGBUILD index 0bb169f3..f9608fdb 100644 --- a/passwordfile/default/PKGBUILD +++ b/passwordfile/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=passwordfile 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)." 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=('skip') +sha256sums=('5464019fed9365607cb394b1f2951a0afd40ee725949408a3bfcc910793fd2d6') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/passwordfile/git/PKGBUILD b/passwordfile/git/PKGBUILD index be5c893f..e58e20cd 100644 --- a/passwordfile/git/PKGBUILD +++ b/passwordfile/git/PKGBUILD @@ -13,7 +13,7 @@ install= url="https://github.com/Martchus/passwordfile" source=("${pkgname}::git://github.com/Martchus/passwordfile.git") _reponame=passwordfile -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/passwordfile/mingw-w64/PKGBUILD b/passwordfile/mingw-w64/PKGBUILD index 919f8b23..4b0eecb0 100644 --- a/passwordfile/mingw-w64/PKGBUILD +++ b/passwordfile/mingw-w64/PKGBUILD @@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-base') url="https://github.com/Martchus/passwordfile" source=("passwordfile-${pkgver}.tar.gz::https://github.com/Martchus/passwordfile/archive/v${pkgver}.tar.gz") _reponame=passwordfile -sha256sums=('skip') +sha256sums=('SKIP') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/passwordmanager/default/PKGBUILD b/passwordmanager/default/PKGBUILD index 6f51e5a9..425039b3 100644 --- a/passwordmanager/default/PKGBUILD +++ b/passwordmanager/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=passwordmanager pkgver=2.0.7 -pkgrel=3 +pkgrel=4 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=('skip') +sha256sums=('f63ce7de24299a95fa3d78ade870865d556f3dbebae1fb39209b652adc3f7071') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/passwordmanager/git/PKGBUILD b/passwordmanager/git/PKGBUILD index e95d81d4..213ce72a 100644 --- a/passwordmanager/git/PKGBUILD +++ b/passwordmanager/git/PKGBUILD @@ -13,7 +13,7 @@ install=${pkgname}.install url="https://github.com/Martchus/passwordmanager" source=("${pkgname}::git://github.com/Martchus/passwordmanager.git") _reponame=passwordmanager -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/passwordmanager/mingw-w64/PKGBUILD b/passwordmanager/mingw-w64/PKGBUILD index 40c6b275..02ff8a6b 100644 --- a/passwordmanager/mingw-w64/PKGBUILD +++ b/passwordmanager/mingw-w64/PKGBUILD @@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools') url="https://github.com/Martchus/passwordmanager" source=("passwordmanager-${pkgver}.tar.gz::https://github.com/Martchus/passwordmanager/archive/v${pkgver}.tar.gz") _reponame=passwordmanager -sha256sums=('skip') +sha256sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() { diff --git a/qtutilities/default/PKGBUILD b/qtutilities/default/PKGBUILD index f52dabe5..bfc3bc1a 100644 --- a/qtutilities/default/PKGBUILD +++ b/qtutilities/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=qtutilities 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." @@ -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=('skip') +sha256sums=('3c85d7f9888478ceae7171fe03dc0c7b47fa6bd7d84d557ccac9cebc39f28d41') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/qtutilities/git/PKGBUILD b/qtutilities/git/PKGBUILD index 9b7cc556..d21126ac 100644 --- a/qtutilities/git/PKGBUILD +++ b/qtutilities/git/PKGBUILD @@ -13,7 +13,7 @@ conflicts=('qtutilities') url="https://github.com/Martchus/qtutilities" source=("${pkgname}::git://github.com/Martchus/qtutilities.git") _reponame=qtutilities -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/qtutilities/mingw-w64/PKGBUILD b/qtutilities/mingw-w64/PKGBUILD index 9147a8bc..8d43abc3 100644 --- a/qtutilities/mingw-w64/PKGBUILD +++ b/qtutilities/mingw-w64/PKGBUILD @@ -12,7 +12,7 @@ makedepends=('mingw-w64-gcc') url="https://github.com/Martchus/qtutilities" source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/qtutilities/archive/v${pkgver}.tar.gz") _reponame=qtutilities -sha256sums=('skip') +sha256sums=('SKIP') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/repoindex/default/PKGBUILD b/repoindex/default/PKGBUILD index 4564f9e6..c78a1379 100644 --- a/repoindex/default/PKGBUILD +++ b/repoindex/default/PKGBUILD @@ -10,7 +10,7 @@ makedepends= url="https://github.com/Martchus/repoindex" source=("repoindex-${pkgver}.tar.gz::https://github.com/Martchus/repoindex/archive/v${pkgver}.tar.gz") _reponame=repoindex -sha256sums=('skip') +sha256sums=('SKIP') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/repoindex/git/PKGBUILD b/repoindex/git/PKGBUILD index a4e295f9..201d972e 100644 --- a/repoindex/git/PKGBUILD +++ b/repoindex/git/PKGBUILD @@ -10,7 +10,7 @@ makedepends= url="https://github.com/Martchus/repoindex" source=("${pkgname}::git://github.com/Martchus/repoindex.git") _reponame=repoindex -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/tageditor/default/PKGBUILD b/tageditor/default/PKGBUILD index 0d697d12..245961b3 100644 --- a/tageditor/default/PKGBUILD +++ b/tageditor/default/PKGBUILD @@ -4,7 +4,7 @@ _webviewprovider=qt5-webkit pkgname=tageditor pkgver=1.1.5 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') pkgdesc="Library for reading and editing meta-data of several media formats." 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=('skip') +sha256sums=('bea7177c03e7594a277f8f95bf3d13519b466c9c98f3f234a33923104cb1f11e') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index 051cf0aa..136da63d 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -16,7 +16,7 @@ install=${pkgname}.install url="https://github.com/Martchus/tageditor" source=("${pkgname}::git://github.com/Martchus/tageditor.git") _reponame=tageditor -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/tageditor/mingw-w64/PKGBUILD b/tageditor/mingw-w64/PKGBUILD index cfb3da64..32dc446b 100644 --- a/tageditor/mingw-w64/PKGBUILD +++ b/tageditor/mingw-w64/PKGBUILD @@ -14,7 +14,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-qt5-tools') url="https://github.com/Martchus/tageditor" source=("tageditor-${pkgver}.tar.gz::https://github.com/Martchus/tageditor/archive/v${pkgver}.tar.gz") _reponame=tageditor -sha256sums=('skip') +sha256sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() { diff --git a/tagparser/default/PKGBUILD b/tagparser/default/PKGBUILD index 0b4260f2..19cf3c53 100644 --- a/tagparser/default/PKGBUILD +++ b/tagparser/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=tagparser pkgver=2.0.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="Library for reading and editing meta-data of several media formats." license=('GPL') @@ -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=('skip') +sha256sums=('037764353c5ea2f837ef8b84079fab2d1073b714372044a0e9a00b03fd27d872') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tagparser/git/PKGBUILD b/tagparser/git/PKGBUILD index 013a4c74..ca73ec6d 100644 --- a/tagparser/git/PKGBUILD +++ b/tagparser/git/PKGBUILD @@ -12,7 +12,7 @@ conflicts=('videodownloader') url="https://github.com/Martchus/tagparser" source=("${pkgname}::git://github.com/Martchus/tagparser.git") _reponame=tagparser -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/tagparser/mingw-w64/PKGBUILD b/tagparser/mingw-w64/PKGBUILD index 796c854d..e2052843 100644 --- a/tagparser/mingw-w64/PKGBUILD +++ b/tagparser/mingw-w64/PKGBUILD @@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-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=('skip') +sha256sums=('SKIP') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/tasky-client/default/PKGBUILD b/tasky-client/default/PKGBUILD index ea549f6e..3678d0c8 100644 --- a/tasky-client/default/PKGBUILD +++ b/tasky-client/default/PKGBUILD @@ -9,7 +9,7 @@ makedepends= url="https://github.com/Martchus/tasky-client" source=("tasky-client-${pkgver}.tar.gz::https://github.com/Martchus/tasky-client/archive/v${pkgver}.tar.gz") _reponame=tasky-client -sha256sums=('skip') +sha256sums=('SKIP') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tasky-client/mingw-w64/PKGBUILD b/tasky-client/mingw-w64/PKGBUILD index ee322d6c..667d7789 100644 --- a/tasky-client/mingw-w64/PKGBUILD +++ b/tasky-client/mingw-w64/PKGBUILD @@ -10,7 +10,7 @@ makedepends=('mingw-w64-gcc') url="https://github.com/Martchus/tasky-client" source=("qtutilities-${pkgver}.tar.gz::https://github.com/Martchus/tasky-client/archive/v${pkgver}.tar.gz") _reponame=tasky-client -sha256sums=('skip') +sha256sums=('SKIP') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/tasky-lib/default/PKGBUILD b/tasky-lib/default/PKGBUILD index c099926f..597991fd 100644 --- a/tasky-lib/default/PKGBUILD +++ b/tasky-lib/default/PKGBUILD @@ -9,7 +9,7 @@ makedepends= url="https://github.com/Martchus/tasky-library" source=("tasky-lib-${pkgver}.tar.gz::https://github.com/Martchus/tasky-library/archive/v${pkgver}.tar.gz") _reponame='tasky-library' -sha256sums=('skip') +sha256sums=('SKIP') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tasky-lib/mingw-w64/PKGBUILD b/tasky-lib/mingw-w64/PKGBUILD index a0c629c5..00a816da 100644 --- a/tasky-lib/mingw-w64/PKGBUILD +++ b/tasky-lib/mingw-w64/PKGBUILD @@ -10,7 +10,7 @@ makedepends=('mingw-w64-gcc') url="https://github.com/Martchus/tasky-library" source=("tasky-library-${pkgver}.tar.gz::https://github.com/Martchus/tasky-library/archive/v${pkgver}.tar.gz") _reponame='tasky-library' -sha256sums=('skip') +sha256sums=('SKIP') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/tasky-server/default/PKGBUILD b/tasky-server/default/PKGBUILD index 06515dd3..ba7c07c0 100644 --- a/tasky-server/default/PKGBUILD +++ b/tasky-server/default/PKGBUILD @@ -9,7 +9,7 @@ makedepends= url="https://github.com/Martchus/tasky-server" source=("tasky-server-${pkgver}.tar.gz::https://github.com/Martchus/tasky-server/archive/v${pkgver}.tar.gz") _reponame=tasky-server -sha256sums=('skip') +sha256sums=('SKIP') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/tasky-server/mingw-w64/PKGBUILD b/tasky-server/mingw-w64/PKGBUILD index 7a13ec43..1492cf28 100644 --- a/tasky-server/mingw-w64/PKGBUILD +++ b/tasky-server/mingw-w64/PKGBUILD @@ -10,7 +10,7 @@ makedepends=('mingw-w64-gcc') url="https://github.com/Martchus/tasky-library" source=("tasky-server-${pkgver}.tar.gz::https://github.com/Martchus/tasky-server/archive/v${pkgver}.tar.gz") _reponame=tasky-server -sha256sums=('skip') +sha256sums=('SKIP') options=('staticlibs' '!strip') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" diff --git a/toggletouch/default/PKGBUILD b/toggletouch/default/PKGBUILD index 8e1dadfc..44f507f4 100755 --- a/toggletouch/default/PKGBUILD +++ b/toggletouch/default/PKGBUILD @@ -15,8 +15,8 @@ backup= install= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${pkgname}/archive/v${pkgver}.tar.gz") noextract= -md5sums=('skip') +md5sums=('SKIP') 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}" } diff --git a/videodownloader/default/PKGBUILD b/videodownloader/default/PKGBUILD index 6d705b47..aeee8926 100644 --- a/videodownloader/default/PKGBUILD +++ b/videodownloader/default/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Martchus pkgname=videodownloader pkgver=1.0.8 -pkgrel=1 +pkgrel=2 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=('skip') +sha256sums=('3e8a969494be4d90c4d00725dbe16225f12b2fea71c44d9053c70f46716838d3') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" diff --git a/videodownloader/git/PKGBUILD b/videodownloader/git/PKGBUILD index 23f09069..06da89cf 100644 --- a/videodownloader/git/PKGBUILD +++ b/videodownloader/git/PKGBUILD @@ -13,7 +13,7 @@ install=${pkgname}.install url="https://github.com/Martchus/videodownloader" source=("${pkgname}::git://github.com/Martchus/videodownloader.git") _reponame=videodownloader -sha256sums=('skip') +sha256sums=('SKIP') pkgver() { cd "${srcdir}/${pkgname}" diff --git a/videodownloader/mingw-w64/PKGBUILD b/videodownloader/mingw-w64/PKGBUILD index ec94664f..fe37c6dd 100644 --- a/videodownloader/mingw-w64/PKGBUILD +++ b/videodownloader/mingw-w64/PKGBUILD @@ -11,7 +11,7 @@ makedepends=('mingw-w64-gcc') url="https://github.com/Martchus/videodownloader" source=("videodownloader-${pkgver}.tar.gz::https://github.com/Martchus/videodownloader/archive/v${pkgver}.tar.gz") _reponame=videodownloader -md5sums=('skip') +md5sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" build() {