summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca 'meti' P2018-03-22 06:48:07 +0100
committerLuca 'meti' P2018-03-22 06:48:07 +0100
commit928925f4626d7a32ef9d67e3f8cf5df2bf3f1b08 (patch)
tree230cb06852069341d42f71e2711d10ddfc689fb9 /PKGBUILD
parent61c508e5661e87e9435fad0ae533dce8211bee54 (diff)
downloadaur-928925f4626d7a32ef9d67e3f8cf5df2bf3f1b08.tar.gz
Removed arch 'any' and used 'x86_64' 'i686' instead
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8b0e7bc3715..ccd841714c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=liblogging
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="easy to use, portable, open source library for system logging"
url="http://www.liblogging.org/"
-arch=('any')
+arch=('x86_64' 'i686')
license=('GPL')
depends=('systemd')
makedepends=('python-docutils')