summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0377d5081f6..1fcc52a0d202 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Mar 15 23:24:43 UTC 2018
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
pkgver = 1.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
license = GPL2
@@ -13,7 +15,7 @@ pkgbase = simplenote-electron-bin
depends = gtk2
provides = simplenote
source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.3/Simplenote-linux-1.1.3.deb
- sha256sums = a26f0515922c71dcda289ec47b07b129e35748d677410a17d89d21e6e846cba7
+ sha256sums = c8d88b270e972c1df0ea344ea18a414ada20e7140a85c3c8dbd63d50014506cb
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ac007c78a8f..13dd52c35f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
url="https://github.com/Automattic/simplenote-electron"
@@ -12,11 +12,11 @@ license=('GPL2')
depends=('gcc-libs' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2')
provides=('simplenote')
source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/Simplenote-linux-${pkgver}.deb")
-sha256sums=('a26f0515922c71dcda289ec47b07b129e35748d677410a17d89d21e6e846cba7')
+sha256sums=('c8d88b270e972c1df0ea344ea18a414ada20e7140a85c3c8dbd63d50014506cb')
package() {
- bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.gz"
+ bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz"
mkdir -p ${pkgdir}/usr/bin/
- ln -s /usr/share/${_pkgname}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
+ ln -s /opt/Simplenote/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
}