summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cde8978787a..7cab5842d17b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = boostnote-bin
pkgdesc = Open source note-taking app for programmers. Official binary.
- pkgver = 0.11.8
+ pkgver = 0.11.9
pkgrel = 1
url = https://boostnote.io/
arch = any
license = GPL3
- depends = electron
- depends = nodejs
conflicts = boostnote
pkgname = boostnote-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3c526f05ed2..17898001a79a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Camilo Prieto <camilo.prieto93@gmail.com>
pkgname=boostnote-bin
-pkgver=0.11.8
+pkgver=0.11.9
pkgrel=1
pkgdesc="Open source note-taking app for programmers. Official binary."
arch=('any')
url="https://boostnote.io/"
license=('GPL3')
-depends=('electron' 'nodejs')
conflicts=('boostnote')
source_x86_64=("https://github.com/BoostIO/boost-releases/releases/download/v${pkgver}/boostnote_${pkgver}_amd64.deb")
-sha512sums_x86_64=('68763547d8495c1607d20727fa3b07b2e873859882c78c17721f149f354a36affe4e1869080b1dac47bce09802d84d0f76bdd78ce226fe897e9ebf01139b8373')
+sha512sums_x86_64=('4c77d8341d606e8776a48a9adf81f5b7b338c1e2e83af851634fad28ec419ab1f44cdb677333039410575a71e2ab95f77c5e6d2dfb913aae98c53ca739400913')
package(){
# Extract package data
- tar xf data.tar.xz -C "${pkgdir}"
+ tar -xf data.tar.xz -C "${pkgdir}" --no-same-permissions
}