diff options
Diffstat (limited to 'community/libunwind/PKGBUILD')
-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') |