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

Allan McRae allan at archlinux.org
Wed May 6 09:38:03 UTC 2020


    Date: Wednesday, May 6, 2020 @ 09:38:02
  Author: allan
Revision: 382373

upgpkg: libsasl 2.1.27-3: update source location, add signature checking

Modified:
  libsasl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 08:06:44 UTC (rev 382372)
+++ PKGBUILD	2020-05-06 09:38:02 UTC (rev 382373)
@@ -3,11 +3,11 @@
 # This package spans multiple repositories.
 # Always build from cyrus-sasl/trunk and merge changes to libsasl/trunk.
 
-#pkgbase=('cyrus-sasl')
+#pkgbase='cyrus-sasl'
 #pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 pkgname=libsasl
 pkgver=2.1.27
-pkgrel=2
+pkgrel=3
 pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
 arch=('x86_64')
 url="https://www.cyrusimap.org/sasl/"
@@ -14,7 +14,7 @@
 license=('custom')
 options=('!makeflags')
 makedepends=('postgresql-libs' 'mariadb-libs' 'libldap' 'krb5' 'openssl' 'sqlite')
-source=(https://www.cyrusimap.org/releases/cyrus-sasl-${pkgver}.tar.gz
+source=(https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-${pkgver}/cyrus-sasl-${pkgver}.tar.gz{,.sig}
         0003-Update-saslauthd.conf-location-in-documentation.patch
 	0006-Enable-autoconf-maintainer-mode.patch
         0010-Update-required-libraries-when-ld-as-needed-is-used.patch
@@ -27,6 +27,7 @@
         saslauthd.conf.d
         tmpfiles.conf)
 sha256sums=('26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5'
+            'SKIP'
             '9919c81196701d11a3a77e2573a541489ad9ab42a4c50eb7d19edfb37713c604'
             '7bd2b2af36c061e92f69944a18e2c122aea0d2b21773f5ea47bb6209f13d0812'
             '8e22cb6ac58208f191b1eb19aac602c1bf49708f2a3b2e3de5f5b2c1e2467906'
@@ -38,6 +39,7 @@
             '5c6453050a5f594ca1d53baf3a6188d8f3cdc7a28467ad7c844ad51f663dae9a'
             'fa57b4f374ae633633091b1c8b44e1e0be814e4fddbfa75f16eb3dd1f16b8640'
             '16ca1a4185847b0c6c70ef6c7c314cb466f698d3ed02185a5f50e8179822f024')
+validpgpkeys=('829F339F8C296FE80F409D93E3D7C118C7B9F46A')
 
 prepare() {
   cd cyrus-sasl-$pkgver



More information about the arch-commits mailing list