summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjacob2020-06-01 06:58:19 -0400
committerjacob2020-06-01 06:58:19 -0400
commitf4280d7e6774776743b2d2a390591aa854d2f7e7 (patch)
treefc532f525f6220574b3f05b41634455e6793ac0a
parent37a390dc279a9ea6fdb11f3c9ad5c6851c76a9e0 (diff)
downloadaur-f4280d7e6774776743b2d2a390591aa854d2f7e7.tar.gz
added dependancy for libxft-bgra
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b96e362429ce..2ff1077f39ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = st-jacob-git
pkgdesc = This Jacob McDonnell's build of st see the repo for more details
- pkgver = 0.8.3.r5.aafe7dd
+ pkgver = 0.8.3.r6.ee5ae82
pkgrel = 1
url = https://gitlab.com/Jacob_McDonnell/st.git
arch = x86_64
@@ -8,10 +8,12 @@ pkgbase = st-jacob-git
license = MIT/X Consortium License
makedepends = git
makedepends = make
+ depends = libxft-bgra
optdepends = dmenu
optdepends = xurls
optdepends = xclip
optdepends = python-pywal
+ optdepends = ttf-joypixels
provides = st
conflicts = st
source = git+https://gitlab.com/Jacob_McDonnell/st.git
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")