[arch-commits] Commit in libqtshadowsocks/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jan 11 23:34:00 UTC 2018


    Date: Thursday, January 11, 2018 @ 23:33:59
  Author: arodseth
Revision: 281504

archrelease: copy trunk to community-x86_64

Added:
  libqtshadowsocks/repos/community-x86_64/PKGBUILD
    (from rev 281503, libqtshadowsocks/trunk/PKGBUILD)
Deleted:
  libqtshadowsocks/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 23:33:49 UTC (rev 281503)
+++ PKGBUILD	2018-01-11 23:33:59 UTC (rev 281504)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: yk <yk at archlinuxcn dot org>
-
-pkgname=libqtshadowsocks
-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=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/libQtShadowsocks/archive/v$pkgver.tar.gz")
-sha512sums=('a81cfce909c1b2660b107a5b253030e16d6ffb3ed82e09baeda8d95efb61c52481ad1c7378893221e7e236835f007ea6f8f89741c0e467202cd60eda182c1336')
-
-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 281503, libqtshadowsocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 23:33:59 UTC (rev 281504)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: yk <yk at archlinuxcn dot org>
+
+pkgname=libqtshadowsocks
+pkgver=2.0.1
+pkgrel=2
+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=('a81cfce909c1b2660b107a5b253030e16d6ffb3ed82e09baeda8d95efb61c52481ad1c7378893221e7e236835f007ea6f8f89741c0e467202cd60eda182c1336')
+
+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