summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanne Heß2017-03-13 07:49:34 +0100
committerJanne Heß2017-03-13 07:49:34 +0100
commit94ca75b06369cdeeddcbf0dffa3491336fc606b1 (patch)
tree0beb7b42d8952d39890cc6ccf6834f7d14b2c2a2 /PKGBUILD
parent64136e424eec3b254178bbef3c2dfcd771d687e1 (diff)
downloadaur-94ca75b06369cdeeddcbf0dffa3491336fc606b1.tar.gz
Fix for architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b7761e336b1..425491daf853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,6 +53,7 @@ pkgrel=4
pkgdesc='Virtual Machine Hypervisor & Tools'
url='http://www.xenproject.org/'
license=('GPL2')
+arch=('x86_64') # TODO What about ARM?
changelog='ChangeLog'
validpgpkeys=('23E3222C145F4475FA8060A783FE14C957E82BD9') # Xen.org Xen tree code signing
options=(!buildflags !strip)
@@ -326,7 +327,6 @@ package_xen() {
"etc/${pkgbase}/xl.conf"
)
install="${pkgbase}.install"
- arch=('x86_64') # TODO What about ARM?
conflicts=(xen-4.2{,-testing-hg} xen-{gdbsx,hg-unstable,rc,git,igvtg} xen-4.3{,-testing-hg} xen-4.{4..8})
provides=("xen-${pkgver}")