Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libnfs] 6.0.2-1: new upstream version #2628

Open
wants to merge 1 commit into
base: libnfs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Yao Zi <[email protected]>

pkgname=libnfs
pkgver=5.0.3
pkgrel=2
pkgver=6.0.2
pkgrel=1
pkgdesc='NFS client library.'
url='https://github.com/sahlberg/libnfs'
arch=(x86_64 aarch64 riscv64 loongarch64)
license=(BSD-2-Clause LGPL-2.1-or-later GPL-3.0-or-later)
depends=(musl)
provides=(libnfs.so)
source=("https://github.com/sahlberg/libnfs/archive/refs/tags/libnfs-$pkgver.tar.gz")
sha256sums=('d945cb4f4c8f82ee1f3640893a168810f794a28e1010bb007ec5add345e9df3e')
sha256sums=('4e5459cc3e0242447879004e9ad28286d4d27daa42cbdcde423248fad911e747')

build () {
cd libnfs-libnfs-$pkgver
Expand Down