[arch-commits] Commit in toxcore/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Feb 15 05:13:04 UTC 2016


    Date: Monday, February 15, 2016 @ 06:13:04
  Author: fyan
Revision: 161591

upgpkg: toxcore 3745-1

Modified:
  toxcore/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 05:10:25 UTC (rev 161590)
+++ PKGBUILD	2016-02-15 05:13:04 UTC (rev 161591)
@@ -6,8 +6,8 @@
 # Contributor: Kevin MacMartin <prurigro at gmail dot com>
 
 pkgname=toxcore
-pkgver=3697
-_commit=0938ba08d9a839df4111168f3414099268d69737
+pkgver=3745
+_commit=72b1a17cc28c9a5a653823336bf0a495f6f271b1
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
@@ -24,11 +24,6 @@
 sha512sums=('SKIP'
             '71885e69f7b84955f6bdbf27b9e8196349cdd254b02b510433851bd218374d9c47aa7d3946dcc6a5cff6c8e705bc98d8a09de27039f60b8b088784cf8fa9d719')
 
-pkgver() {
-  cd $pkgname
-  git rev-list --count HEAD
-}
-
 prepare() {
   cd $pkgname
   sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
@@ -47,8 +42,7 @@
 
 check() {
   cd $pkgname
-  # Tests hang as of 3638
-  # make check || warning "Tests failed"
+  make check || warning "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list