summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-12-02 02:09:49 +0100
committerMartchus2020-12-02 02:09:49 +0100
commit4eee561c50218cb093a69449d9cffdb73ef7d153 (patch)
tree611c990dc172e97c882e52bdf9c7d52de5b4c7a8
parent13df7d6604e80ac9189c10989101ee461d229dbd (diff)
downloadaur-4eee561c50218cb093a69449d9cffdb73ef7d153.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5656a7617c39..89d632e34eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.0.1
+ pkgver = 1.1.0
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.0.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.0.1.tar.gz
+ source = syncthingtray-1.1.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.0.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 50bd3a4af648e83ff8e418acf89184d921872656e3820baff9573d186b97d060
+ sha256sums = 730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 011a67a23223..aff387c5b9a8 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.0.1
+pkgver=1.1.0
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=('50bd3a4af648e83ff8e418acf89184d921872656e3820baff9573d186b97d060'
+sha256sums=('730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)