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

Felix Yan felixonmars at archlinux.org
Fri May 11 02:07:26 UTC 2018


    Date: Friday, May 11, 2018 @ 02:07:25
  Author: felixonmars
Revision: 320490

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-11 02:06:55 UTC (rev 320489)
+++ PKGBUILD	2018-05-11 02:07:25 UTC (rev 320490)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: GreaterFire <GreaterFire at protonmail dot com>
-
-pkgname=trojan
-pkgver=1.2.0
-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=('db1f6e84b9ca1f61803d6b6f86b221a573a9f0bdf2a485a2ae539da9f3481414e66c6e85805d6b860a4688326ba0b13b1f0fcb6cd7e6af5f20641c1e13346f1e')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: trojan/repos/community-x86_64/PKGBUILD (from rev 320489, trojan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-11 02:07:25 UTC (rev 320490)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: GreaterFire <GreaterFire at protonmail dot com>
+
+pkgname=trojan
+pkgver=1.3.0
+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=('a4bef8a63438b7c34433e4f17007a74357082d98c5f7740a90edaeee0b2e481b5c96be8c0133fac64ee466d41a3c003b4e532d2b3a8fe92817c37945aff7a885')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list