summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4c463d59630..4769a755895e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stegify-bin
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Go tool for LSB steganography, capable of hiding any file within an image'
arch=('x86_64')
url="https://github.com/DimitarPetrov/stegify"
@@ -12,7 +12,6 @@ source=("${url}/releases/download/v1.2/stegify_linux_x86-64")
md5sums=('9dbd74e6f52ed67bad384d57c84033a7')
package() {
- cd "${srcdir}"
- install -Dm755 stegify* "${pkgdir}/usr/bin/stegify"
+ install -Dm755 "${srcdir}"/stegify* "${pkgdir}/usr/bin/stegify"
}
# vim:set ts=2 sw=2 et: \ No newline at end of file