summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-10-25 20:07:22 -0600
committeramagura2016-10-25 20:07:22 -0600
commita89cea8f5218df623dba6e1272eb0bff086c222c (patch)
treeb741cf2529eca14073e355509e882b628f95a611
parent3532a4dfc7efd9e0ca0e7aad7fd7c71d330ce448 (diff)
downloadaur-lockrun.tar.gz
adds armv7h to supported archs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdde3d33696b..20fbe0e335fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
+# Generated by mksrcinfo v8
+# Wed Oct 26 02:07:06 UTC 2016
pkgbase = lockrun
pkgdesc = Exclusively run things via lock files
pkgver = 0.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hilbix/lockrun
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
depends = glibc
source = http://scylla-charybdis.com/download/lockrun-0.6.2-20110613-163042.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3ef3a8ddcdf1..54c496d916b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=lockrun
pkgver=0.6.2
_pkgver=20110613-163042
-pkgrel=1
+pkgrel=2
pkgdesc="Exclusively run things via lock files"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/hilbix/lockrun"
license=('GPL')
depends=('glibc')