[arch-commits] Commit in libqtshadowsocks/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Jul 3 10:46:22 UTC 2018
Date: Tuesday, July 3, 2018 @ 10:46:22
Author: arodseth
Revision: 350786
archrelease: copy trunk to community-x86_64
Added:
libqtshadowsocks/repos/community-x86_64/PKGBUILD
(from rev 350784, libqtshadowsocks/trunk/PKGBUILD)
Deleted:
libqtshadowsocks/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-03 10:46:15 UTC (rev 350785)
+++ PKGBUILD 2018-07-03 10:46:22 UTC (rev 350786)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: yk <yk at archlinuxcn dot org>
-
-pkgname=libqtshadowsocks
-pkgver=2.1.0
-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=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
-sha512sums=('af5b71ce7e40b593bf95c1000d866e2c4426d17398620083a996b84234524e8418fbae071edd03ac1944817a96d7eee8b0b7a5860872fef41996ebbda8418558')
-
-build() {
- cd libQtShadowsocks-$pkgver
- cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
- make
-}
-
-package() {
- cd libQtShadowsocks-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libqtshadowsocks/repos/community-x86_64/PKGBUILD (from rev 350784, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-03 10:46:22 UTC (rev 350786)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=2.1.0
+pkgrel=2
+pkgdesc="A lightweight library for shadowsocks"
+arch=("x86_64")
+url="https://github.com/shadowsocks/libQtShadowsocks"
+license=("GPL")
+depends=('botan' 'qt5-base')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
+sha512sums=('af5b71ce7e40b593bf95c1000d866e2c4426d17398620083a996b84234524e8418fbae071edd03ac1944817a96d7eee8b0b7a5860872fef41996ebbda8418558')
+
+build() {
+ cd libQtShadowsocks-$pkgver
+ cmake -DUSE_BOTAN2=On -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd libQtShadowsocks-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list