summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2019-09-12 19:29:10 -0500
committerchipbuster2019-09-12 19:29:10 -0500
commit7a79f49630803d50cc9d42d2984314ae613f33c4 (patch)
tree7f6a8b342f6e2a08ed37260dd6a75bc0f27f6e77 /PKGBUILD
parent57c59b9933d21d12ff2d85bb0554680ee87e5d6c (diff)
downloadaur-7a79f49630803d50cc9d42d2984314ae613f33c4.tar.gz
verbump 0.17.0, add optdepends fonts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67548af01918..2420c81762c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.16.0'
-pkgrel='2'
+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=('rust' 'gcc')
checkdepends=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('eadf8fc68134ed3c23b558ea0b6701054149ae23d9149613dfc8bed28cc7173d')
+sha256sums=('801a4c52c0e93dc084bbcf02a48002e8de94d6e32b437a3fccdccc1495da4945')
PKGEXT='.pkg.tar.gz'
build() {