summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeakster2020-12-19 13:24:08 +0000
committerFeakster2020-12-19 13:24:08 +0000
commitd16aa359ef1b6071e9bb3a706c273df4d0bcd35d (patch)
treeb418d00e32a4fc34e6d0fed1e28172ff512ca904 /PKGBUILD
parentcaab6b9892310a3867ebaeca2a3465985e6020c4 (diff)
downloadaur-d16aa359ef1b6071e9bb3a706c273df4d0bcd35d.tar.gz
Added optional dependencies for emoji support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e2db48b4491..f9d4be0a950e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,16 @@ pkgname=simplenote-electron-arm-bin
_appimagver=2.3.0
_appimage="${pkgname}-${_appimagver}.AppImage"
pkgver=${_appimagver//-/_}
-pkgrel=1
+pkgrel=2
pkgdesc="The simplest way to keep notes"
arch=('armv7h' 'aarch64')
url="https://github.com/Automattic/simplenote-electron"
license=('GPL2')
depends=('nss' 'gtk3' 'libxss')
+optdepends=(
+'noto-fonts-emoji: emoji support'
+'ttf-joypixels: emoji support'
+)
provides=('simplenote')
options=(!strip)
source_armv7h=("${_appimage}"::"${url}/releases/download/v${pkgver}/Simplenote-linux-${pkgver}-armv7l.AppImage")