summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaryl Chng2017-01-10 13:45:57 +0800
committerJaryl Chng2017-01-10 13:45:57 +0800
commitc3bd4c8a96671760070d8248b3317623fc6ef069 (patch)
treea25a02751388022082bdc56f2142e681e1ef7efc
parent8324ea1ac76fc6b45099f9557610cb713e41934a (diff)
downloadaur-c3bd4c8a96671760070d8248b3317623fc6ef069.tar.gz
changed arch to all
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56efec2a471..b472b2ff08e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = libpff-git
pkgver = 20161215.56cdada
pkgrel = 1
url = https://github.com/libyal/libpff
- arch = i686
- arch = x86_64
+ arch = any
license = LGPL
makedepends = git
provides = libpff-git
diff --git a/PKGBUILD b/PKGBUILD
index 4f0ac1035adc..aef333a9dff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=libpff-git
pkgver=20161215.56cdada
pkgrel=1
pkgdesc='Library to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format'
-arch=('i686' 'x86_64')
+arch=('any')
url='https://github.com/libyal/libpff'
license=('LGPL')
provides=('libpff-git')