summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-26 14:01:48 -0500
committerchipbuster2019-10-26 14:01:48 -0500
commit1557662f34794a51aa8871e86919a2b62e84e733 (patch)
treeb2e149e38d8931d0fba6a58546c1863d8e3afe40
parent17b8daffa917ef0903923975d612c3cb5f6e69a5 (diff)
downloadaur-1557662f34794a51aa8871e86919a2b62e84e733.tar.gz
verbump 0.25.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb2c80e8c285..c4c8fb4c12f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.25.1
+ pkgver = 0.25.2
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = starship-bin
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = starship-bin-v0.25.1.tar.gz::https://github.com/starship/starship/releases/download/v0.25.1/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 7eefa9cc7d43b3bfdb256a228332effc2d6fbdf70fdcbea43e0a5018e08122c6
+ source = starship-bin-v0.25.2.tar.gz::https://github.com/starship/starship/releases/download/v0.25.2/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = e06c61b0deb137fc41f22537c5ccbdff8fe9f499b6090c0921d74c566e9fccfc
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42992933beea..3c8e1bd6aba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.25.1'
+pkgver='0.25.2'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,10 +15,10 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('7eefa9cc7d43b3bfdb256a228332effc2d6fbdf70fdcbea43e0a5018e08122c6')
+sha256sums=('e06c61b0deb137fc41f22537c5ccbdff8fe9f499b6090c0921d74c566e9fccfc')
PKGEXT='.pkg.tar.gz'
package() {
- install -Dm755 "starship" "$pkgdir/usr/bin/starship"
+ install -Dm755 "target/x86_64-unknown-linux-gnu/release/starship" "$pkgdir/usr/bin/starship"
# install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}