summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEspen Fossen2020-06-05 13:47:39 +0200
committerEspen Fossen2020-06-05 13:47:39 +0200
commit315b4f79e6da8c9bdf8ad0dd788549aaaf9dda5b (patch)
treefb48dc0d77f7ab45d165cc7eecad22e1351e8cb6
parent9980c041e796f9e0d337eb5e20e4f095377b9fb9 (diff)
downloadaur-315b4f79e6da8c9bdf8ad0dd788549aaaf9dda5b.tar.gz
Fixed issue with checksum with patch from Serge K, tnx.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07fc94d5d786..761286f7ae6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = boost-note-bin
pkgdesc = Boost Note.next, a replacement for Boostnote, an open source note-taking app for programmers. Official binary.
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://boostnote.io/
arch = any
license = GPL3
conflicts = boost-note
+ source = boost-note-bin-0.5.0.deb::https://github.com/BoostIO/BoostNote.next/releases/download/v0.5.0/boost-note-linux.deb
+ sha512sums = aa09ce4085cd64623e932ff5f169186d9c4d3d88e29fa8eeee6b458cf4763024b05202479e9f9d841f3a0e4e5b0664b2e341e5d2377dc47ca4cdd34dbb59a24d
pkgname = boost-note-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9bf548fc90b1..182b9cb6e289 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
pkgname=boost-note-bin
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Boost Note.next, a replacement for Boostnote, an open source note-taking app for programmers. Official binary."
arch=('any')
url="https://boostnote.io/"
license=('GPL3')
conflicts=('boost-note')
-source_x86_64=("https://github.com/BoostIO/BoostNote.next/releases/download/v${pkgver}/boost-note-linux.deb")
-sha512sums_x86_64=('aa09ce4085cd64623e932ff5f169186d9c4d3d88e29fa8eeee6b458cf4763024b05202479e9f9d841f3a0e4e5b0664b2e341e5d2377dc47ca4cdd34dbb59a24d')
+source=("${pkgname}-${pkgver}.deb::https://github.com/BoostIO/BoostNote.next/releases/download/v${pkgver}/boost-note-linux.deb")
+sha512sums=('aa09ce4085cd64623e932ff5f169186d9c4d3d88e29fa8eeee6b458cf4763024b05202479e9f9d841f3a0e4e5b0664b2e341e5d2377dc47ca4cdd34dbb59a24d')
package(){
- # Extract package data
- tar -xf data.tar.xz -C "${pkgdir}" --no-same-permissions
+ # Extract package data
+ tar -xf data.tar.xz -C "${pkgdir}" --no-same-permissions
}