summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEspen Fossen2020-06-05 13:47:39 +0200
committerEspen Fossen2020-06-05 13:47:39 +0200
commit315b4f79e6da8c9bdf8ad0dd788549aaaf9dda5b (patch)
treefb48dc0d77f7ab45d165cc7eecad22e1351e8cb6 /PKGBUILD
parent9980c041e796f9e0d337eb5e20e4f095377b9fb9 (diff)
downloadaur-315b4f79e6da8c9bdf8ad0dd788549aaaf9dda5b.tar.gz
Fixed issue with checksum with patch from Serge K, tnx.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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
}