summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-08-27 14:28:25 +0800
committerWu Zhenyu2023-08-27 14:28:25 +0800
commita79c15575f5b1fea94ecd65046f408b5b3cdb440 (patch)
treee8edf9e991c5405adc4874ef5914b1edb9774dc5
parentbf0874a39e4f1ba46be6b1f7bde52b3e5b6a204d (diff)
downloadaur-a79c15575f5b1fea94ecd65046f408b5b3cdb440.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 22c6f0039db6..34f05c17d16a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bash-prompt-style-git
pkgdesc = A powerlevel10k-like prompt style of bash.
- pkgver = r3.ad2ff47
+ pkgver = r4.2990a68
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=ad2ff4730809a203bfd8f62cc766f5ae825bc9e7
+ source = git+https://github.com/Freed-Wu/bash-prompt-style#tag=2990a6878db565fa866ddbad5dba0b99d67e378f
sha256sums = SKIP
pkgname = bash-prompt-style-git
diff --git a/PKGBUILD b/PKGBUILD
index b9c71dd7e9c7..f02a59a6d412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
_pkgname=bash-prompt-style
pkgname=$_pkgname-git
-pkgver=r3.ad2ff47
+pkgver=r4.2990a68
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=ad2ff4730809a203bfd8f62cc766f5ae825bc9e7")
+source=("git+$url#tag=2990a6878db565fa866ddbad5dba0b99d67e378f")
sha256sums=(SKIP)
pkgver() {