diff options
author | root <root@rshg054.dnsready.net> | 2013-10-22 01:11:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-22 01:11:27 -0700 |
commit | d5839dd449651d7781de570240f3d0a1a9162320 (patch) | |
tree | 59a51057ead59eda118056ff05b1e2b941fa356b /community/libunwind | |
parent | 61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff) |
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'community/libunwind')
-rw-r--r-- | community/libunwind/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/libunwind/PKGBUILD b/community/libunwind/PKGBUILD index 57cc71112..84ee163ec 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') 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') |