[arch-commits] Commit in gssproxy/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed May 4 21:35:02 UTC 2016


    Date: Wednesday, May 4, 2016 @ 23:35:02
  Author: andyrtr
Revision: 266897

upgpkg: gssproxy 0.5.0-1

upstream update 0.5.0

Modified:
  gssproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-04 21:08:32 UTC (rev 266896)
+++ PKGBUILD	2016-05-04 21:35:02 UTC (rev 266897)
@@ -3,7 +3,7 @@
 # Contributor: Mantas Mikulėnas <grawity at gmail.com>
 
 pkgname=gssproxy
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="GSSAPI Proxy"
 arch=(i686 x86_64)
@@ -10,11 +10,11 @@
 url="https://fedorahosted.org/gss-proxy/"
 license=('custom: MIT')
 depends=('krb5' 'popt' 'ding-libs')
-makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' )
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
 options=('emptydirs')
 backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
 source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('f536075601ec8936ca876d94c9212b8e80c7bd5ee3dff23d04ddcfb90b848a48022f226609d6cd3b6a92d6dbfcbd32b9dddcf45dc8380cb58e5d10e8ef1b7ec5')
+sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
 
 prepare() {
   cd "$srcdir/gssproxy-$pkgver"
@@ -55,6 +55,7 @@
   cd gssproxy-$pkgver
   make DESTDIR=$pkgdir install
   
+  # cleanup empty directories
   rm -rf $pkgdir/usr/include
   rm -rf $pkgdir/usr/share/doc
 



More information about the arch-commits mailing list