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

Anatol Pomozov anatolik at gemini.archlinux.org
Mon Aug 16 15:33:17 UTC 2021


    Date: Monday, August 16, 2021 @ 15:33:17
  Author: anatolik
Revision: 1001044

archrelease: copy trunk to community-testing-x86_64

Added:
  revive/repos/community-testing-x86_64/PKGBUILD
    (from rev 1001043, revive/trunk/PKGBUILD)
Deleted:
  revive/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-16 15:32:53 UTC (rev 1001043)
+++ PKGBUILD	2021-08-16 15:33:17 UTC (rev 1001044)
@@ -1,35 +0,0 @@
-# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
-
-pkgname=revive
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint"
-arch=('x86_64')
-url='https://revive.run'
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz")
-sha256sums=('5b80b65ca5a76b1d52e66eff5f2f217f11a3f7ec137deeb2314986b45dfcada9')
-
-build() {
-  cd revive-${pkgver}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go build
-}
-
-check() {
-  cd revive-${pkgver}/test
-  go test || true
-}
-
-package() {
-  cd revive-${pkgver}
-  install -Dm755 revive "${pkgdir}/usr/bin/revive"
-  install -Dm644 defaults.toml "${pkgdir}/etc/revive/revive.toml"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: revive/repos/community-testing-x86_64/PKGBUILD (from rev 1001043, revive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-16 15:33:17 UTC (rev 1001044)
@@ -0,0 +1,35 @@
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=revive
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint"
+arch=('x86_64')
+url='https://revive.run'
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz")
+sha256sums=('69ae0acec45afff55f45dd10de4aea97164d0c6391456af378bb5129ff903eeb')
+
+build() {
+  cd revive-${pkgver}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  go build
+}
+
+check() {
+  cd revive-${pkgver}/test
+  go test || true
+}
+
+package() {
+  cd revive-${pkgver}
+  install -Dm755 revive "${pkgdir}/usr/bin/revive"
+  install -Dm644 defaults.toml "${pkgdir}/etc/revive/revive.toml"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list