makedeb


just-bin 1:1.25.2-1


just is a handy way to save and run project-specific commands.

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

Commit:


Hash: decaec7c695b306b05f66db7854d337cbce70b9d

Message: extensions=('zipman') (no strip)

Diff


diff --git a/.SRCINFO b/.SRCINFO
index de1ca36..53f2523 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = just-bin
 epoch = 1
 pkgbase = just-bin
 pkgdesc = just is a handy way to save and run project-specific commands.
-pkgrel = 1
+pkgrel = 2
 pkgver = 1.13.0
 url = https://just.systems/
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 66c1d75..723ccab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="just is a handy way to save and run project-specific commands."
 arch=(amd64)
 url="https://just.systems/"
 license=('CC0-1.0')
 depends=()
+extensions=('zipman')
 makedepends=(gzip)
 source=(
   "https://github.com/casey/just/releases/download/$pkgver/just-$pkgver-x86_64-unknown-linux-musl.tar.gz"
 )
-noextract=()
 sha256sums=(
   "f76fce93a71686f6aa6b2db1a39184e736f9ac8248c0489e003c617b49eb2676"
 )