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

Christian Rebischke shibumi at archlinux.org
Sat Jan 25 21:28:27 UTC 2020


    Date: Saturday, January 25, 2020 @ 21:28:27
  Author: shibumi
Revision: 555568

archrelease: copy trunk to community-x86_64

Added:
  traefik/repos/community-x86_64/PKGBUILD
    (from rev 555567, traefik/trunk/PKGBUILD)
Deleted:
  traefik/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 21:25:32 UTC (rev 555567)
+++ PKGBUILD	2020-01-25 21:28:27 UTC (rev 555568)
@@ -1,25 +0,0 @@
-# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgname=traefik
-pkgver=2.1.2
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://containo.us/traefik/"
-license=('MIT')
-makedepends=('go-pie' 'git' 'go-bindata')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz")
-sha512sums=('e3ebc523f8f74188b8b5f5d60a8888a2684a5bc43ab859e2b8a3df43064889c4fa9b38209fa2969afa772e2c63a9d30ece31621b1e56e289069cfff1398e1abe')
-
-build() {
-  go generate
-  cd cmd/traefik
-  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 contrib/systemd/traefik.service "${pkgdir}/usr/lib/systemd/system/traefik.service"
-}

Copied: traefik/repos/community-x86_64/PKGBUILD (from rev 555567, traefik/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-25 21:28:27 UTC (rev 555568)
@@ -0,0 +1,25 @@
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=traefik
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://containo.us/traefik/"
+license=('MIT')
+makedepends=('go-pie' 'git' 'go-bindata')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/traefik/releases/download/v${pkgver}/traefik-v${pkgver}.src.tar.gz")
+sha512sums=('13daf6a7e90b34240c54949243df829843424fa87bc4bba65b294c84c6fc6b337941dc11849ec3fd16ab9e5d21f12d8913d91a938fa61047c711dcf6e498490f')
+
+build() {
+  go generate
+  cd cmd/traefik
+  go build -trimpath -ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  install -Dm755 cmd/traefik/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 contrib/systemd/traefik.service "${pkgdir}/usr/lib/systemd/system/traefik.service"
+}



More information about the arch-commits mailing list