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

Felix Yan felixonmars at archlinux.org
Fri Jan 6 09:53:45 UTC 2017


    Date: Friday, January 6, 2017 @ 09:53:44
  Author: felixonmars
Revision: 205727

upgpkg: libqtshadowsocks 1.10.0-3

use botan 1.10

Modified:
  libqtshadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 09:52:09 UTC (rev 205726)
+++ PKGBUILD	2017-01-06 09:53:44 UTC (rev 205727)
@@ -4,12 +4,12 @@
 
 pkgname=libqtshadowsocks
 pkgver=1.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A lightweight library for shadowsocks."
 arch=("i686" "x86_64")
 url="https://github.com/shadowsocks/libQtShadowsocks"
 license=("GPL")
-depends=('qt5-base' 'botan')
+depends=('qt5-base' 'botan1.10')
 makedepends=('git')
 source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
 sha256sums=("67d2f9d3fa0e8e22e1d7fd1c850177a2d601f9c467fc024c0ba11eaedcef6279")
@@ -16,7 +16,7 @@
 
 build() {
   cd libQtShadowsocks-$pkgver
-  qmake INSTALL_PREFIX=/usr BOTAN_VER=1.11
+  qmake INSTALL_PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list