summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik Leonhardt2024-04-06 17:12:49 +1300
committerFrederik Leonhardt2024-04-06 17:13:09 +1300
commit20b03fb8e72478b12d1aa89b55dae338a6d5bbfa (patch)
tree4aa77a604995a7e63a94e1c0e5837aff277ec621 /PKGBUILD
parent96b41652acdfd320ea650923356c5278e404449f (diff)
downloadaur-bluebrick.tar.gz
Add optional dependency on xchm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b86411e71bf..5dc1d2420ecd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Frederik Leonhardt <frederik at leonhardt dot co dot nz>
pkgname=bluebrick
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="BlueBrick Lego Layout Planer"
arch=('x86_64')
url="https://bluebrick.lswproject.com"
license=('GPL-3.0-only')
depends=('mono')
+optdepends=('xchm: to read the documentation')
options=(!strip)
source=("$pkgname-$pkgver.zip::https://bluebrick.lswproject.com/download/BlueBrick.${pkgver}.zip"
"$pkgname.desktop"