summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolf2018-01-10 19:02:08 +0100
committerWolf2018-01-10 19:02:08 +0100
commite531fc5de47084d2731c27c0927fcbe5469068f9 (patch)
treee57ca4cd9b617da166cbf9c1c205cad24ac6a959 /PKGBUILD
parentd029a5ef4c9512479dc6d1931125b8e068b6c16b (diff)
downloadaur-e531fc5de47084d2731c27c0927fcbe5469068f9.tar.gz
3.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 640254030db0..6696d87e709e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=xbase
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
pkgdesc="A C++ library"
arch=('i686' 'x86_64')
url='https://github.com/graywolf/xbase'
@@ -14,8 +14,8 @@ makedepends=('git' 'cmake')
options=(staticlibs)
source=(
- "https://github.com/graywolf/xbase#tag=${pkgver}"
- "https://github.com/google/googletest"
+ "git+https://github.com/graywolf/xbase#tag=${pkgver}"
+ "git+https://github.com/google/googletest"
)
sha512sums=(
'SKIP'
@@ -43,7 +43,7 @@ build() {
}
check() {
- make check
+ ./xbase/build/test/tests
}
package() {