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

Felix Yan felixonmars at archlinux.org
Sun Aug 25 13:46:19 UTC 2019


    Date: Sunday, August 25, 2019 @ 13:46:19
  Author: felixonmars
Revision: 361152

upgpkg: gsasl 1.8.1-1

Modified:
  gsasl/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 11:29:53 UTC (rev 361151)
+++ PKGBUILD	2019-08-25 13:46:19 UTC (rev 361152)
@@ -1,28 +1,26 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
 
 pkgname=gsasl
-pkgver=1.8.0
-pkgrel=9
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
 arch=('x86_64')
 url="https://josefsson.org/gsasl/"
 license=('GPL')
 depends=('gnutls' 'libidn' 'krb5' 'libgcrypt')
-source=(https://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
+source=(http://download.savannah.nongnu.org/releases/gsasl/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('82ba0079da6918784a8170d4a13ee133d9df1d7a'
+          'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE')  # Simon Josefsson <simon at josefsson.org>
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
-}
-
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-gssapi-impl=mit
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list