summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78f0e8773410..8a9033c74bb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = kicad-i18n-git
pkgdesc = Translations for KiCad source code.
pkgver = r1879.e89d9a8
- pkgrel = 2
+ pkgrel = 3
url = http://kicad-pcb.org/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1550a42d8da6..34fe3ad811d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=kicad-i18n-git
pkgver=r1879.e89d9a8
-pkgrel=2
+pkgrel=3
pkgdesc="Translations for KiCad source code."
-arch=('i686' 'x86_64')
+arch=('any')
url="http://kicad-pcb.org/"
license=('GPL')
depends=('kicad')