summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a50261b03490..82c71c467a87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = libmodule
pkgdesc = C linux library to build simple and modular projects
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FedeDP/libmodule
+ arch = i686
arch = x86_64
license = GPL
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 18f71b0d0680..5b76999d9761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libmodule
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="C linux library to build simple and modular projects"
-arch=(x86_64)
+arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${pkgname}"
license=(GPL)
depends=()