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

Jelle van der Waa jelle at archlinux.org
Sat Jan 26 12:59:03 UTC 2019


    Date: Saturday, January 26, 2019 @ 12:58:59
  Author: jelle
Revision: 428084

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   67 +++++++++++++++++++++++++++-----------------------------
 dingo.service |   22 +++++++++---------
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-26 12:58:37 UTC (rev 428083)
+++ PKGBUILD	2019-01-26 12:58:59 UTC (rev 428084)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=dingo
-pkgver=0.13
-pkgrel=4
-pkgdesc="A DNS client in Go that supports Google DNS over HTTPS"
-arch=('x86_64')
-url="https://github.com/pforemski/dingo"
-license=('GPL3')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pforemski/dingo/archive/$pkgver.tar.gz"
-        dingo.service)
-sha512sums=('24748a726aea598f6f8785bfe0bc349608e7106860fa73f4e3da12936035c249e8bdfee0e2d162d876beecf60b5cdfbce6cd0f09b040ce7b1db2d901bc0fd350'
-            '82180643e2083963eb935b9a5a7ba0bec5dd711fd8e95ac62e46bccc094c5195b519baea07e3434b0ad34d6513959b0bc4058e11a7d8640d700b78d217292f0f')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  go get github.com/miekg/dns github.com/patrickmn/go-cache golang.org/x/net/http2
-}
-
-build() {
-  cd dingo-$pkgver
-  go build -o dingo # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd dingo-$pkgver
-  install -Dm755 dingo "$pkgdir"/usr/bin/dingo
-  install -Dm644 ../dingo.service "$pkgdir"/usr/lib/systemd/system/dingo.service
-}

Copied: dingo/repos/community-x86_64/PKGBUILD (from rev 428083, dingo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-26 12:58:59 UTC (rev 428084)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dingo
+pkgver=0.13
+pkgrel=5
+pkgdesc="A DNS client in Go that supports Google DNS over HTTPS"
+arch=('x86_64')
+url="https://github.com/pforemski/dingo"
+license=('GPL3')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pforemski/dingo/archive/$pkgver.tar.gz"
+        dingo.service)
+sha512sums=('24748a726aea598f6f8785bfe0bc349608e7106860fa73f4e3da12936035c249e8bdfee0e2d162d876beecf60b5cdfbce6cd0f09b040ce7b1db2d901bc0fd350'
+            '82180643e2083963eb935b9a5a7ba0bec5dd711fd8e95ac62e46bccc094c5195b519baea07e3434b0ad34d6513959b0bc4058e11a7d8640d700b78d217292f0f')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  go get github.com/miekg/dns github.com/patrickmn/go-cache golang.org/x/net/http2
+}
+
+build() {
+  cd dingo-$pkgver
+  go build -o dingo # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd dingo-$pkgver
+  install -Dm755 dingo "$pkgdir"/usr/bin/dingo
+  install -Dm644 ../dingo.service "$pkgdir"/usr/lib/systemd/system/dingo.service
+}

Deleted: dingo.service
===================================================================
--- dingo.service	2019-01-26 12:58:37 UTC (rev 428083)
+++ dingo.service	2019-01-26 12:58:59 UTC (rev 428084)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Dingo Secure DNS resolver
-Wants=network.target
-
-[Service]
-Type=simple
-User=nobody
-ExecStart=/usr/bin/dingo -gdns:auto
-
-[Install]
-WantedBy=multi-user.target

Copied: dingo/repos/community-x86_64/dingo.service (from rev 428083, dingo/trunk/dingo.service)
===================================================================
--- dingo.service	                        (rev 0)
+++ dingo.service	2019-01-26 12:58:59 UTC (rev 428084)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Dingo Secure DNS resolver
+Wants=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/dingo -gdns:auto
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list