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

Jelle van der Waa jelle at archlinux.org
Sat Oct 19 11:53:47 UTC 2019


    Date: Saturday, October 19, 2019 @ 11:53:47
  Author: jelle
Revision: 517448

upgpkg: meek 0.30-4

Enable PIE for meek

Modified:
  meek/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-19 11:22:58 UTC (rev 517447)
+++ PKGBUILD	2019-10-19 11:53:47 UTC (rev 517448)
@@ -4,7 +4,7 @@
 
 pkgname=meek
 pkgver=0.30
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 pkgdesc='A pluggable transport proxy written in Go'
 optdepends=('tor')
@@ -11,7 +11,7 @@
 url='https://trac.torproject.org/projects/tor/wiki/doc/meek'
 license=('custom:CC0')
 depends=('glibc')
-makedepends=('go' 'git')
+makedepends=('go-pie' 'git')
 source=("git+https://git.torproject.org/pluggable-transports/meek.git#tag=$pkgver")
 sha512sums=('SKIP')
 



More information about the arch-commits mailing list