summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjacob2020-06-01 06:58:19 -0400
committerjacob2020-06-01 06:58:19 -0400
commitf4280d7e6774776743b2d2a390591aa854d2f7e7 (patch)
treefc532f525f6220574b3f05b41634455e6793ac0a /PKGBUILD
parent37a390dc279a9ea6fdb11f3c9ad5c6851c76a9e0 (diff)
downloadaur-f4280d7e6774776743b2d2a390591aa854d2f7e7.tar.gz
added dependancy for libxft-bgra
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88b750b54f3e..2c9607885f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=st-jacob-git
-pkgver=0.8.3.r5.aafe7dd
+pkgver=0.8.3.r6.ee5ae82
pkgrel=1
pkgdesc="This Jacob McDonnell's build of st see the repo for more details"
arch=(x86_64 i686)
url="https://gitlab.com/Jacob_McDonnell/st.git"
license=('MIT/X Consortium License')
-depends=()
+depends=(libxft-bgra)
makedepends=(git make)
-optdepends=(dmenu xurls xclip python-pywal)
+optdepends=(dmenu xurls xclip python-pywal ttf-joypixels)
provides=(st)
conflicts=(st)
source=("git+$url")