summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-06-29 11:04:07 +0930
committerSamuel Walladge2016-06-29 11:04:07 +0930
commit27c2301e727c6cae31ce4d2d055f622a120e692c (patch)
tree7429282395ba84d7ac99cc54791747df73943227
parent0300ec20f7b43c1d3d02e5723c9d8d88dd776dce (diff)
downloadaur-27c2301e727c6cae31ce4d2d055f622a120e692c.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cbb3bc94a40..eeaa68fe0530 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 2 02:23:20 UTC 2016
+# Wed Jun 29 01:33:40 UTC 2016
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.0.1
+ pkgver = 1.0.2
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.1/simplenote-1.0.1.deb
- md5sums = 097a343319daec3a5cd0115a9e66d64c
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.2/simplenote-1.0.2.deb
+ md5sums = 2cca12a7deae629ba0d74b14abf2eada
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5085d40f02b7..70764b3b8ce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.0.1
+pkgver=1.0.2
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=('097a343319daec3a5cd0115a9e66d64c')
+md5sums=('2cca12a7deae629ba0d74b14abf2eada')
package() {
cd ${srcdir}