summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
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')