summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2017-12-13 10:23:27 +1030
committerSamuel Walladge2017-12-13 10:23:27 +1030
commitc8105a258c984b0f087f1c67f9eb380cc777b9bb (patch)
treeb114f0814cca68572afeb9f2d514f0ae47b0f765
parent917cd9d55531cadf69b0831a23bdf0fb3bf57434 (diff)
downloadaur-c8105a258c984b0f087f1c67f9eb380cc777b9bb.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 31baaa37ca96..a2446d3a4937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 22 11:58:16 UTC 2017
+# Tue Dec 12 23:53:08 UTC 2017
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.1.0
+ pkgver = 1.1.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.1.0/Simplenote-linux-1.1.0.deb
- sha256sums = 4189368f308f69225a2cdcf73b307d20502366155448852c5ffb5834fd6e6e05
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.1/Simplenote-linux-1.1.1.deb
+ sha256sums = 6baee8b6cd27b6b6b95bb6ae93999e2abc99756edd8f4e40a4706b9e09a34186
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1afd9335898..5c1e7d8641da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.1.0
+pkgver=1.1.1
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}/Simplenote-linux-${pkgver}.deb")
-sha256sums=('4189368f308f69225a2cdcf73b307d20502366155448852c5ffb5834fd6e6e05')
+sha256sums=('6baee8b6cd27b6b6b95bb6ae93999e2abc99756edd8f4e40a4706b9e09a34186')
package() {