Date: Thursday, June 30, 2022 @ 16:58:57
  Author: felixonmars
Revision: 1243098

archrelease: copy trunk to community-x86_64

Added:
  clash/repos/community-x86_64/PKGBUILD
    (from rev 1243097, clash/trunk/PKGBUILD)
  clash/repos/community-x86_64/[email protected]
    (from rev 1243097, clash/trunk/[email protected])
  clash/repos/community-x86_64/clash_user.service
    (from rev 1243097, clash/trunk/clash_user.service)
Deleted:
  clash/repos/community-x86_64/PKGBUILD
  clash/repos/community-x86_64/[email protected]
  clash/repos/community-x86_64/clash_user.service

--------------------+
 PKGBUILD           |   88 +++++++++++++++++++++++++--------------------------
 [email protected]     |   24 ++++++-------
 clash_user.service |   22 ++++++------
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-30 16:58:39 UTC (rev 1243097)
+++ PKGBUILD    2022-06-30 16:58:57 UTC (rev 1243098)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Ariel AxionL <[email protected]>
-# Contributor: Luke Yue <[email protected]>
-
-pkgname=clash
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="A rule based proxy in Go"
-arch=('x86_64')
-url="https://github.com/Dreamacro/clash";
-license=('GPL3')
-options=('!lto')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("[email protected]"
-        "clash_user.service"
-        
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz";)
-sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
-            
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
-            
'0bf72eaa90b90756599e5fad89f77c75695fb963463afad136e027b187a51bdd6ae8adcfe4f2fd43254ce16b1c9e67c7f9468a4cb981592f9975fd0b3a2f09a1')
-
-build() {
-    export CGO_CPPFLAGS="${CPPFLAGS}"
-    export CGO_CFLAGS="${CFLAGS}"
-    export CGO_CXXFLAGS="${CXXFLAGS}"
-    export CGO_LDFLAGS="${LDFLAGS}"
-    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-    cd "${pkgname}-${pkgver}"
-    go build -trimpath -ldflags "-X 
github.com/Dreamacro/clash/constant.Version=${pkgver}" -mod=readonly
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-    go test github.com/Dreamacro/clash/...
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
-    install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
-    install -Dm644 "${srcdir}/[email protected]" 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
-    install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
-}

Copied: clash/repos/community-x86_64/PKGBUILD (from rev 1243097, 
clash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-30 16:58:57 UTC (rev 1243098)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Ariel AxionL <[email protected]>
+# Contributor: Luke Yue <[email protected]>
+
+pkgname=clash
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="A rule based proxy in Go"
+arch=('x86_64')
+url="https://github.com/Dreamacro/clash";
+license=('GPL3')
+options=('!lto')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("[email protected]"
+        "clash_user.service"
+        
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz";)
+sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
+            
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
+            
'4206db71a4a1814b3aaa4f9b8d9dad3e55dce829d89b8aec9dc1c2fd01f5820102230e08ead9a0f11e32f29552a15f0d7363dce24e0d509d1d925dc9e696757e')
+
+build() {
+    export CGO_CPPFLAGS="${CPPFLAGS}"
+    export CGO_CFLAGS="${CFLAGS}"
+    export CGO_CXXFLAGS="${CXXFLAGS}"
+    export CGO_LDFLAGS="${LDFLAGS}"
+    export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+    cd "${pkgname}-${pkgver}"
+    go build -trimpath -ldflags "-X 
github.com/Dreamacro/clash/constant.Version=${pkgver}" -mod=readonly
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+    go test github.com/Dreamacro/clash/...
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
+    install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
+    install -Dm644 "${srcdir}/[email protected]" 
"${pkgdir}/usr/lib/systemd/system/[email protected]"
+    install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
+}

Deleted: [email protected]
===================================================================
--- [email protected]      2022-06-30 16:58:39 UTC (rev 1243097)
+++ [email protected]      2022-06-30 16:58:57 UTC (rev 1243098)
@@ -1,12 +0,0 @@
-[Unit]
-Description=A rule based proxy in Go for %i.
-After=network.target
-
-[Service]
-Type=exec
-User=%i
-Restart=on-abort
-ExecStart=/usr/bin/clash
-
-[Install]
-WantedBy=multi-user.target

Copied: clash/repos/community-x86_64/[email protected] (from rev 1243097, 
clash/trunk/[email protected])
===================================================================
--- [email protected]                              (rev 0)
+++ [email protected]      2022-06-30 16:58:57 UTC (rev 1243098)
@@ -0,0 +1,12 @@
+[Unit]
+Description=A rule based proxy in Go for %i.
+After=network.target
+
+[Service]
+Type=exec
+User=%i
+Restart=on-abort
+ExecStart=/usr/bin/clash
+
+[Install]
+WantedBy=multi-user.target

Deleted: clash_user.service
===================================================================
--- clash_user.service  2022-06-30 16:58:39 UTC (rev 1243097)
+++ clash_user.service  2022-06-30 16:58:57 UTC (rev 1243098)
@@ -1,11 +0,0 @@
-[Unit]
-Description=A rule based proxy in Go.
-After=network.target
-
-[Service]
-Type=exec
-Restart=on-abort
-ExecStart=/usr/bin/clash
-
-[Install]
-WantedBy=default.target

Copied: clash/repos/community-x86_64/clash_user.service (from rev 1243097, 
clash/trunk/clash_user.service)
===================================================================
--- clash_user.service                          (rev 0)
+++ clash_user.service  2022-06-30 16:58:57 UTC (rev 1243098)
@@ -0,0 +1,11 @@
+[Unit]
+Description=A rule based proxy in Go.
+After=network.target
+
+[Service]
+Type=exec
+Restart=on-abort
+ExecStart=/usr/bin/clash
+
+[Install]
+WantedBy=default.target

Reply via email to