summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Klinkovský2018-11-18 09:22:00 +0100
committerJakub Klinkovský2018-11-18 09:22:00 +0100
commit08c8ce8acc0b737e2706fff5c034baabd243730d (patch)
tree4f39b2bb1419a7d1c3b96b354dd4b3011c016031 /PKGBUILD
parent341a25f873879322757dc67927b55db952bc75fb (diff)
downloadaur-08c8ce8acc0b737e2706fff5c034baabd243730d.tar.gz
add xorg-fonts-misc as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ed39b1c50ad..f8df87237929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sxlock-git
_pkgname=sxlock
-pkgver=1.1.r8.g1388c6e
+pkgver=1.1.r15.g76ac317
pkgrel=1
pkgdesc="Simple screen locker utility for X, fork of sflock. Uses PAM authentication, no suid needed."
arch=('i686' 'x86_64')
@@ -10,6 +10,7 @@ url="https://github.com/lahwaacz/sxlock"
license=('MIT')
depends=('libxext' 'libxrandr' 'pam')
makedepends=('git')
+optdepends=('xorg-fonts-misc: default font')
source=('git://github.com/lahwaacz/sxlock.git')
md5sums=('SKIP')