summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2018-06-15 22:45:49 +0930
committerSamuel Walladge2018-06-15 22:45:49 +0930
commita5ada08671db9fcf8864f34dde8cf079d33c745f (patch)
tree305991943a297835b93e1a93211637427391bff4
parent0bd64606efcd61b894fa589b545e352807d300fe (diff)
downloadaur-a5ada08671db9fcf8864f34dde8cf079d33c745f.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a43f6d41f43..5a56c910204d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.1.3
- pkgrel = 4
+ pkgver = 1.1.5
+ pkgrel = 1
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
license = GPL2
@@ -13,8 +13,8 @@ pkgbase = simplenote-electron-bin
depends = gtk2
depends = libxss
provides = simplenote
- source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.3/Simplenote-linux-1.1.3.deb
- sha256sums = 7ea24983e0a8738a628db9aeccca50b21b098c7725aaf8643416c90ea5e76758
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.5/simplenote_1.1.5_amd64.deb
+ sha256sums = 694988e006a70117d9b3bfe506dd0d691460479760b7ec0306609797d2cb8fa2
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index fed6df846b26..a12ee3635585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.1.3
-pkgrel=4
+pkgver=1.1.5
+pkgrel=1
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
url="https://github.com/Automattic/simplenote-electron"
license=('GPL2')
depends=('gcc-libs' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'libxss')
provides=('simplenote')
-source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/Simplenote-linux-${pkgver}.deb")
+source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/simplenote_${pkgver}_amd64.deb")
-sha256sums=('7ea24983e0a8738a628db9aeccca50b21b098c7725aaf8643416c90ea5e76758')
+sha256sums=('694988e006a70117d9b3bfe506dd0d691460479760b7ec0306609797d2cb8fa2')
# Warning: the release deb file has been known to be silently modified,
# resulting in a different checksum. If the checksum fails to validate, this is
# most likely the cause. If you are concerned about the security implications