summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWiktor Grebla2016-03-12 22:34:04 +0100
committerWiktor Grebla2016-03-12 22:34:04 +0100
commit9a084d9947b3b7f19ec40331c9a78be505dca4ff (patch)
treee1fdf9a97aefcecef8af1b53d5669a6441038922
parente2a65e0064ba6e81414301bdf04be70a181d8cd1 (diff)
downloadaur-9a084d9947b3b7f19ec40331c9a78be505dca4ff.tar.gz
Added x86_64 to arch.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890cf832020f..e171ac528443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
-# Generated by mksrcinfo v8
-# Sat Dec 19 18:49:16 UTC 2015
pkgbase = emelf-git
pkgdesc = Executable and Linkable File format for MERA 400
- pkgver = 20151219
+ pkgver = 20160312
pkgrel = 1
url = https://github.com/jakubfi/emelf
arch = i686
+ arch = x86_64
license = GPL
makedepends = git
depends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index bd93226bbf77..c136dc1d8648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=emelf-git
pkgver=$(date +"%Y%m%d")
pkgrel=1
pkgdesc="Executable and Linkable File format for MERA 400"
-arch=('i686')
+arch=('i686' 'x86_64')
url="https://github.com/jakubfi/emelf"
license=('GPL')
depends=('cmake' 'make')