summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-07-25 22:37:33 -0400
committerGuillaume Horel2020-07-25 22:37:33 -0400
commite685f9d329a3d1f2aaf17ece9a49c50e8b508729 (patch)
tree1b06192e0c8d2fa67dcacf520604e988edd9b2f7
parent0377954b87c528773e1b2b6a9c82d5aa653b9652 (diff)
downloadaur-e685f9d329a3d1f2aaf17ece9a49c50e8b508729.tar.gz
cleanup
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87bd829b74c8..be9dcb58404b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = farmhash
pkgver = 1.1
pkgrel = 1
url = https://github.com/google/farmhash
- arch = i686
arch = x86_64
license = MIT
makedepends = git
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')