summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob McDonnell2020-09-26 13:04:50 -0400
committerJacob McDonnell2020-09-26 13:04:50 -0400
commit90f3ae567d641b6dea597a43e08ad8b3106aa6c6 (patch)
treef1d54f794c4821a01db74b2f4659f388f1f3de96
parentf4280d7e6774776743b2d2a390591aa854d2f7e7 (diff)
downloadaur-90f3ae567d641b6dea597a43e08ad8b3106aa6c6.tar.gz
Updated to version 0.8.4
-rwxr-xr-x[-rw-r--r--].SRCINFO3
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ff1077f39ed..febc27ef29b4 100644..100755
--- 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.r6.ee5ae82
+ pkgver = 0.8.4.r9.106ac05
pkgrel = 1
url = https://gitlab.com/Jacob_McDonnell/st.git
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = st-jacob-git
optdepends = dmenu
optdepends = xurls
optdepends = xclip
- optdepends = python-pywal
optdepends = ttf-joypixels
provides = st
conflicts = st
diff --git a/PKGBUILD b/PKGBUILD
index 2c9607885f51..bd3c99920223 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=st-jacob-git
-pkgver=0.8.3.r6.ee5ae82
+pkgver=0.8.4.r9.106ac05
pkgrel=1
pkgdesc="This Jacob McDonnell's build of st see the repo for more details"
arch=(x86_64 i686)
@@ -13,7 +13,7 @@ url="https://gitlab.com/Jacob_McDonnell/st.git"
license=('MIT/X Consortium License')
depends=(libxft-bgra)
makedepends=(git make)
-optdepends=(dmenu xurls xclip python-pywal ttf-joypixels)
+optdepends=(dmenu xurls xclip ttf-joypixels)
provides=(st)
conflicts=(st)
source=("git+$url")