makedeb


starship-bin 1.13.1-1


The cross-shell prompt for astronauts

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

Commit:


Hash: 7fb5dfdc0210333dfc58d276831720e4d37239d1

Message: changed zlibc to zlib1g and added buster depends

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 7eac9b1..1610118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgrel=1
 arch=('x86_64')
 url="https://starship.rs/"
 license=('ISC')
-depends=('openssl' 'zlibc')
+depends=('openssl' 'zlib1g')
+buster_depends=(${depends[@]} 'zlibc')
 optdepends=('fonts-powerline: powerline symbols for terminals'
             'fonts-noto-color-emoji: emoji support for terminals')
 #makedepends=()