summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-02-29 10:05:15 -0300
committerGiancarlo Razzolini2016-02-29 10:05:15 -0300
commita3112cec68a2196f3aea6636ef77bf781f227d92 (patch)
treed5043583a383c51ffea434d83fb912852d356fce
parent813a48753d11d959a511eaab4894dbaac3bc815b (diff)
downloadaur-a3112cec68a2196f3aea6636ef77bf781f227d92.tar.gz
* Included armv6h in the arch array.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebda6ed008f0..30ef7db33ecf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
+# Generated by mksrcinfo v8
+# Mon Feb 29 13:05:01 UTC 2016
pkgbase = ucspi-tcp
pkgdesc = Easy-to-use command-line tools for building TCP client-server applications.
pkgver = 0.88
- pkgrel = 5
+ pkgrel = 6
url = http://cr.yp.to/ucspi-tcp.html
arch = i686
arch = x86_64
+ arch = armv6h
license = public-domain
makedepends = gcc
makedepends = make
diff --git a/PKGBUILD b/PKGBUILD
index 21c8111341c1..168ec9430942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Manolis Tzanidakis
pkgname=ucspi-tcp
pkgver=0.88
-pkgrel=5
+pkgrel=6
pkgdesc="Easy-to-use command-line tools for building TCP client-server applications."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="http://cr.yp.to/ucspi-tcp.html"
license=('public-domain')
depends=('glibc')