summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorСтрахиња Радић2024-03-06 12:08:52 +0100
committerСтрахиња Радић2024-03-06 12:08:52 +0100
commit22a5f765cfc19aadf643f9e3b8bea4f327a67a7f (patch)
treeb7f5863c388880709bec94625e18272b145ec467 /PKGBUILD
parentfbc35a1321081af407dfb7b50502196c15510529 (diff)
downloadaur-22a5f765cfc19aadf643f9e3b8bea4f327a67a7f.tar.gz
Add missing optdepends, update .gitignore
Signed-off-by: Страхиња Радић <contact@strahinja.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8355d8cc1d0..8ce29010bf24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
# Maintainer: Strahinya Radich <contact@strahinja.org>
pkgname=slweb
pkgver=0.9.4
-pkgrel=1
+pkgrel=2
pkgdesc="Simple static website generator"
arch=('x86_64')
url="https://strahinja.srht.site/slweb"
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~strahinja/slweb/archive/v$pkgver.tar.gz")
md5sums=('911e6746a510c528c18af38245ac04ec')
+optdepends=(
+ 'katex: For math mode'
+ 'git: For {git-log}'
+ 'imagemagick: For img tag attributes'
+)
package() {
cd $pkgname-v$pkgver