makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: 18258d4e3953a279cccaec3ff3e9a20356d443c1
Message: minor fix
diff --git a/.SRCINFO b/.SRCINFO
index 2346257..005e502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
-generated-by = makedeb-makepkg
-
-pkgbase = starship-bin
- pkgdesc = The cross-shell prompt for astronauts
- pkgver = 1.6.2
- pkgrel = 1
- url = https://starship.rs/
- arch = x86_64
- license = ISC
- depends = openssl
- depends = zlib1g
- optdepends = fonts-powerline: powerline symbols for terminals
- optdepends = fonts-noto-color-emoji: emoji support for terminals
- provides = starship
- conflicts = starship
- source = starship-bin-v1.6.2.tar.gz::https://github.com/starship/starship/releases/download/v1.6.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha512sums = 4c6898aee959c8cd33c05bdfe36e95991f9c26601c0f2f30fc1a36dec715a6e92ad6338da44b7af860c2dec9145f382709d47053bf94fb8537d91f926fa394fc
- buster_depends = openssl
- buster_depends = zlib1g
- buster_depends = zlibc
-
+generated-by = makedeb
pkgname = starship-bin
+pkgbase = starship-bin
+pkgdesc = The cross-shell prompt for astronauts
+pkgrel = 2
+pkgver = 1.6.2
+url = https://starship.rs/
+arch = amd64
+conflicts = starship
+depends = openssl
+depends = zlib1g
+license = ISC
+optdepends = fonts-powerline: powerline symbols for terminals
+optdepends = fonts-noto-color-emoji: emoji support for terminals
+provides = starship
+source = starship-bin-v1.6.2.tar.gz::https://github.com/starship/starship/releases/download/v1.6.2/starship-x86_64-unknown-linux-gnu.tar.gz
+sha512sums = 4c6898aee959c8cd33c05bdfe36e95991f9c26601c0f2f30fc1a36dec715a6e92ad6338da44b7af860c2dec9145f382709d47053bf94fb8537d91f926fa394fc
+buster_depends = openssl
+buster_depends = zlib1g
+buster_depends = zlibc
+optdepends = fonts-powerline: powerline symbols for terminals
+optdepends = fonts-noto-color-emoji: emoji support for terminals
diff --git a/PKGBUILD b/PKGBUILD
index 6c10ab0..e518166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
pkgver='1.6.2'
-pkgrel=1
-arch=('x86_64')
+pkgrel=2
+arch=('amd64')
url="https://starship.rs/"
license=('ISC')
depends=('openssl' 'zlib1g')