summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-03-31 12:19:54 +0200
committerMartchus2018-03-31 12:19:54 +0200
commitae01c236a0232614c82828f6326dbb45dcf8d19f (patch)
tree6083f41194497eca32f1e777df1f12b875098cc0
parent488b5eed3004cde0bc73f00a31a45c4a81146861 (diff)
downloadaur-ae01c236a0232614c82828f6326dbb45dcf8d19f.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 077fb06630d9..a0bbd1b37fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 5 22:34:55 UTC 2018
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -20,8 +18,8 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.7.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.7.3.tar.gz
- sha256sums = bb68130de4bb47fb7da4d4cefecbec6ec5fca3408790c172dfd9779b7e3b14d7
+ source = syncthingtray-0.7.4.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.7.4.tar.gz
+ sha256sums = c0345c6e72115f3fc276809ee639f9d70ec5befb8befbf61bdbdd7ef9160f97d
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 7b72d766b375..d1b44ef9737c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _webview_provider=none
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
arch=('any')
pkgdesc='Tray application for Syncthing (mingw-w64)'
@@ -21,7 +21,7 @@ depends=('mingw-w64-crt' 'mingw-w64-qt5-svg' 'mingw-w64-qtutilities' 'mingw-w64-
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")
-sha256sums=('bb68130de4bb47fb7da4d4cefecbec6ec5fca3408790c172dfd9779b7e3b14d7')
+sha256sums=('c0345c6e72115f3fc276809ee639f9d70ec5befb8befbf61bdbdd7ef9160f97d')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'