summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-05-02 11:53:53 +0930
committerSamuel Walladge2016-05-02 11:53:53 +0930
commit0300ec20f7b43c1d3d02e5723c9d8d88dd776dce (patch)
tree3a40740e63d7e0b57a6aabddd69357d49ef8e529
parent86dfe45c7d62d82d740bcfa3f078984756a61a91 (diff)
downloadaur-0300ec20f7b43c1d3d02e5723c9d8d88dd776dce.tar.gz
update to 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 160b0c1028a2..9cbb3bc94a40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 09:58:37 UTC 2016
+# Mon May 2 02:23:20 UTC 2016
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.0.0
+ pkgver = 1.0.1
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.0/simplenote-1.0.0.deb
- md5sums = ef05d5fce8aab117201f48c785bc1222
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.1/simplenote-1.0.1.deb
+ md5sums = 097a343319daec3a5cd0115a9e66d64c
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index c705677bdede..5085d40f02b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="The simplest way to keep notes."
arch=('x86_64')
@@ -13,7 +13,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=('ef05d5fce8aab117201f48c785bc1222')
+md5sums=('097a343319daec3a5cd0115a9e66d64c')
package() {
cd ${srcdir}