[arch-commits] Commit in croc/repos/community-x86_64 (4 files)

Maxim Baz maximbaz at archlinux.org
Sun Nov 17 19:59:31 UTC 2019


    Date: Sunday, November 17, 2019 @ 19:59:30
  Author: maximbaz
Revision: 530234

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
    (from rev 530233, croc/trunk/PKGBUILD)
  croc/repos/community-x86_64/croc.service
    (from rev 530233, croc/trunk/croc.service)
Deleted:
  croc/repos/community-x86_64/PKGBUILD
  croc/repos/community-x86_64/croc.service

--------------+
 PKGBUILD     |   66 ++++++++++++++++++++++++++++-----------------------------
 croc.service |   24 ++++++++++----------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-17 19:59:24 UTC (rev 530233)
+++ PKGBUILD	2019-11-17 19:59:30 UTC (rev 530234)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine <mikurok at forgecrushing.com>
-
-pkgname=croc
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname}"
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/archive/v${pkgver}.tar.gz"
-        "${pkgname}.service")
-sha256sums=('c322ed1be8cd66fc69a6cccea15ba4f8790e93ae6d9f3f3c9884a1cf8dc855ab'
-            'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-    go test ./...
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-    install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${srcdir}/${pkgname}.service"
-    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 530233, croc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-17 19:59:30 UTC (rev 530234)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine <mikurok at forgecrushing.com>
+
+pkgname=croc
+pkgver=6.2.1
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname}"
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("${url}/archive/v${pkgver}.tar.gz"
+        "${pkgname}.service")
+sha256sums=('393236a2a0096fc4229bd9f52328db005846b95ff49f30a74120401c169e0561'
+            'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    go build -ldflags "-extldflags ${LDFLAGS}" -gcflags "all=-trimpath=${PWD}" -asmflags "all=-trimpath=${PWD}" -o "${pkgname}"
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+    go test ./...
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+    install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${srcdir}/${pkgname}.service"
+    install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Deleted: croc.service
===================================================================
--- croc.service	2019-11-17 19:59:24 UTC (rev 530233)
+++ croc.service	2019-11-17 19:59:30 UTC (rev 530234)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target

Copied: croc/repos/community-x86_64/croc.service (from rev 530233, croc/trunk/croc.service)
===================================================================
--- croc.service	                        (rev 0)
+++ croc.service	2019-11-17 19:59:30 UTC (rev 530234)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Croc relay
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/croc relay
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list