summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagannathan Tiruvallur Eachambadi2018-12-20 22:54:18 +0100
committerJagannathan Tiruvallur Eachambadi2018-12-20 22:54:18 +0100
commitc545442f781907973c87a7f479fa0d98fefb7a96 (patch)
tree2f5122adb12dbe7250bc207ace344238b4998576
parentd121e9430c05197891e3c81f9cd5744e22707e7f (diff)
downloadaur-c545442f781907973c87a7f479fa0d98fefb7a96.tar.gz
set proper arch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4ec30d732e..84ff862d3789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = notmuch-addrlookup-c
pkgver = v9
pkgrel = 1
url = https://github.com/aperezdc/notmuch-addrlookup-c
- arch = any
+ arch = x86_64
license = MIT
depends = notmuch
source = notmuch-addrlookup-c-v9.tar.gz::https://github.com/aperezdc/notmuch-addrlookup-c/archive/v9.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c3d7115d4100..7bfd4cdd5bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,9 @@ pkgver=v9
pkgrel=1
pkgdesc="A tool to query the notmuch database for addresses."
url="https://github.com/aperezdc/notmuch-addrlookup-c"
-arch=('any')
+arch=('x86_64')
license=('MIT')
depends=('notmuch')
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/aperezdc/notmuch-addrlookup-c/archive/${pkgver}.tar.gz"
"MIT-LICENSE")
md5sums=('c4a659213225730d2512934e4aca3254'