makedeb
just is a handy way to save and run project-specific commands.
Click here to go back to the commit logs for just-bin.
Hash: 7302ca560b289eb2f6f1b1eb3fe2fdbc965c80cf
Message: Remove unnecessary `find` command (used for debugging)
diff --git a/.SRCINFO b/.SRCINFO
index 5c94b4b..d8506dc 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.6.0
url = https://just.systems/
arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 3eedad9..171d557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="just is a handy way to save and run project-specific commands."
arch=(amd64)
@@ -23,7 +23,6 @@ build() {
}
package() {
- find .
install -D just "$pkgdir/usr/bin/just"
install -D just.1.gz "$pkgdir/usr/share/man/man1/just.1.gz"
}