summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2020-11-16 07:23:48 -0500
committerkewl fft2020-11-16 07:23:48 -0500
commit0b91552231e6004ab5126e47233a104ca347369b (patch)
tree36a020765220229a6fe04c97fd0d726f97bbe8ad /PKGBUILD
parent03e89120609cb67efd698f7a5f6739cf824f7a33 (diff)
downloadaur-0b91552231e6004ab5126e47233a104ca347369b.tar.gz
Update to version 2.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2ff7ac9b7f0..625824528135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=simplenote-electron-bin
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
@@ -11,15 +11,12 @@ license=('GPL2')
depends=('nss' 'gtk3' 'libxss')
provides=('simplenote')
source_x86_64=("${url}/releases/download/v${pkgver}/Simplenote-linux-${pkgver}-amd64.deb")
-sha256sums_x86_64=('055012e32e34b2d80c3c8ffa316a040a227fc1fed63da37369fb261fa8fe54a1')
+sha256sums_x86_64=('bf3569508abeff672fb9bfaf01d20baa5b418417876f20aabd568d44b045e451')
-# 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 of this,
-# do not install this package. The web app at https://app.simplenote.com/ may better suit.
-#
-# This issue has been raised and acknowledged by Automattic on github: https://github.com/Automattic/simplenote-electron/issues/759
-# See also related conversation on the aur: https://aur.archlinux.org/packages/simplenote-electron-bin/
+# 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 of this, do not install this package.
+# This issue has been raised and acknowledged by Automattic in Sep'18: https://github.com/Automattic/simplenote-electron/issues/759
package() {
bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz"