summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-09-12 19:28:24 -0500
committerchipbuster2019-09-12 19:28:24 -0500
commitb670a26d77010c3986c87a318c58b1a70d3b6429 (patch)
tree572ec10bcad21d84d6c056a4d8855a04be8a819c
parent8bff6aee64d1193900c721fdc8ad26d1460c0681 (diff)
downloadaur-b670a26d77010c3986c87a318c58b1a70d3b6429.tar.gz
verbump 0.17.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398dd59415e6..7cad533eb76d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://starship.rs/
arch = x86_64
license = ISC
depends = openssl
depends = zlib
+ optdepends = powerline-fonts: powerline symbols for terminals
+ optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = https://github.com/starship/starship/releases/download/v0.16.0/starship-v0.16.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = e2ad92f1a2c4dd84ffe755090961dfba1f9236607aeb50d4371e361d8368a75e
+ source = https://github.com/starship/starship/releases/download/v0.17.0/starship-v0.17.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 9182d3256fba05084e268d59465f488e3732adf1d2c3d5638b43805dee280297
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 227f37e8445f..4196e17bbe58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.16.0'
+pkgver='0.17.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
depends=('openssl' 'zlib')
+optdepends=('powerline-fonts: powerline symbols for terminals'
+ 'noto-fonts-emoji: emoji support for terminals')
makedepends=()
checkdepends=()
provides=('starship')
conflicts=('starship')
source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('e2ad92f1a2c4dd84ffe755090961dfba1f9236607aeb50d4371e361d8368a75e')
+sha256sums=('9182d3256fba05084e268d59465f488e3732adf1d2c3d5638b43805dee280297')
PKGEXT='.pkg.tar.gz'
package() {