summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-11-02 16:21:11 +0100
committerMartchus2017-11-02 16:21:11 +0100
commitf95a761a35efef68808e2f50a1e3ea6528e92c50 (patch)
treeff1a73fad74ac1c98e8c8151d7ba587fe148e46e
parent397d62279bcaafd8b0cb28fcdd63916a8decc6cd (diff)
downloadaur-f95a761a35efef68808e2f50a1e3ea6528e92c50.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 dc5dccdd793d..3c5655031678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 8 19:13:26 UTC 2017
+# Thu Nov 2 15:21:11 UTC 2017
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -23,8 +23,8 @@ pkgbase = syncthingtray
depends = qt5-webkit
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
- source = syncthingtray-0.7.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.7.0.tar.gz
- sha256sums = 0636e97d1bdac48fcff3c8bf0a2caea7fa0204fa44a4e8d98a21a3374f907287
+ source = syncthingtray-0.7.1.tar.gz::https://github.com/Martchus/syncthingtray/archive/v0.7.1.tar.gz
+ sha256sums = b2824df6a4361a9fe1097cc4288056b254f8059415e2eb303202ae3cb80685cd
pkgname = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 0fb86c662589..44527f1d0303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _enable_plasmoid=1
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Tray application for Syncthing'
@@ -35,7 +35,7 @@ checkdepends=('cppunit' 'syncthing')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
-sha256sums=('0636e97d1bdac48fcff3c8bf0a2caea7fa0204fa44a4e8d98a21a3374f907287')
+sha256sums=('b2824df6a4361a9fe1097cc4288056b254f8059415e2eb303202ae3cb80685cd')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"