Date: Wednesday, April 29, 2020 @ 08:12:07 Author: felixonmars Revision: 622185
upgpkg: golang-deepin-lib 5.4.5-1 Modified: golang-deepin-lib/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-29 07:55:55 UTC (rev 622184) +++ PKGBUILD 2020-04-29 08:12:07 UTC (rev 622185) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=golang-deepin-lib -pkgver=5.0.0 +pkgver=5.4.5 pkgrel=1 pkgdesc='A library containing many useful go routines for things such as glib, gettext, archive, graphic,etc.' arch=('any') @@ -11,12 +11,12 @@ 'golang-gopkg-alecthomas-kingpin.v2' 'golang-deepin-gir' 'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 'golang-golang-x-image') # 'golang-github-cryptix-wav' not packaged yet, paused until our go packaging standards formed -checkdepends=('iso-codes' 'git') # git needed only for go get +checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'golang-gopkg-yaml.v2' 'git') # git needed only for go get replaces=('deepin-go-lib') conflicts=('deepin-go-lib') provides=('deepin-go-lib') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz") -sha512sums=('999c8ea41b7adc2c850fdabfd52ae3613278098747a5c628fa18771cbebe79d1a8e4e1e7bfa53ad229583f58997a42b0b075ca504f8ab804c2e6cc9fd538a9c2') +sha512sums=('89891b6274e37ec16e21cc17f5d4c3c24d8da33e4ad7e9dfdf5b8c03d70a8c2283a64c40c4706e21a3ac9f4d9bdcde8b4764eb38012e274b5cf366be3d5f13e6') check() { export GOPATH="$srcdir/build:/usr/share/gocode" @@ -24,7 +24,7 @@ cp -a "$srcdir"/go-lib-$pkgver "$srcdir"/build/src/pkg.deepin.io/lib cd "$srcdir"/build/src/pkg.deepin.io/lib # TODO: make packages for them - go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey + go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey github.com/mozillazg/go-pinyin # TODO: figure out why pulse tests hang # passwd: test needs to access /etc/passwd # group & timer & log & dbus: build failed
