summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")