summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikita Puzyryov2017-06-22 17:13:18 +0300
committerNikita Puzyryov2017-06-22 17:13:18 +0300
commit47704634aa95e0d6ee5579e02cec2fd93ce4a18a (patch)
treef3a583fc453e22f1babf5f4a9e125fee4f380248 /PKGBUILD
parentbce17d0f47c4ed0e13427780662c180a08a1ad13 (diff)
downloadaur-47704634aa95e0d6ee5579e02cec2fd93ce4a18a.tar.gz
Enable tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c0d562057ae..008d5a1a391d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikita Puzyryov <PuzyryovN@gmail.com>
pkgname=casync-git
-pkgver=1.r1.g75c8212
+pkgver=1.r17.ge1877ff
pkgrel=1
pkgdesc="Content-Addressable Data Synchronization Tool"
arch=(x86 x86_64)
@@ -29,10 +29,10 @@ build() {
ninja -C build/
}
-#check() {
-# cd "$srcdir/$pkgname"
-# ninja -C build/ test
-#}
+check() {
+ cd "$srcdir/$pkgname"
+ ninja -C build/ test
+}
package() {
cd "$srcdir/$pkgname"