summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-08-26 16:29:02 +0800
committerWu Zhenyu2023-08-26 16:29:02 +0800
commit7628e065955bc23ff3121a3544480b9eafd7ce05 (patch)
tree455c9c7cf61871372be19553c91ca2438b8226c7
parent55cc7a933debac8ff28ee963ab5977cecc809af1 (diff)
downloadaur-7628e065955bc23ff3121a3544480b9eafd7ce05.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 81a84e2a4442..280cbe43f097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bash-prompt-style-git
pkgdesc = A powerlevel10k-like prompt style of bash.
- pkgver = r1.8cb9cb0
+ pkgver = r1.1f48f00
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=4a37921e91595069c7b088bb0e0a677bd9f65780
+ source = git+https://github.com/Freed-Wu/bash-prompt-style#tag=1f48f00bf2452c4bbb118624e24d53cd01c6b75b
sha256sums = SKIP
pkgname = bash-prompt-style-git
diff --git a/PKGBUILD b/PKGBUILD
index 90c9e5523f6b..01ee414fc0a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
_pkgname=bash-prompt-style
pkgname=$_pkgname-git
-pkgver=r1.4a37921
+pkgver=r1.1f48f00
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)
makedepends=(git)
-source=("git+$url#tag=4a37921e91595069c7b088bb0e0a677bd9f65780")
+source=("git+$url#tag=1f48f00bf2452c4bbb118624e24d53cd01c6b75b")
sha256sums=(SKIP)
pkgver() {