Date: Sunday, January 7, 2018 @ 07:28:09 Author: felixonmars Revision: 279805
upgpkg: libqtshadowsocks 2.0.1-1 Modified: libqtshadowsocks/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-07 07:27:39 UTC (rev 279804) +++ PKGBUILD 2018-01-07 07:28:09 UTC (rev 279805) @@ -3,16 +3,16 @@ # Contributor: yk <yk at archlinuxcn dot org> pkgname=libqtshadowsocks -pkgver=1.11.0 -pkgrel=2 -pkgdesc="A lightweight library for shadowsocks." +pkgver=2.0.1 +pkgrel=1 +pkgdesc="A lightweight library for shadowsocks" arch=("x86_64") url="https://github.com/shadowsocks/libQtShadowsocks" license=("GPL") depends=('qt5-base' 'botan') makedepends=('cmake') -source=("https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz") -sha512sums=('2e1e16b633ea5c2b72a182c289d7e9f9de532aff50584547cd8c9c56b3b6a0f568c899ff002b4cf69bf16421ec6180b80523a184f2f7a6717c0071c8656a1d7e') +source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz") +sha512sums=('a81cfce909c1b2660b107a5b253030e16d6ffb3ed82e09baeda8d95efb61c52481ad1c7378893221e7e236835f007ea6f8f89741c0e467202cd60eda182c1336') build() { cd libQtShadowsocks-$pkgver