[arch-commits] Commit in golang-github-stretchr-testify/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri May 1 17:39:03 UTC 2020


    Date: Friday, May 1, 2020 @ 17:39:02
  Author: felixonmars
Revision: 624110

archrelease: copy trunk to community-any

Added:
  golang-github-stretchr-testify/repos/community-any/PKGBUILD
    (from rev 624109, golang-github-stretchr-testify/trunk/PKGBUILD)
Deleted:
  golang-github-stretchr-testify/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-01 17:38:47 UTC (rev 624109)
+++ PKGBUILD	2020-05-01 17:39:02 UTC (rev 624110)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=golang-github-stretchr-testify
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='A toolkit with common assertions and mocks that plays nicely with the standard library'
-arch=('any')
-url="https://github.com/stretchr/testify"
-license=('MIT')
-depends=('go-pie' 'golang-github-davecgh-go-spew' 'golang-github-pmezard-go-difflib'
-         'golang-github-stretchr-objx')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/stretchr/testify/archive/v$pkgver.tar.gz")
-sha512sums=('0bb4c0a222a6e5cde2f703b26fac770fcefbf881f679e79d45a29907855e72f12f0c92042d7ca78e1e4a8f2c9ef6a9a181f2faba2b34af189e40369c2ac880f8')
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/github.com/stretchr
-  cp -a "$srcdir"/testify-$pkgver "$srcdir"/build/src/github.com/stretchr/testify
-  cd "$srcdir"/build/src/github.com/stretchr/testify
-  go test -v $(go list ./...)
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/stretchr
-  cp -a "$srcdir"/testify-$pkgver "$pkgdir"/usr/share/gocode/src/github.com/stretchr/testify
-
-  install -Dm644 testify-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: golang-github-stretchr-testify/repos/community-any/PKGBUILD (from rev 624109, golang-github-stretchr-testify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-01 17:39:02 UTC (rev 624110)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=golang-github-stretchr-testify
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='A toolkit with common assertions and mocks that plays nicely with the standard library'
+arch=('any')
+url="https://github.com/stretchr/testify"
+license=('MIT')
+depends=('go-pie' 'golang-github-davecgh-go-spew' 'golang-github-pmezard-go-difflib'
+         'golang-github-stretchr-objx')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stretchr/testify/archive/v$pkgver.tar.gz")
+sha512sums=('fdd1b6493e9ee84638f02f756065e1b442f4b05101b27c88eb759377b69878241e04a9b6b5b4bafec85caaeb6c7514e96f5fb176fea28ee53995875097578387')
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/github.com/stretchr
+  cp -a "$srcdir"/testify-$pkgver "$srcdir"/build/src/github.com/stretchr/testify
+  cd "$srcdir"/build/src/github.com/stretchr/testify
+  go test -v $(go list ./...)
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/stretchr
+  cp -a "$srcdir"/testify-$pkgver "$pkgdir"/usr/share/gocode/src/github.com/stretchr/testify
+
+  install -Dm644 testify-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list