File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = pulsarship
2
2
pkgdesc = 🚀🌠 A minimal, fast, and customizable prompt written in Go
3
- pkgver = 0.2.2
3
+ pkgver = 0.2.3
4
4
pkgrel = 1
5
5
url = https://github.com/xeyossr/pulsarship
6
6
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pulsarship
10
10
license = GPL3
11
11
makedepends = go
12
12
makedepends = git
13
- source = git+https://github.com/xeyossr/pulsarship.git#tag=v0.2.2
13
+ source = git+https://github.com/xeyossr/pulsarship.git#tag=v0.2.3
14
14
sha256sums = SKIP
15
15
16
16
pkgname = pulsarship
Original file line number Diff line number Diff line change 2
2
# Description: 🚀🌠 A minimal, fast, and customizable prompt written in Go
3
3
4
4
pkgname=pulsarship
5
- pkgver=0.2.2
5
+ pkgver=0.2.3
6
6
pkgrel=1
7
7
pkgdesc=" 🚀🌠 A minimal, fast, and customizable prompt written in Go"
8
8
arch=(' x86_64' ' aarch64' ' armv7h' ' i686' )
@@ -45,7 +45,7 @@ package() {
45
45
46
46
install -dm755 " $_bash " " $_fish " " $_zsh "
47
47
48
- ./build/pulsarship -v > " $_bash /pulsarship"
49
- ./build/pulsarship -v > " $_fish /pulsarship.fish"
50
- ./build/pulsarship -v > " $_zsh /_pulsarship"
51
- }
48
+ ./build/pulsarship -v > " $_bash /pulsarship"
49
+ ./build/pulsarship -v > " $_fish /pulsarship.fish"
50
+ ./build/pulsarship -v > " $_zsh /_pulsarship"
51
+ }
You can’t perform that action at this time.
0 commit comments