summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-01-20 23:15:20 +0100
committerMartchus2018-01-20 23:15:20 +0100
commitaafe48c1de79f5d76d8da44f3c482ad82fe85612 (patch)
treea9bcfa5046ab695bc33c3ff1cd312eecf91f876f
parent7ebd53f204a09ce4510ad4767f3f8ae96438ec24 (diff)
downloadaur-aafe48c1de79f5d76d8da44f3c482ad82fe85612.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c35a88e3587d..4a83fe037cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 15:21:12 UTC 2017
+# Sat Jan 20 22:15:20 UTC 2018
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -20,8 +20,8 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.7.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.7.1.tar.gz
- sha256sums = b2824df6a4361a9fe1097cc4288056b254f8059415e2eb303202ae3cb80685cd
+ source = syncthingtray-0.7.2.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.7.2.tar.gz
+ sha256sums = af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 5c5c71cb7d98..5100543c02df 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.1
+pkgver=0.7.2
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=('b2824df6a4361a9fe1097cc4288056b254f8059415e2eb303202ae3cb80685cd')
+sha256sums=('af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'