summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-04-07 21:01:50 +0200
committerMartchus2021-04-07 21:01:50 +0200
commit0bf6af18d22f19d7c6f2f41b41afc38661409525 (patch)
tree0c3b0668341ba77fb2721f9147fc10a34eea483d
parent083b2ae01473fe020017d979ff4f5894fbb15879 (diff)
downloadaur-0bf6af18d22f19d7c6f2f41b41afc38661409525.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 61b75d0a6f00..861754114bb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 1.1.4
+ pkgver = 1.1.5
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.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.4.tar.gz
+ source = syncthingtray-1.1.5.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.5.tar.gz
source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest
- sha256sums = 64dd9d6da4014a928498cd4a234c35079a432ffae0d99ff6f9a506f9124a6bba
+ sha256sums = cc8909020bbfb8fbd1fd902c87f3c1d7aeac43588d6bb3fb0ed78c82ca74b315
sha256sums = SKIP
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 7bc649b0d7db..d10a280f7658 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.4
+pkgver=1.1.5
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=('64dd9d6da4014a928498cd4a234c35079a432ffae0d99ff6f9a506f9124a6bba'
+sha256sums=('cc8909020bbfb8fbd1fd902c87f3c1d7aeac43588d6bb3fb0ed78c82ca74b315'
'SKIP')
options=(!buildflags staticlibs !strip !emptydirs)