makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: 7fb5dfdc0210333dfc58d276831720e4d37239d1
Message: changed zlibc to zlib1g and added buster depends
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=()