diff options
author | Martchus | 2021-06-04 21:00:23 +0200 |
---|---|---|
committer | Martchus | 2021-06-04 21:00:23 +0200 |
commit | fe31644bd805ba3caaf7729e7c615220f701680b (patch) | |
tree | abe778ce74c36b449fc77efc22f1a4dee110459f | |
parent | e5767acb346853c29ad210aaed2a39f500b5b1a2 (diff) | |
download | aur-fe31644bd805ba3caaf7729e7c615220f701680b.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-syncthingtray pkgdesc = Tray application for Syncthing (mingw-w64) - pkgver = 1.1.6 + pkgver = 1.1.7 pkgrel = 1 url = https://github.com/Martchus/syncthingtray arch = any @@ -28,10 +28,9 @@ pkgbase = mingw-w64-syncthingtray options = staticlibs options = !strip options = !emptydirs - source = syncthingtray-1.1.6.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.6.tar.gz + source = syncthingtray-1.1.7.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.7.tar.gz source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest - sha256sums = 813577227d252ce1f3aa541bda7a31184bc277bab00fae40b88d285878a629e7 + sha256sums = bd540efd58c3760db8953c230ab9558746700272da59dc9075a66b05b0a50c50 sha256sums = SKIP pkgname = mingw-w64-syncthingtray - @@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_JS_PROVIDER:-ON} _reponame=syncthingtray pkgname=mingw-w64-syncthingtray _name=${pkgname#mingw-w64-} -pkgver=1.1.6 +pkgver=1.1.7 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' 'n 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=('813577227d252ce1f3aa541bda7a31184bc277bab00fae40b88d285878a629e7' +sha256sums=('bd540efd58c3760db8953c230ab9558746700272da59dc9075a66b05b0a50c50' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) |