diff options
Diffstat (limited to 'extra/libbsd/PKGBUILD')
-rw-r--r-- | extra/libbsd/PKGBUILD | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/extra/libbsd/PKGBUILD b/extra/libbsd/PKGBUILD index 703d14ace..89e029458 100644 --- a/extra/libbsd/PKGBUILD +++ b/extra/libbsd/PKGBUILD @@ -1,29 +1,19 @@ -# $Id: PKGBUILD 188690 2013-06-18 01:22:22Z heftig $ +# $Id: PKGBUILD 193609 2013-08-25 22:20:49Z allan $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> pkgname=libbsd -pkgver=0.5.2 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="Provides useful functions commonly found on BSD systems like strlcpy()" arch=('i686' 'x86_64' 'mips64el') url="http://libbsd.freedesktop.org" license=('custom') depends=('glibc') options=('!libtool') -source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc} - spt.patch) -md5sums=('be8b2e0dc4614699834c49693574fd1a' - 'SKIP' - '56236fb72c8ec6cbdbd0daa5f404bccb') - -prepare() { - cd $pkgname-$pkgver - - # Paper over a firefox crash - # http://lists.freedesktop.org/archives/libbsd/2013-June/000085.html - patch -Np1 -i ../spt.patch -} +source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc}) +md5sums=('f6c75f0a9818e323a589bcbd560a0eb4' + 'SKIP') build() { cd $pkgname-$pkgver |