summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-01-07 01:36:36 +0100
committerMartchus2021-01-07 01:36:36 +0100
commit5959589771677b08af03ad2e17b85f1422d70038 (patch)
tree9db371ddd0e2188c7e2fc6e109da9139a900a706
parent4eee561c50218cb093a69449d9cffdb73ef7d153 (diff)
downloadaur-5959589771677b08af03ad2e17b85f1422d70038.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d632e34eaa..58dcc38eb1af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -28,9 +28,9 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-1.1.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.0.tar.gz
+ source = syncthingtray-1.1.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.1.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f
+ sha256sums = 7a8dfb53d9359e0e930adef784d9b018f11985dfc264d7fdd3d20769b01615db
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index aff387c5b9a8..515c03d6daf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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.0
+pkgver=1.1.1
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=('730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f'
+sha256sums=('7a8dfb53d9359e0e930adef784d9b018f11985dfc264d7fdd3d20769b01615db'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)
@@ -81,12 +81,11 @@ build() {
-DKF_PACKAGE_PREFIX=StaticKF5
-DSYNCTHINGCTL_CONFIGURATION_TARGET_SUFFIX:STRING=static
-DSYNCTHINGTRAY_CONFIGURATION_TARGET_SUFFIX:STRING=static
- -DENABLE_QT_TRANSLATIONS:BOOL=ON
-DBUILTIN_TRANSLATIONS:BOOL=ON
-DBUILTIN_ICON_THEMES:STRING=breeze;breeze-dark;Numix
-DIMAGE_FORMAT_SUPPORT:STRING=Gif;ICO;Jpeg
-DSVG_SUPPORT:BOOL=ON
- -DSVG_ICON_SUPPORT:BOOL=0N
+ -DSVG_ICON_SUPPORT:BOOL=ON
-DWEBVIEW_PROVIDER:STRING=none
'
)