Date: Thursday, September 29, 2022 @ 10:29:57
Author: kpcyrd
Revision: 1316038
archrelease: copy trunk to community-x86_64
Added:
go-licenses/repos/community-x86_64/PKGBUILD
(from rev 1316037, 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-09-29 10:29:39 UTC (rev 1316037)
+++ PKGBUILD 2022-09-29 10:29:57 UTC (rev 1316038)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=go-licenses
-pkgver=1.3.1
-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=('c10672e7e2c5273f94282ece50d437bff0df7543046dae4c00a9a490cb072c6fd36bac642ba6d56884fb16d8c5d8d539f38950c36d55ead9cc2a03eac78ce715')
-
-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 1316037,
go-licenses/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-29 10:29:57 UTC (rev 1316038)
@@ -0,0 +1,25 @@
+# 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: