Update own projects

This commit is contained in:
Martchus 2020-04-07 11:39:02 +02:00
parent 19891df6bb
commit 1b40bdb577
14 changed files with 25 additions and 25 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash
declare -A versions=(
[syncthingtray]=0.10.7
[syncthingtray]=0.10.8
[c++utilities]=5.3.0
[qtutilities]=6.0.5
[tagparser]=9.1.2
[tageditor]=3.3.5
[tagparser]=9.1.3
[tageditor]=3.3.6
[passwordfile]=5.0.4
[passwordmanager]=4.1.3
[videodownloader]=1.3.5

View File

@ -5,7 +5,7 @@
_qt_module=qttools
pkgname="apple-darwin-qt5-tools"
pkgver=5.14.1
pkgver=5.14.2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; apple-darwin)"

View File

@ -10,7 +10,7 @@ _android_arch=arm64-v8a
_android_platform=22
pkgname=android-$_pkg_arch-qt5
pkgver=5.14.1
pkgver=5.14.2
pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('x86_64')

View File

@ -10,7 +10,7 @@ _android_arch=armeabi-v7a
_android_platform=21
pkgname=android-$_pkg_arch-qt5
pkgver=5.14.1
pkgver=5.14.2
pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('x86_64')

View File

@ -10,7 +10,7 @@ _android_arch=x86_64
_android_platform=22
pkgname=android-$_pkg_arch-qt5
pkgver=5.14.1
pkgver=5.14.2
pkgrel=1
pkgdesc="Qt 5 for Android"
arch=('x86_64')

View File

@ -24,7 +24,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray
pkgver=0.10.7
pkgver=0.10.8
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@ -43,7 +43,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('06522571891e67d0010535f5c416bf83f156938c4817f3f23b28d9fed658f998')
sha256sums=('8e0e554018001b82921880ac7de517d04b51e0a1b82cbd3e6b2b61552542fb0d')
ephemeral_port() {
comm -23 <(seq 49152 65535) <(ss -tan | awk '{print $4}' | cut -d':' -f2 | grep "[0-9]\{1,5\}" | sort | uniq) | shuf | head -n 1

View File

@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_JS_PROVIDER:-ON}
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
pkgver=0.10.7
pkgver=0.10.8
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
[[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest")
sha256sums=('06522571891e67d0010535f5c416bf83f156938c4817f3f23b28d9fed658f998'
sha256sums=('8e0e554018001b82921880ac7de517d04b51e0a1b82cbd3e6b2b61552542fb0d'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)

View File

@ -14,7 +14,7 @@ _json_export=${TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=tageditor
pkgver=3.3.5
pkgver=3.3.6
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
@ -30,7 +30,7 @@ makedepends=('cmake' 'qt5-tools' 'mesa')
checkdepends=('cppunit')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('a2b9df4595ab37f902a69fc5dbf5e7f44e5bb8a970cd5128066aaff834fee285')
sha256sums=('23cd6e03732757ef4e0d4a5fc6f2257a37b2eaa127da87a8be6a9bff5ec379b6')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -15,7 +15,7 @@ _json_export=${MINGW_64_TAGEDITOR_JSON_EXPORT:-ON}
_reponame=tageditor
pkgname=mingw-w64-tageditor
_name=${pkgname#mingw-w64-}
pkgver=3.3.5
pkgver=3.3.6
pkgrel=1
arch=('any')
pkgdesc='A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska'
@ -30,7 +30,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')
[[ $_json_export == ON ]] && makedepends+=('mingw-w64-reflective-rapidjson')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('a2b9df4595ab37f902a69fc5dbf5e7f44e5bb8a970cd5128066aaff834fee285')
sha256sums=('23cd6e03732757ef4e0d4a5fc6f2257a37b2eaa127da87a8be6a9bff5ec379b6')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')

View File

@ -11,7 +11,7 @@ _android_platform=22
_prefix=/opt/android-libs/$_pkg_arch
pkgname=android-$_pkg_arch-$_pkgname
pkgver=9.1.2
pkgver=9.1.3
pkgrel=1
arch=('any')
pkgdesc="C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (Android, $_pkg_arch)"
@ -26,7 +26,7 @@ makedepends=('cmake' 'android-ndk' 'android-sdk')
#replaces=("android-$_pkgname-$_android_arch")
url="https://github.com/Martchus/${_reponame}"
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
sha256sums=('76c6c943a64150bb858a5c8cf483e4812914ce0bdfaa8d79781d19a4d0900a99')
options=(!buildflags staticlibs !strip !emptydirs)
prepare() {

View File

@ -11,7 +11,7 @@ _android_platform=21
_prefix=/opt/android-libs/$_pkg_arch
pkgname=android-$_pkg_arch-$_pkgname
pkgver=9.1.2
pkgver=9.1.3
pkgrel=1
arch=('any')
pkgdesc="C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (Android, $_pkg_arch)"
@ -26,7 +26,7 @@ makedepends=('cmake' 'android-ndk' 'android-sdk')
#replaces=("android-$_pkgname-$_android_arch")
url="https://github.com/Martchus/${_reponame}"
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
sha256sums=('76c6c943a64150bb858a5c8cf483e4812914ce0bdfaa8d79781d19a4d0900a99')
options=(!buildflags staticlibs !strip !emptydirs)
prepare() {

View File

@ -5,7 +5,7 @@
_reponame=tagparser
pkgname=tagparser
pkgver=9.1.2
pkgver=9.1.3
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags'
@ -16,7 +16,7 @@ checkdepends=('cppunit' 'openssl')
optdepends=("$pkgname-doc: API documentation")
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
sha256sums=('76c6c943a64150bb858a5c8cf483e4812914ce0bdfaa8d79781d19a4d0900a99')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -6,7 +6,7 @@
_name=tagparser
_reponame=tagparser
pkgname=$_name-doc
pkgver=9.1.2
pkgver=9.1.3
pkgrel=1
arch=('any')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (API documentation)'
@ -14,7 +14,7 @@ license=('GPL')
makedepends=('cmake' 'doxygen' 'dia' 'graphviz' 'c++utilities')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
sha256sums=('76c6c943a64150bb858a5c8cf483e4812914ce0bdfaa8d79781d19a4d0900a99')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"

View File

@ -6,7 +6,7 @@
_reponame=tagparser
pkgname=mingw-w64-tagparser
_name=${pkgname#mingw-w64-}
pkgver=9.1.2
pkgver=9.1.3
pkgrel=1
arch=('any')
pkgdesc='C++ library for reading and writing MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags (mingw-w64)'
@ -17,7 +17,7 @@ checkdepends=('mingw-w64-cppunit' 'mingw-w64-wine' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
url="https://github.com/Martchus/${_reponame}"
source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('234987086ac0dff279a3888b0e965294fdca6adb7412b063ea36f2cc564fbce2')
sha256sums=('76c6c943a64150bb858a5c8cf483e4812914ce0bdfaa8d79781d19a4d0900a99')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32')