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

Jiachen Yang farseerfc at archlinux.org
Tue Mar 6 08:34:22 UTC 2018


    Date: Tuesday, March 6, 2018 @ 08:34:21
  Author: farseerfc
Revision: 303060

upgpkg: toxcore 1:0.2.0-1

toxcore-1:0.2.0

Modified:
  toxcore/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-06 08:04:34 UTC (rev 303059)
+++ PKGBUILD	2018-03-06 08:34:21 UTC (rev 303060)
@@ -9,8 +9,8 @@
 pkgname=toxcore
 _pkgname=c-toxcore
 epoch=1
-pkgver=0.1.11
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('x86_64')
 url='https://tox.chat'
@@ -22,14 +22,14 @@
 backup=('etc/tox-bootstrapd.conf')
 install=$pkgname.install
 source=(
-	#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz"
-	"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
+	"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz"
+	#"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz"
 	"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc"
 	#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz"
 	#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc"
 	#"pr504.patch::https://github.com/TokTok/c-toxcore/commit/d4414ffa3acf9e7ab5158e6c7a69c115ccb1a308.patch"
         'toxcore.conf')
-sha512sums=('4cc853c549c9ea9e2b48cf144b2a5f5d43e79c1103911beb0e8a827d24e40520907c2cef3c1eb05a37a7d0223b33dee352a3fc7a48e76a1a4947989b17f44e88'
+sha512sums=('c65841c2860aeaf56839f5c9c621524329560a8e22ec497db3706c8a0b264ae5a0a564dbc0632fb082858573bdac6b4a87b3cb25fd353c5f8f3341cc08ce5f62'
             'SKIP'
             'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
 validpgpkeys=(
@@ -59,6 +59,7 @@
   #  --disable-ntox \
   #  --enable-tests
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_INSTALL_LIBDIR=/usr/lib \
         -DDHT_BOOTSTRAP=on \
         -DBOOTSTRAP_DAEMON=on \
         -DBUILD_NTOX=off



More information about the arch-commits mailing list