summaryrefslogtreecommitdiff
path: root/community/libunwind/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libunwind/PKGBUILD')
-rw-r--r--community/libunwind/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libunwind/PKGBUILD b/community/libunwind/PKGBUILD
index 03c724f3b..ede7689ee 100644
--- a/community/libunwind/PKGBUILD
+++ b/community/libunwind/PKGBUILD
@@ -1,18 +1,17 @@
# $id$
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Maintainer: Sébastien Luttringer
# Contributor: Lawrence Lee <valheru@facticius.net>
# Contributor: Phillip Marvin <phillip.marvin@gmail.com>
# Contributor: keystone <phillip.marvin@gmail.com>
pkgname=libunwind
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.nongnu.org/libunwind/'
license=('GPL')
depends=('glibc' 'xz')
-options=(!libtool)
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')