summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDwayne Bent2015-06-13 13:25:52 -0400
committerDwayne Bent2015-06-13 13:25:52 -0400
commit15384daff496ff13eae53236cc8048fa6576f199 (patch)
tree3dec8fd1d99829a4efc2165824e9ba6afc6b5b38
parentcfdb08d8c500d0d7c4a28fc3598045a1be5568cb (diff)
downloadaur-15384daff496ff13eae53236cc8048fa6576f199.tar.gz
v0.4.3-4
- Add `armv7h` architecture
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df822a4a4610..86e6ab4d2c44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = lua51-event
pkgdesc = libevent binding for Lua
pkgver = 0.4.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/harningt/luaevent
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = LGPL2.1
makedepends = lua51
makedepends = lua51-socket
diff --git a/PKGBUILD b/PKGBUILD
index 38f31b5b6ff2..6932ef7f9429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=lua51-event
_pkgbase=luaevent
pkgver=0.4.3
-pkgrel=3
+pkgrel=4
pkgdesc="libevent binding for Lua"
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/harningt/luaevent"
license=('LGPL2.1')
makedepends=('lua51' 'lua51-socket')