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 14dc10060d36..1a8a7ca2911a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikita Puzyryov <PuzyryovN@gmail.com>
pkgname=casync-git
-pkgver=2.r3.gca268c8
+pkgver=2.r19.g624550c
pkgrel=1
pkgdesc="Content-Addressable Data Synchronization Tool"
arch=(x86 x86_64)
@@ -31,7 +31,7 @@ build() {
check() {
cd "$srcdir/$pkgname/build"
- mesontest
+ meson test
}
package() {