summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2017-11-23 04:36:58 -0500
committerDaniel M. Capella2017-11-23 04:36:58 -0500
commitb63df5732a3447de491b86737d421758cb02f65f (patch)
tree448c2979d55f2850c3ff828c18a3e93be039cb7a
parentae9aeb895a2c07099ba547781637f9f8c240027b (diff)
downloadaur-b63df5732a3447de491b86737d421758cb02f65f.tar.gz
Arch no longer supports i686. Use `makepkg -A`
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 283158429eb0..a8eb3df2d0b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Oct 29 10:38:01 UTC 2016
+# Thu Nov 23 09:36:58 UTC 2017
pkgbase = pacman-contrib-git
pkgdesc = pacman contributions (Git version)
pkgver = 0.0.1.r8.g86adc7b
pkgrel = 1
url = https://git.archlinux.org/pacman-contrib.git
- arch = any
+ arch = x86_64
license = GPL
makedepends = asciidoc
makedepends = git
+ depends = bash
depends = pacman-git
+ depends = perl
provides = pacman-contrib
replaces = pacman-contrib
source = git+https://git.archlinux.org/pacman-contrib.git
diff --git a/PKGBUILD b/PKGBUILD
index 0a3de2e7027a..15c92b85197f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.0.1.r8.g86adc7b
pkgrel=1
pkgdesc='pacman contributions (Git version)'
url=https://git.archlinux.org/$_gitname.git
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('GPL')
depends=('bash' 'pacman-git' 'perl') # Change to 'pacman' after release 5.1
makedepends=('asciidoc' 'git')