summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03c6f946a3be..ba401e87eba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 12:53:02 UTC 2016
+# Tue Dec 6 06:04:50 UTC 2016
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.0.6
+ pkgver = 1.0.7
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.6/simplenote-1.0.6.deb
- md5sums = 752fa5f16e22f3a8e5cc4a87195099de
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.7/simplenote-1.0.7.deb
+ md5sums = 7ead835110aee9dd6d4b77faacf5b3d0
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8c3b739488b..a47eb0ec56e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.0.6
+pkgver=1.0.7
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=('752fa5f16e22f3a8e5cc4a87195099de')
+md5sums=('7ead835110aee9dd6d4b77faacf5b3d0')
package() {
cd ${srcdir}