summaryrefslogtreecommitdiff
path: root/community/hashcash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/hashcash/PKGBUILD')
-rw-r--r--community/hashcash/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/hashcash/PKGBUILD b/community/hashcash/PKGBUILD
index a77ea64ff..431c03627 100644
--- a/community/hashcash/PKGBUILD
+++ b/community/hashcash/PKGBUILD
@@ -15,10 +15,10 @@ md5sums=('31fae207061841dffc7b90ee18e3d0fa')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- if [ "${CARCH}" = "x86_64" ]; then
- make generic-openssl
- else
+ if [ "${CARCH}" = "i686" ]; then
make x86-openssl
+ else
+ make generic-openssl
fi
install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
install -Dm755 sha1 ${pkgdir}/usr/bin/sha1