summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-01-28 16:56:59 -0700
committerBrian Bidulock2018-01-28 16:56:59 -0700
commit87ea833d1f379f904b5d38b555c7813838aa6a4d (patch)
treeb48501e7ec6e62cc918cf78341c5aeff919bb18a
parente728c22e33a4045f36490642cba3bacf5c73cc14 (diff)
downloadaur-87ea833d1f379f904b5d38b555c7813838aa6a4d.tar.gz
add i686 arch back
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f4aa712957..9ef5471ba624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = libpcl
pkgdesc = The Portable Coroutine Library (PCL) implements the low level functionality for coroutines
pkgver = 1.12
- pkgrel = 3
+ pkgrel = 4
url = http://xmailserver.org/libpcl.html
arch = x86_64
+ arch = i686
license = GPL2
depends = glibc
source = http://xmailserver.org/pcl-1.12.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 44bec0fcc004..52a82149a6dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,12 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
-# Contributor: Brian Bidlock <bidulock@openss7.org>
+# Maintainer: Brian Bidlock <bidulock@openss7.org>
pkgname=libpcl
pkgver=1.12
-pkgrel=3
+pkgrel=4
pkgdesc='The Portable Coroutine Library (PCL) implements the low level functionality for coroutines'
license=(GPL2)
url='http://xmailserver.org/libpcl.html'
-arch=(x86_64)
+arch=('x86_64' 'i686')
depends=(glibc)
source=(http://xmailserver.org/pcl-$pkgver.tar.gz)
sha1sums=('a206c8fb5a96e65005f414ac46aeccd4b3603c8d')