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 b8303f0820cb..25a67288b4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
-pkgname=('farmhash')
+pkgname='farmhash'
pkgver='1.1'
pkgrel=1
pkgdesc="FarmHash is a family of hash functions"
@@ -8,7 +8,7 @@ depends=('gcc-libs')
makedepends=('git')
checkdepends=()
license=('MIT')
-arch=('i686' 'x86_64')
+arch=('x86_64')
source=("git+https://github.com/google/farmhash.git")
sha256sums=('SKIP')