Date: Tuesday, April 28, 2020 @ 08:46:39 Author: felixonmars Revision: 621984
upgpkg: golang-github-linuxdeepin-go-x11-client 0.6.0-1 Modified: golang-github-linuxdeepin-go-x11-client/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-28 08:35:31 UTC (rev 621983) +++ PKGBUILD 2020-04-28 08:46:39 UTC (rev 621984) @@ -1,17 +1,16 @@ # Maintainer: Felix Yan <[email protected]> pkgname=golang-github-linuxdeepin-go-x11-client -pkgver=0.4.1 +pkgver=0.6.0 pkgrel=1 pkgdesc='X11 protocol go language binding' arch=('any') url="https://github.com/linuxdeepin/go-x11-client" license=('GPL') -depends=('go-pie' 'golang-deepin-lib' 'golang-github-stretchr-testify' 'golang-golang-x-text' - 'golang-gopkg-check.v1') -checkdepends=('xorg-server-xvfb') +depends=('go-pie' 'golang-deepin-lib' 'golang-golang-x-text') +checkdepends=('xorg-server-xvfb' 'golang-github-stretchr-testify' 'golang-gopkg-check.v1' 'golang-gopkg-yaml.v2') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-x11-client/archive/$pkgver.tar.gz") -sha512sums=('3eda78aa45e2fe1283db5e7e36bbc080303113d3d95c51649f3996f4e6e76ca89805e03cf4a41c9cddf7aed447e02764d966f36ebb721ed12d798383a8130763') +sha512sums=('56fa34ce428a1cce97182cd28e9978e542a6c1b5567881f37605e8c05dce0f6470c08055a08f21a62d652f3adca77e0e0f828cef5b0835f6d3a78727a8640dca') check() { export GOPATH="$srcdir/build:/usr/share/gocode"
