Date: Wednesday, August 26, 2020 @ 22:57:57 Author: felixonmars Revision: 689164
upgpkg: golang-deepin-lib 5.5.0.6-1 Modified: golang-deepin-lib/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-26 22:56:12 UTC (rev 689163) +++ PKGBUILD 2020-08-26 22:57:57 UTC (rev 689164) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=golang-deepin-lib -pkgver=5.5.0.1 -pkgrel=3 +pkgver=5.5.0.6 +pkgrel=1 pkgdesc='A library containing many useful go routines for things such as glib, gettext, archive, graphic,etc.' arch=('any') url="https://github.com/linuxdeepin/go-lib" @@ -16,13 +16,8 @@ conflicts=('deepin-go-lib') provides=('deepin-go-lib') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz") -sha512sums=('b434792783a0be46aaa1a79a94861cd812f8b2b04267e1406f646b1176e5d9161f3565143db485e1b390ff43d6dfdc47eb15a89fb1af7661fb465ec7c188baf2') +sha512sums=('f8d06d838d0785d6fc25e348aa12229c834c50fdf1eec84d126decfe7575f11871e6aced9512ca49d9cf3d8f5ac5d2c66b2801977a1df234eafc52bb7ec30e91') -prepare() { - cd go-lib-$pkgver - sed -i 's/int connect_timeout;/extern int connect_timeout;/' pulse/dde-pulse.h -} - check() { export GOPATH="$srcdir/build:/usr/share/gocode" mkdir -p "$srcdir"/build/src/pkg.deepin.io @@ -29,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 github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 + go get github.com/cryptix/wav github.com/smartystreets/goconvey/convey github.com/mozillazg/go-pinyin gopkg.in/yaml.v3 github.com/godbus/dbus github.com/fsnotify/fsnotify # TODO: figure out why pulse tests hang # passwd: test needs to access /etc/passwd # group & timer & log & dbus: build failed
