summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bc785e0e23b..d2e01f729324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url="https://github.com/DimitarPetrov/stegify"
license=('MIT')
provides=('stegify')
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/stegify_linux_x86-64"
- 'LICENSE::https://github.com/DimitarPetrov/stegify/raw/master/LICENSE')
+ 'LICENSE::https://github.com/DimitarPetrov/stegify/raw/master/LICENSE')
sha256sums=('1537a356963a8748b3d2f873a20781fb621964b825e8769c56eaf79ded14dba1'
- '92e64e90dc5712f5b365728023796dc5521d1c567461a99fb1abf6bbc708a6fb')
+ '92e64e90dc5712f5b365728023796dc5521d1c567461a99fb1abf6bbc708a6fb')
package() {
install -Dm755 "${srcdir}"/stegify* "${pkgdir}/usr/bin/stegify"