summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-10-21 10:13:41 +1030
committerSamuel Walladge2016-10-21 10:13:41 +1030
commit9891b0369034ac46141937d43e296cef59af2dce (patch)
tree8fd36a7bcb1d54f10034314f7875cfabcdd62d77
parent570ff19c82c84b8c6e4691a6127014e75fb9499f (diff)
downloadaur-9891b0369034ac46141937d43e296cef59af2dce.tar.gz
update to 1.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 583bccb152d4..7fa0a197cd8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 27 08:31:55 UTC 2016
+# Thu Oct 20 23:43:04 UTC 2016
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.0.3
+ pkgver = 1.0.5
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.3/simplenote-1.0.3.deb
- md5sums = a5be9fbb1bab65d454000291d3d3ecae
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.5/simplenote-1.0.5.deb
+ md5sums = a7e82339625d95c595d29a24ca6fd720
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index e89d7ce265a7..a579049ac3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Samuel Walladge <samuel at swalladge dot id dot au>
-# Contributor: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.0.3
+pkgver=1.0.5
pkgrel=1
pkgdesc="The simplest way to keep notes."
arch=('x86_64')
@@ -13,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=('a5be9fbb1bab65d454000291d3d3ecae')
+md5sums=('a7e82339625d95c595d29a24ca6fd720')
package() {
cd ${srcdir}