upg libgssglue

This commit is contained in:
joborun linux 2022-08-18 23:43:24 +03:00
parent 53a65f5322
commit 48095e99f9
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libgssglue
pkgver=0.5
pkgver=0.7
pkgrel=01
pkgdesc="Exports a gssapi interface which calls other random gssapi libraries"
arch=('x86_64')
@ -43,5 +43,4 @@ package() {
license=('BSD')
sha256sums=(8598719a88d27b813b4eabbbdcf89c58eac2a3be75859bf37f9cad1296c9760a) # libgssglue-libgssglue-0.5.tar.gz
sha256sums=(e741fec9c41d78f9d215f8b6aaaa5a0bd1f64f6e2715f09c1d2b0293e093eedb) # libgssglue-libgssglue-0.7.tar.gz

View File

@ -3,7 +3,7 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libgssglue
pkgver=0.5
pkgver=0.7
pkgrel=1
pkgdesc="Library exporting a gssapi interface to call gssapi routines in other libraries"
arch=(x86_64)
@ -14,8 +14,8 @@ provides=(libgssglue.so)
backup=(etc/gssapi_mech.conf)
options=(debug)
source=(https://gitlab.com/gsasl/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz)
sha512sums=('3e03f2c49d7533bd083a387d35e57ba5ec08dd5206fb1b49b8bebde7d3d60857d0850061a38067a272abe191a2841dcc63700032035d6b17b0cb56a8a3d46bed')
b2sums=('b60a6316dc61b82b462838a8693757708ccaecec43355b1287cee61f742596b4f48bba9156923ea695be7d6098ae7932f54ad51a02df5f5f432a891fd83e8eb2')
sha512sums=('6f3b2bec37fec376fcdbf804593c01d6ba35541e482956f454583e6cd9e623f4d0f85ee75302621c38abe67c7675a39312bc25522985253482aa7012b8b6688e')
b2sums=('ade4c5eaf642e79090d84688f4c4e2abd07b1cdc955fafaf439c1453dc64e25fd2a7433b5330dd70e8a1559b1270af5f2029ab3027f53b1d01c05e6a7532489c')
prepare() {
cd $pkgname-$pkgname-$pkgver

View File

@ -1,3 +1,4 @@
autoconf
automake