[arch-commits] Commit in gsasl/repos/extra-x86_64 (PKGBUILD PKGBUILD keys keys)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 20:17:34 UTC 2022
Date: Saturday, September 3, 2022 @ 20:17:33
Author: felixonmars
Revision: 455007
archrelease: copy trunk to extra-x86_64
Added:
gsasl/repos/extra-x86_64/PKGBUILD
(from rev 455006, gsasl/trunk/PKGBUILD)
gsasl/repos/extra-x86_64/keys/
Deleted:
gsasl/repos/extra-x86_64/PKGBUILD
gsasl/repos/extra-x86_64/keys/
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 20:17:13 UTC (rev 455006)
+++ PKGBUILD 2022-09-03 20:17:33 UTC (rev 455007)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gsasl
-pkgver=2.0.0
-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{,.sig})
-sha512sums=('b7c4e3dfdaa50eaba38f3c0914dedb4bc689d1226fcf162e5bfb3942fa6ce1e96405715a747adca78150709f34830f699e9f995f04ce586cd3d0c14b275910e6'
- 'SKIP')
-validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE' # Simon Josefsson <simon at josefsson.org>
- '9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson <simon at josefsson.org>
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-gssapi-impl=mit
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gsasl/repos/extra-x86_64/PKGBUILD (from rev 455006, gsasl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-03 20:17:33 UTC (rev 455007)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gsasl
+pkgver=2.0.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{,.sig})
+sha512sums=('01c6f6bd9f986c942a25b89fee0052aef8c10bf914ead29983abdf0cc8fcaa7223fd9d9eeafb4be07e4bc318f087f6f6258facaaeb7f83bca8de512406812be5'
+ 'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE' # Simon Josefsson <simon at josefsson.org>
+ '9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson <simon at josefsson.org>
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --with-gssapi-impl=mit
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list