summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolf2018-01-10 17:55:24 +0100
committerWolf2018-01-10 17:55:24 +0100
commitef67e1057a501617f6be92e9bdc8b04af2810952 (patch)
tree6e2f52e1b1b0507e045dd787f88e4be4a9bfa4d4 /PKGBUILD
parent81fec83f0e538d1bd116b873907ae394e2cc6833 (diff)
downloadaur-ef67e1057a501617f6be92e9bdc8b04af2810952.tar.gz
v3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dc11e5a155c..d4249fd60c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
pkgname=xbase
-pkgver=3.2.0
-pkgrel=4
+pkgver=3.3.0
+pkgrel=1
pkgdesc="A C++ library"
arch=('i686' 'x86_64')
url='https://github.com/graywolf/xbase'
@@ -31,8 +31,9 @@ build() {
make
}
-#check() {
-#}
+check() {
+ make check
+}
package() {
cd "${pkgname}/build"