summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-12 10:05:37 -0600
committerChristopher Patrick Fair2020-05-12 10:05:37 -0600
commit72996a93a572bc6d803bf3010441e0ede82611c5 (patch)
treeab84e9f5f9fc48782d9bf2e4440b650187e4241b
parent40fc1156a98a404f06f067ebfc2791c13548b0f3 (diff)
downloadaur-72996a93a572bc6d803bf3010441e0ede82611c5.tar.gz
Changes to be committed:
modified: PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49c269d9613b..c7d7e6a9e739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ source=("https://github.com/chrisfair/checkpwn/releases/download/v${pkgver}/chec
sha256sums=('7aefa6e2cce2b4b8b5118ede93128aecd4d631fbbe3f2504c14a9bf4184a3a85')
package() {
cd "${srcdir}"
-
+
+ sha256sum checkpwn.tar.gz
# app install
mkdir -p "${pkgdir}/usr/bin"
install "${srcdir}/${pkgname}" "${pkgdir}/usr/bin"