summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-08-26 17:09:04 +0800
committerWu Zhenyu2023-08-26 17:18:56 +0800
commitdb5a3eb8502e0342f26452543d5a5649449686c8 (patch)
tree8f7dc1e3a155496e69263db8f9c533c19d322271
parent7628e065955bc23ff3121a3544480b9eafd7ce05 (diff)
downloadaur-db5a3eb8502e0342f26452543d5a5649449686c8.tar.gz
:bookmark: Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 280cbe43f097..55698e438f21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = bash-prompt-style-git
pkgdesc = A powerlevel10k-like prompt style of bash.
- pkgver = r1.1f48f00
+ pkgver = r1.ce2af90
pkgrel = 1
url = https://github.com/Freed-Wu/bash-prompt-style
arch = any
license = GPL3
makedepends = git
depends = zsh-theme-powerlevel10k
- source = git+https://github.com/Freed-Wu/bash-prompt-style#tag=1f48f00bf2452c4bbb118624e24d53cd01c6b75b
+ depends = lsb-release
+ depends = procps-ng
+ source = git+https://github.com/Freed-Wu/bash-prompt-style#tag=ce2af9091d4dabbb501e984599d367bf43c59122
sha256sums = SKIP
pkgname = bash-prompt-style-git
diff --git a/PKGBUILD b/PKGBUILD
index 01ee414fc0a2..da357b6a6b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
_pkgname=bash-prompt-style
pkgname=$_pkgname-git
-pkgver=r1.1f48f00
+pkgver=r1.ce2af90
pkgrel=1
pkgdesc="A powerlevel10k-like prompt style of bash."
arch=(any)
url=https://github.com/Freed-Wu/$_pkgname
license=(GPL3)
-depends=(zsh-theme-powerlevel10k)
+depends=(zsh-theme-powerlevel10k lsb-release procps-ng)
makedepends=(git)
-source=("git+$url#tag=1f48f00bf2452c4bbb118624e24d53cd01c6b75b")
+source=("git+$url#tag=ce2af9091d4dabbb501e984599d367bf43c59122")
sha256sums=(SKIP)
pkgver() {