summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-10-16 20:19:42 +0100
committerkewl fft2018-10-16 20:19:42 +0100
commit95df137b99a70df60f609602b1d42883a2209792 (patch)
treec5487302f8ec1e37ecfddbf992a8ee7b80bede44
parentb4a56f18e72a6623941093384353714611a4e9d7 (diff)
downloadaur-95df137b99a70df60f609602b1d42883a2209792.tar.gz
Update to version 1.2.1-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01cfaf04d096..c692e259604d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.1.7
- pkgrel = 1
+ pkgver = 1.2.1
+ pkgrel = 2
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.7/simplenote-1.1.7-amd64.deb
- sha256sums = a08e9c1ad31da605a5f4c080e7d9fbee95c2d38707a83e3921c8ddc4f35522d2
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.2.1/Simplenote-linux-1.2.1-amd64.deb
+ sha256sums = 091ad0d0d83dca0893bef70989dc94ae618ac72fc1c1fe57c01e62ad1ba026d1
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95e86e2ecc69..16bb552d3fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.1.7
-pkgrel=1
+pkgver=1.2.1
+pkgrel=2
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-${pkgver}-amd64.deb")
+source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/Simplenote-linux-${pkgver}-amd64.deb")
-sha256sums=('a08e9c1ad31da605a5f4c080e7d9fbee95c2d38707a83e3921c8ddc4f35522d2')
+sha256sums=('091ad0d0d83dca0893bef70989dc94ae618ac72fc1c1fe57c01e62ad1ba026d1')
# 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