Date: Wednesday, July 5, 2017 @ 16:18:57
  Author: lfleischer
Revision: 299691

upgpkg: libbsd 0.8.5-1

Upstream update.

Modified:
  libbsd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-07-05 16:16:13 UTC (rev 299690)
+++ PKGBUILD    2017-07-05 16:18:57 UTC (rev 299691)
@@ -1,11 +1,10 @@
-# $Id$
 # Maintainer: Lukas Fleischer <[email protected]>
 # Contributor: Sven-Hendrik Haase <[email protected]>
 # Contributor: Gerardo Exequiel Pozzi <[email protected]>
 
 pkgname=libbsd
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
 pkgdesc='Provides useful functions commonly found on BSD systems like 
strlcpy()'
 arch=('i686' 'x86_64')
 url="http://libbsd.freedesktop.org";
@@ -13,7 +12,7 @@
 depends=('glibc')
 options=('staticlibs')
 
source=("https://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('e935c1bb6cc98a4a43cb1da22795493a'
+md5sums=('f1a0dc285f5d21ea40ef5bfc9b647346'
          'SKIP')
 validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
 
@@ -35,7 +34,7 @@
   make DESTDIR="$pkgdir" install
   rm "${pkgdir}"/usr/lib/libbsd.a
   install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  
+
   # included now in man-pages, FS#53351
   rm -f "${pkgdir}"/usr/share/man/man3/explicit_bzero.3
 }

Reply via email to