summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDX372018-09-19 22:35:35 +0700
committerDX372018-09-19 22:35:35 +0700
commitfa90c93d534eec3a198a342776abc41f2cf19031 (patch)
tree9399deefcc07764e3f8fce82feee5bec6adf02a9
parentc31c16f98c59e8621d46c0438cdbdd439a19887c (diff)
downloadaur-toxcore-toktok-git.tar.gz
bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19ac733580e6..d57bc74b9011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = toxcore-toktok-git
pkgdesc = Secure, configuration-free, P2P Skype replacement backend
- pkgver = 0.2.1.4317
- pkgrel = 3
+ pkgver = 0.2.7.4536
+ pkgrel = 1
epoch = 1
url = https://tox.chat
install = toxcore-toktok-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 9679bf343d01..b17b1669dc67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_pkgname=toxcore
pkgname=toxcore-toktok-git
epoch=1
-pkgver=0.2.1.4317
-pkgrel=3
+pkgver=0.2.7.4536
+pkgrel=1
pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url='https://tox.chat'
@@ -39,15 +39,14 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DFORMAT_TEST=OFF \
.
make $MAKEFLAGS
}
# check() {
-# cd $_pkgname
-# make test # fails on first test even if it's disabled
+# cd $_pkgname
+# make test
# }
package() {