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

Felix Yan felixonmars at archlinux.org
Sat Jun 16 03:09:46 UTC 2018


    Date: Saturday, June 16, 2018 @ 03:09:46
  Author: felixonmars
Revision: 343341

archrelease: copy trunk to community-x86_64

Added:
  trojan/repos/community-x86_64/PKGBUILD
    (from rev 343340, trojan/trunk/PKGBUILD)
Deleted:
  trojan/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-16 03:09:23 UTC (rev 343340)
+++ PKGBUILD	2018-06-16 03:09:46 UTC (rev 343341)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GreaterFire <GreaterFire at protonmail dot com>
-
-pkgname=trojan
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
-arch=('x86_64')
-url="https://github.com/trojan-gfw/trojan"
-license=('GPL3')
-depends=('boost-libs' 'ca-certificates')
-makedepends=('cmake' 'boost')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz")
-backup=('etc/trojan.json')
-sha512sums=('21f65f4d4cafe7828c68946788805289c8f8e17a4b1747863ea73fd4df680636b92c79644e4d40e4cefc841b7a134d60a83b2ff8f1db47e7e89695242f7edb09')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DSYSTEMD_SERVICE=ON -DCONFIG_PREFIX= .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: trojan/repos/community-x86_64/PKGBUILD (from rev 343340, trojan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-16 03:09:46 UTC (rev 343341)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GreaterFire <GreaterFire at protonmail dot com>
+
+pkgname=trojan
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="An unidentifiable mechanism that helps you bypass GFW"
+arch=('x86_64')
+url="https://github.com/trojan-gfw/trojan"
+license=('GPL3')
+depends=('boost-libs' 'ca-certificates')
+makedepends=('cmake' 'boost')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trojan-gfw/$pkgname/archive/v$pkgver.tar.gz")
+backup=('etc/trojan.json')
+sha512sums=('d96b05dc805eaefe19ea4c0eee2e2f5dc9663dce58232708fa30635b30677964b0991f48e5962a6f55d522a087bc7ea94db2e3637f38f7fab273b9822eb43bb9')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DSYSTEMD_SERVICE=ON .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list