summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d616764be37f..804cfb38477d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=librsync
pkgname=lib32-${_pkgname}
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Library for calculating and applying network deltas (32-bit)"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('lib32-popt' 'lib32-bzip2' 'lib32-zlib' 'librsync')
makedepends=('cmake' 'gcc-multilib')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('682a90ad2b38555d5427dc55ad171d4191d5955c21137e513751472e2ed322bf')
+sha256sums=('dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569')
prepare() {
if [[ -d ${srcdir}/build ]]; then