* update librsync to 1:2.3.4-2

This commit is contained in:
Alexander Baldeck 2024-08-15 07:54:49 +02:00
parent ab9d757401
commit f05192a3c5
3 changed files with 21 additions and 2 deletions

15
librsync/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = librsync
pkgdesc = Library for calculating and applying network deltas
pkgver = 2.3.4
pkgrel = 2
epoch = 1
url = https://github.com/librsync/librsync
arch = x86_64
license = LGPL
makedepends = cmake
depends = popt
provides = librsync.so
source = https://github.com/librsync/librsync/archive/v2.3.4/librsync-2.3.4.tar.gz
sha256sums = a0dedf9fff66d8e29e7c25d23c1f42beda2089fb4eac1b36e6acd8a29edfbd1f
pkgname = librsync

4
librsync/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[librsync]
source = "git"
git = "https://github.com/librsync/librsync.git"
prefix = "v"

View File

@ -1,11 +1,11 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Maintainer: Evangelos Foutras <foutrelis@archlinux.org>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
# Contributor: Christoph 'delmonico' Neuroth <delmonico@gmx.net>
pkgname=librsync
pkgver=2.3.4
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Library for calculating and applying network deltas"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)