makedeb


standard-notes-bin 3.197.0-2


An end-to-end encrypted notes app for digitalists and professionals.

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for standard-notes-bin.

# Maintainer: Tai Lam <taivlam-aur-mpr [dot] tinsmith796 [at] silomails [dot] com>

_pkgname="standard-notes"
pkgname="standard-notes-bin"
pkgver='3.197.0'
pkgrel='2'
pkgdesc="An end-to-end encrypted notes app for digitalists and professionals."
arch=('amd64' 'arm64')
depends=()
license=('AGPL-3.0-or-later')
url="https://standardnotes.com"
_url="https://github.com/standardnotes/app"
source_amd64=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb"::"${_url}/releases/download/%40standardnotes%2Fdesktop%40${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb")
source_arm64=("${pkgname}_${pkgver}-${pkgrel}_arm64.deb"::"${_url}/releases/download/%40standardnotes%2Fdesktop%40${pkgver}/${_pkgname}-${pkgver}-linux-arm64.deb")
# Comment out until this is resolved: https://github.com/taivlam/aur-mpr-packages/issues/5
#sha512sums_amd64=('')
#sha512sums_arm64=('')
sha256sums_amd64=('22f78ee4231cb8d895cd7c8676065daf5296b2324f46151e8bc358b55e4f7113')
sha256sums_arm64=('f4b0cf48743bdb095a63c98207f1d8b985ab43e010f8f9aa8ce62750e624cced')
noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
provides=("${_pkgname}")
conflicts=("standard-notes" "standard-notes-deb")

package() {
    exec true
}