summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-12 10:19:24 -0600
committerChristopher Patrick Fair2020-05-12 10:19:24 -0600
commit173557dde0b33684516ecdeca844ee66d1d87241 (patch)
treedc715c16a642fe8bdce58c7bc216e028445bc0f0
parent72996a93a572bc6d803bf3010441e0ede82611c5 (diff)
downloadaur-173557dde0b33684516ecdeca844ee66d1d87241.tar.gz
Changes to be committed:
modified: PKGBUILD
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7d7e6a9e739..e500f802a398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Fair <christopherpfair@comcast.net>
pkgname=checkpwn
pkgver=1.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Checks whether the account or the password is on the list of compromised accounts."
arch=('i686' 'x86_64')
url="https://github.com/chrisfair/checkpwn/"
@@ -12,8 +12,7 @@ source=("https://github.com/chrisfair/checkpwn/releases/download/v${pkgver}/chec
sha256sums=('7aefa6e2cce2b4b8b5118ede93128aecd4d631fbbe3f2504c14a9bf4184a3a85')
package() {
cd "${srcdir}"
-
- sha256sum checkpwn.tar.gz
+ echo $(sha256sum checkpwn.tar.gz)
# app install
mkdir -p "${pkgdir}/usr/bin"
install "${srcdir}/${pkgname}" "${pkgdir}/usr/bin"