Skip to content

Commit 4fc1721

Browse files
committed
aur version v0.2.3
1 parent e0f3325 commit 4fc1721

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

aur/.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = pulsarship
22
pkgdesc = 🚀🌠 A minimal, fast, and customizable prompt written in Go
3-
pkgver = 0.2.2
3+
pkgver = 0.2.3
44
pkgrel = 1
55
url = https://github.com/xeyossr/pulsarship
66
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = pulsarship
1010
license = GPL3
1111
makedepends = go
1212
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
1414
sha256sums = SKIP
1515

1616
pkgname = pulsarship

aur/PKGBUILD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Description: 🚀🌠 A minimal, fast, and customizable prompt written in Go
33

44
pkgname=pulsarship
5-
pkgver=0.2.2
5+
pkgver=0.2.3
66
pkgrel=1
77
pkgdesc="🚀🌠 A minimal, fast, and customizable prompt written in Go"
88
arch=('x86_64' 'aarch64' 'armv7h' 'i686')
@@ -45,7 +45,7 @@ package() {
4545

4646
install -dm755 "$_bash" "$_fish" "$_zsh"
4747

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+
}

0 commit comments

Comments
 (0)