Date: Tuesday, October 25, 2022 @ 06:50:32
Author: kpcyrd
Revision: 1334691
archrelease: copy trunk to community-x86_64
Added:
go-licenses/repos/community-x86_64/PKGBUILD
(from rev 1334690, go-licenses/trunk/PKGBUILD)
Deleted:
go-licenses/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-25 06:50:14 UTC (rev 1334690)
+++ PKGBUILD 2022-10-25 06:50:32 UTC (rev 1334691)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=go-licenses
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Reports on the licenses used by a Go package and its dependencies"
-url="https://github.com/google/go-licenses"
-arch=('x86_64')
-license=('Apache')
-makedepends=('go')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
-b2sums=('453d9b0a8944c8b78216065b5814da8f4df8943ea0351500d2e8166d173a62d90eaaff9160a20b02881c347c6d29b6142658334930940964fce520153a243ed6')
-
-build() {
- cd ${pkgname}-${pkgver}
- go build .
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: go-licenses/repos/community-x86_64/PKGBUILD (from rev 1334690,
go-licenses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-25 06:50:32 UTC (rev 1334691)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=go-licenses
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Reports on the licenses used by a Go package and its dependencies"
+url="https://github.com/google/go-licenses"
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
+b2sums=('abc0520c16386c7afa3f63b649ee247dfd6c47f1fda91a9b885ef2a35ddd01eb9405aeee844823edf7c260fb6009abdca141c16f6561a27ab5a50ad4ab5db929')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ go build .
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et: