Date: Sunday, June 24, 2018 @ 07:35:46
Author: felixonmars
Revision: 345042
archrelease: copy trunk to community-any
Added:
blinksocks/repos/community-any/PKGBUILD
(from rev 345040, blinksocks/trunk/PKGBUILD)
blinksocks/repos/community-any/[email protected]
(from rev 345041, blinksocks/trunk/[email protected])
Deleted:
blinksocks/repos/community-any/PKGBUILD
blinksocks/repos/community-any/[email protected]
---------------------+
PKGBUILD | 56 +++++++++++++++++++++++++-------------------------
[email protected] | 20 ++++++++---------
2 files changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-24 07:35:38 UTC (rev 345041)
+++ PKGBUILD 2018-06-24 07:35:46 UTC (rev 345042)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=blinksocks
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='A framework for building composable proxy protocol stack.'
-arch=('any')
-url='https://github.com/blinksocks/blinksocks'
-license=('Apache')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
- [email protected])
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('85ecdff232a94bee9b30f38d30bdd13110c2523d6d1bb3b70795dd3ab5c054d270d264ab2a78965a4e4860a74b628ec40aa3e492cb2377d4d8558102245a1284'
-
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
-
-package() {
- npm install -g --user root --prefix "$pkgdir"/usr
"$srcdir"/$pkgname-$pkgver.tgz
-
- # Why 777? :/
- chmod -R u=rwX,go=rX "$pkgdir"
-
- rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
-
- install -Dm644 "$srcdir/[email protected]"
"$pkgdir/usr/lib/systemd/system/[email protected]"
-}
Copied: blinksocks/repos/community-any/PKGBUILD (from rev 345040,
blinksocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-24 07:35:46 UTC (rev 345042)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=blinksocks
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='A framework for building composable proxy protocol stack.'
+arch=('any')
+url='https://github.com/blinksocks/blinksocks'
+license=('Apache')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+ [email protected])
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('7fbcc26470896c792126b9912d23ab295b381848c8b4316790880b05d50cc79ce6e4537945f44f98dfdaf12611b7de2d536451ea7f5123760f84e29e85fc537a'
+
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
+
+package() {
+ npm install -g --user root --prefix "$pkgdir"/usr
"$srcdir"/$pkgname-$pkgver.tgz
+
+ # Why 777? :/
+ chmod -R u=rwX,go=rX "$pkgdir"
+
+ rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
+
+ install -Dm644 "$srcdir/[email protected]"
"$pkgdir/usr/lib/systemd/system/[email protected]"
+}
Deleted: [email protected]
===================================================================
--- [email protected] 2018-06-24 07:35:38 UTC (rev 345041)
+++ [email protected] 2018-06-24 07:35:46 UTC (rev 345042)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Blinksocks Service
-After=network-online.target
-
-[Service]
-ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file
Copied: blinksocks/repos/community-any/[email protected] (from rev 345041,
blinksocks/trunk/[email protected])
===================================================================
--- [email protected] (rev 0)
+++ [email protected] 2018-06-24 07:35:46 UTC (rev 345042)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Blinksocks Service
+After=network-online.target
+
+[Service]
+ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file