makedeb


starship 1.21.1-1


The minimal, blazing-fast, and infinitely customizable prompt for any shell!

Click here to go back to the commit logs for starship.

Commit:


Hash: e75f69cfc310111a2f0358f2434e19a552953709

Message: Update version and add missing build dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 15b93d8..3951bff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,12 @@ pkgname = starship
 pkgbase = starship
 pkgdesc = The minimal, blazing-fast, and infinitely customizable prompt for any shell!
 pkgrel = 1
-pkgver = 1.10.2
+pkgver = 1.21.1
 url = https://starship.rs
 arch = any
 makedepends = cargo
-source = starship-1.10.2::git+https://github.com/starship/starship/#tag=v1.10.2
+makedepends = cmake
+source = starship-1.21.1::git+https://github.com/starship/starship/#tag=v1.21.1
 sha256sums = SKIP
 makedepends = cargo
+makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 4ea6619..9979828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=starship
-pkgver=1.10.2
+pkgver=1.21.1
 pkgrel=1
 pkgdesc='The minimal, blazing-fast, and infinitely customizable prompt for any shell!'
 arch=('any')
-makedepends=('cargo')
+makedepends=('cargo' 'cmake')
 url='https://starship.rs'
 
 source=("${pkgname}-${pkgver}::git+https://github.com/starship/starship/#tag=v${pkgver}")