makedeb
An opinionated code formatter for Lua, written in Rust (binary release)
Click here to go back to the commit logs for stylua-bin.
Hash: 4648318d5ece1ecae0529fd828cb56e535d8f734
Message: extensions=('zipman') (no strip)
diff --git a/.SRCINFO b/.SRCINFO
index e1f21b6..ae231de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = stylua-bin
epoch = 1
pkgbase = stylua-bin
pkgdesc = An opinionated code formatter for Lua, written in Rust (binary release)
-pkgrel = 1
+pkgrel = 2
pkgver = 0.17.1
url = https://github.com/JohnnyMorganz/StyLua
arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 3357bf9..72dfc6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=stylua-bin
pkgver=0.17.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="An opinionated code formatter for Lua, written in Rust (binary release)"
arch=('amd64')
@@ -9,6 +9,7 @@ url="https://github.com/JohnnyMorganz/StyLua"
license=('MIT')
provides=('stylua')
conflicts=('stylua')
+extensions=('zipman')
source=("stylua-${pkgver}.zip::https://github.com/JohnnyMorganz/StyLua/releases/download/v${pkgver}/stylua-linux.zip")
sha256sums=('34eebf72e2efcfd0a06770ec72d186a87572a9a47b79c7e16a59e0d7846188db')