summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-01-03 18:40:22 +0100
committerMartchus2017-01-03 18:40:22 +0100
commit966ef0e93ef9aa775b135b5ecbdaa233ccf8f1a4 (patch)
tree53ad26dbdee3f63a6f93c52e9b6ee64117dbb18a
parent32b45772595bc5dbaa9712985cc6d5d804b66553 (diff)
downloadaur-966ef0e93ef9aa775b135b5ecbdaa233ccf8f1a4.tar.gz
Update to 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8362818511c1..6ecf11757d05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 13 21:22:18 UTC 2016
+# Tue Jan 3 17:40:22 UTC 2017
pkgbase = mingw-w64-syncthingtray
pkgdesc = Tray application for Syncthing (mingw-w64)
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = any
@@ -22,8 +22,8 @@ pkgbase = mingw-w64-syncthingtray
options = staticlibs
options = !strip
options = !emptydirs
- source = syncthingtray-0.2.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.2.0.tar.gz
- sha256sums = eca5709ef0a7d560a9d95608bea4f22ce3eeeb0c636ceba25638f790f81ad2db
+ source = syncthingtray-0.3.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.3.0.tar.gz
+ sha256sums = 953f3eda974582b402a915e759dedd6d2d4b958de3945d93f707076444092cf7
pkgname = mingw-w64-syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 99ee9d6ac5d4..154952468f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _webview_provider=none
_reponame=syncthingtray
pkgname=mingw-w64-syncthingtray
_name=${pkgname#mingw-w64-}
-pkgver=0.2.0
+pkgver=0.3.0
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=('eca5709ef0a7d560a9d95608bea4f22ce3eeeb0c636ceba25638f790f81ad2db')
+sha256sums=('953f3eda974582b402a915e759dedd6d2d4b958de3945d93f707076444092cf7')
options=(!buildflags staticlibs !strip !emptydirs)
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] ||
@@ -38,6 +38,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/usr/${_arch}" \
-DWEBVIEW_PROVIDER="${_webview_provider}" \
+ -DSYSTEMD_SUPPORT=OFF \
${_configurations} \
../
make