summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-08-26 23:23:03 +0800
committerWu Zhenyu2023-08-26 23:23:03 +0800
commitbf0874a39e4f1ba46be6b1f7bde52b3e5b6a204d (patch)
treef6ffc5255f1a6988d003de22f954d1db022750aa
parentdb5a3eb8502e0342f26452543d5a5649449686c8 (diff)
downloadaur-bf0874a39e4f1ba46be6b1f7bde52b3e5b6a204d.tar.gz
:bookmark: Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55698e438f21..22c6f0039db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bash-prompt-style-git
pkgdesc = A powerlevel10k-like prompt style of bash.
- pkgver = r1.ce2af90
+ pkgver = r3.ad2ff47
pkgrel = 1
url = https://github.com/Freed-Wu/bash-prompt-style
arch = any
@@ -9,7 +9,7 @@ pkgbase = bash-prompt-style-git
depends = zsh-theme-powerlevel10k
depends = lsb-release
depends = procps-ng
- source = git+https://github.com/Freed-Wu/bash-prompt-style#tag=ce2af9091d4dabbb501e984599d367bf43c59122
+ source = git+https://github.com/Freed-Wu/bash-prompt-style#tag=ad2ff4730809a203bfd8f62cc766f5ae825bc9e7
sha256sums = SKIP
pkgname = bash-prompt-style-git
diff --git a/PKGBUILD b/PKGBUILD
index da357b6a6b78..b9c71dd7e9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
_pkgname=bash-prompt-style
pkgname=$_pkgname-git
-pkgver=r1.ce2af90
+pkgver=r3.ad2ff47
pkgrel=1
pkgdesc="A powerlevel10k-like prompt style of bash."
arch=(any)
@@ -10,7 +10,7 @@ url=https://github.com/Freed-Wu/$_pkgname
license=(GPL3)
depends=(zsh-theme-powerlevel10k lsb-release procps-ng)
makedepends=(git)
-source=("git+$url#tag=ce2af9091d4dabbb501e984599d367bf43c59122")
+source=("git+$url#tag=ad2ff4730809a203bfd8f62cc766f5ae825bc9e7")
sha256sums=(SKIP)
pkgver() {