summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-04-07 11:40:29 -0400
committerAndrew Sun2020-04-07 11:40:29 -0400
commitcc9b418911900389b68d2b9319378a73e02d5adc (patch)
tree2330428db2ed7a0b4078f34c83fad5668df55620 /PKGBUILD
parentfe169a97c490706a82012dc76f03e6637f96f339 (diff)
downloadaur-cc9b418911900389b68d2b9319378a73e02d5adc.tar.gz
2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec438a516bb4..d616764be37f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=librsync
pkgname=lib32-${_pkgname}
-pkgver=2.2.1
+pkgver=2.3.0
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=('b5ab8e2092b82b7d7bb9c1dd52e6a77083a89f8ad9b9309da611f490d0b49a71')
+sha256sums=('682a90ad2b38555d5427dc55ad171d4191d5955c21137e513751472e2ed322bf')
prepare() {
if [[ -d ${srcdir}/build ]]; then