summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2017-05-28 22:15:57 +0200
committerRaphael Scholer2017-05-28 22:15:57 +0200
commit57c79987099be2fd5f40bc4e1264f636742547d2 (patch)
tree2b44b9070f4ae6c24e766fa44d45410e29d1a561
parentbeab5d009113cfadd753a580bb32562d663da80b (diff)
downloadaur-57c79987099be2fd5f40bc4e1264f636742547d2.tar.gz
Correctly set arch to 'any'
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ead79b80dad..3bc16f89c38d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = libreoffice-style-elementary
pkgdesc = elementary icons for LibreOffice
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shimmerproject/libreoffice-style-elementary
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = zip
conflicts = libreoffice-style-elementary-git
diff --git a/PKGBUILD b/PKGBUILD
index ca22d07fa1d4..3d8c0d25dccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Raphael Scholer <rascholer@gmail.com>
pkgname=libreoffice-style-elementary
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc='elementary icons for LibreOffice'
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/shimmerproject/${pkgname}"
license=('GPL3')
conflicts=("${pkgname}-git")