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

Jiachen Yang farseerfc at archlinux.org
Sun Oct 22 08:22:20 UTC 2017


    Date: Sunday, October 22, 2017 @ 08:22:19
  Author: farseerfc
Revision: 263964

upgpkg: tuntox 0.0.7-1

tuntox 0.0.7

Modified:
  tuntox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-22 06:35:11 UTC (rev 263963)
+++ PKGBUILD	2017-10-22 08:22:19 UTC (rev 263964)
@@ -3,14 +3,14 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=tuntox
-pkgver=0.0.6
-_commit=fad23001af27f1cd380f7d05270ddcc04244f507
-pkgrel=4
+pkgver=0.0.7
+_commit=ae9993aba7a7c90045a1747fbf33518039b9bb08
+pkgrel=1
 pkgdesc='Tunnel TCP connections over the Tox protocol'
 arch=('i686' 'x86_64')
 url='https://github.com/gjedeer/tuntox'
 license=('GPL3')
-depends=('toxcore')
+depends=('toxcore' 'libevent')
 makedepends=('cscope')
 source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit"  #tag=$pkgver
         "https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz"
@@ -17,13 +17,13 @@
         "https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc"
        )
 
-sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+sha512sums=('0b346fc5019b4dae6170771e3a544345cc048b2225737f6af608d1707fa153d762fdf8c22e53dd357fd5f410ad1e1d7ae920dc404ec3e38fa99744a44b03ff91'
             'SKIP')
 validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ <gdr at gdr.name>
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+  #sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
 }
 
 build() {



More information about the arch-commits mailing list