summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2017-02-01 07:39:11 +1030
committerSamuel Walladge2017-02-01 07:39:11 +1030
commit4f0fd7a984f8adc186254aa50d8cb8b6fdd85845 (patch)
treec00c37906a58464adde53960773fe4c70d17a9c2
parent23931cfcad6b8dceebf652e75b691c9b35fb1f6e (diff)
downloadaur-4f0fd7a984f8adc186254aa50d8cb8b6fdd85845.tar.gz
update to 1.0.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba401e87eba2..36d642d5a28c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 6 06:04:50 UTC 2016
+# Tue Jan 31 21:08:53 UTC 2017
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes.
- pkgver = 1.0.7
+ pkgver = 1.0.8
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.7/simplenote-1.0.7.deb
- md5sums = 7ead835110aee9dd6d4b77faacf5b3d0
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.0.8/simplenote-1.0.8.deb
+ sha256sums = 65754c94a462833dadce98f84ccbd66ffdbb060e1871b368f9c6f5403aaaa3c5
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index a47eb0ec56e6..07ca9be43ba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.0.7
+pkgver=1.0.8
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}/${_pkgname}-${pkgver}.deb")
-md5sums=('7ead835110aee9dd6d4b77faacf5b3d0')
+sha256sums=('65754c94a462833dadce98f84ccbd66ffdbb060e1871b368f9c6f5403aaaa3c5')
package() {
cd ${srcdir}