summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-11-04 23:23:24 +1030
committerSamuel Walladge2016-11-04 23:23:24 +1030
commitbb40e6104847073a8ad99919478c1a64280a828a (patch)
tree50bd4265fb976d2c22c84fcf98be42a6e159f507
parent9891b0369034ac46141937d43e296cef59af2dce (diff)
downloadaur-bb40e6104847073a8ad99919478c1a64280a828a.tar.gz
update to 1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa0a197cd8f..03c6f946a3be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 23:43:04 UTC 2016
+# Fri Nov 4 12:53:02 UTC 2016
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = simplenote-electron-bin
depends = gtk2
depends = libnotify
provides = simplenote
- source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.5/simplenote-1.0.5.deb
- md5sums = a7e82339625d95c595d29a24ca6fd720
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.6/simplenote-1.0.6.deb
+ md5sums = 752fa5f16e22f3a8e5cc4a87195099de
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index a579049ac3a7..e8c3b739488b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="The simplest way to keep notes."
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'libnotify')
optdepends=()
provides=('simplenote')
source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/${_pkgname}-${pkgver}.deb")
-md5sums=('a7e82339625d95c595d29a24ca6fd720')
+md5sums=('752fa5f16e22f3a8e5cc4a87195099de')
package() {
cd ${srcdir}