[arch-commits] Commit in libbsd/trunk (PKGBUILD)
Allan McRae
allan at nymeria.archlinux.org
Sun Aug 18 06:22:08 UTC 2013
Date: Sunday, August 18, 2013 @ 08:22:07
Author: allan
Revision: 193182
upgpkg: libbsd 0.6.0-1
upstream update
Modified:
libbsd/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-18 03:16:46 UTC (rev 193181)
+++ PKGBUILD 2013-08-18 06:22:07 UTC (rev 193182)
@@ -3,28 +3,18 @@
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at 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')
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')
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
+ 'SKIP')
-prepare() {
- cd $pkgname-$pkgver
-
- # Paper over a firefox crash
- # http://lists.freedesktop.org/archives/libbsd/2013-June/000085.html
- patch -Np1 -i ../spt.patch
-}
-
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list