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

Felix Yan felixonmars at archlinux.org
Fri Jan 6 09:55:29 UTC 2017


    Date: Friday, January 6, 2017 @ 09:55:28
  Author: felixonmars
Revision: 205729

upgpkg: shadowsocks-qt5 2.8.0-3

use botan 1.10

Modified:
  shadowsocks-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 09:54:14 UTC (rev 205728)
+++ PKGBUILD	2017-01-06 09:55:28 UTC (rev 205729)
@@ -4,7 +4,7 @@
 
 pkgname=shadowsocks-qt5
 pkgver=2.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
 arch=("i686" "x86_64")
 url="http://github.com/shadowsocks/shadowsocks-qt5"
@@ -16,7 +16,7 @@
 
 build() {
   cd shadowsocks-qt5-$pkgver
-  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  qmake INSTALL_PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list