summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf2018-01-10 19:02:08 +0100
committerWolf2018-01-10 19:02:08 +0100
commite531fc5de47084d2731c27c0927fcbe5469068f9 (patch)
treee57ca4cd9b617da166cbf9c1c205cad24ac6a959
parentd029a5ef4c9512479dc6d1931125b8e068b6c16b (diff)
downloadaur-e531fc5de47084d2731c27c0927fcbe5469068f9.tar.gz
3.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a12c8bf0a360..5099e039d481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xbase
pkgdesc = A C++ library
- pkgver = 3.3.0
- pkgrel = 3
+ pkgver = 3.3.1
+ pkgrel = 1
url = https://github.com/graywolf/xbase
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = xbase
makedepends = cmake
depends = gcc-libs
options = staticlibs
- source = https://github.com/graywolf/xbase#tag=3.3.0
- source = https://github.com/google/googletest
+ source = git+https://github.com/graywolf/xbase#tag=3.3.1
+ source = git+https://github.com/google/googletest
sha512sums = SKIP
sha512sums = SKIP
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() {