summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spruce2022-09-24 16:43:56 +0930
committerPaul Spruce2022-09-24 16:43:56 +0930
commit794e572ad4b7306d20734bd82a36a0a87c7d0d5f (patch)
tree9c0be323bf92f590af439ad3766f83a0b007354b
parenteecb8e824cac325d0c6d71a17afeac9c2b8dfd55 (diff)
downloadaur-794e572ad4b7306d20734bd82a36a0a87c7d0d5f.tar.gz
minor PKGBUILD edits
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b97b5abfbedb..843bfe0b406e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgdesc="Small tool to Grab subdomains using Shodan api."
arch=("x86_64")
url="https://github.com/incogbyte/shosubgo"
license=(unknown)
-source=("${url}/releases/download/2.0/shosubgo_linux")
+source=("$url/releases/download/2.0/shosubgo_linux")
b2sums=('SKIP')
package() {
- install -Dm755 shosubgo_linux -t "${pkgdir}/usr/bin"
+ install -Dm755 shosubgo_linux -t "$pkgdir/usr/bin"
}