[arch-commits] Commit in startdde/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Feb 25 11:36:56 UTC 2019


    Date: Monday, February 25, 2019 @ 11:36:55
  Author: felixonmars
Revision: 435728

upgpkg: startdde 3.12.1-1

Modified:
  startdde/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-25 11:35:12 UTC (rev 435727)
+++ PKGBUILD	2019-02-25 11:36:55 UTC (rev 435728)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=startdde
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
@@ -12,16 +12,15 @@
 depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
 makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
              'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory'
-             'golang-github-burntsushi-xgb')
+             'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")
-sha512sums=('453abbf5430892f4b8d439441cf5af0519c2230b0189fbf95198f713c7c36f416ff1e4c9547c551329ec68bc68beeb6c365762161f69eba07a276e37ad3999fe')
+sha512sums=('724d6b8769a46bc3995a9a359e2140dafbc95cbff6603bfcee980a6d6434fd6156b28b12eb850ce7e9601efda3541e25b619486f65a7b8f7828f2a837163f9eb')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
-         github.com/cryptix/wav golang.org/x/net/context github.com/linuxdeepin/go-x11-client
+  go get github.com/howeyc/fsnotify github.com/cryptix/wav
 
   sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
 }



More information about the arch-commits mailing list