summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-01-20 23:15:19 +0100
committerMartchus2018-01-20 23:15:19 +0100
commita0c804558cf01afdd46322f514c3c5da84f2b20c (patch)
tree6562535c80b552d2eda13fa4b9c40b40baaaef6e
parentf95a761a35efef68808e2f50a1e3ea6528e92c50 (diff)
downloadaur-a0c804558cf01afdd46322f514c3c5da84f2b20c.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 3c5655031678..bb8d179da08e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 15:21:11 UTC 2017
+# Sat Jan 20 22:15:19 UTC 2018
pkgbase = syncthingtray
pkgdesc = Tray application for Syncthing
- pkgver = 0.7.1
+ pkgver = 0.7.2
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.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 = syncthingtray
diff --git a/PKGBUILD b/PKGBUILD
index 44527f1d0303..64a5d9068495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _enable_plasmoid=1
_reponame=syncthingtray
pkgname=syncthingtray
-pkgver=0.7.1
+pkgver=0.7.2
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=('b2824df6a4361a9fe1097cc4288056b254f8059415e2eb303202ae3cb80685cd')
+sha256sums=('af1769702676dbde33db692a39f81627b29dc09a8ce8c3bd8c2ee5eef22a5a3f')
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"