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

Felix Yan felixonmars at archlinux.org
Wed Mar 7 07:40:19 UTC 2018


    Date: Wednesday, March 7, 2018 @ 07:40:15
  Author: felixonmars
Revision: 303494

upgpkg: startdde 3.1.25-1

Modified:
  startdde/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-07 07:35:00 UTC (rev 303493)
+++ PKGBUILD	2018-03-07 07:40:15 UTC (rev 303494)
@@ -4,23 +4,25 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=startdde
-pkgver=3.1.24
+pkgver=3.1.25
 pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/startdde"
 license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher')
+depends=('deepin-daemon' 'deepin-wm-switcher' 'libgnome-keyring')
 makedepends=('cmake' 'coffeescript' 'deepin-dbus-factory' 'deepin-gir-generator' 'deepin-go-lib'
              'deepin-api' 'go-pie' 'python2' 'git')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz")
-sha512sums=('03cf16c1595e39205e08d531d808923c0845e824658b3606bd55fb6336f4d0b19dd0d8d5b626623ec6414bf591fd4327815688b01448a2278fbf2d9aeb99e2b0')
+sha512sums=('bf013362100ed6bedd7b860bb38d67250bc3416f842607b018e5082a3e8fa88367ff873ee2f1538aacb125fc8e304051f7b457ee16a6023fecf3810ace61d69f')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil github.com/howeyc/fsnotify \
          github.com/cryptix/wav
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
 }
 
 build() {



More information about the arch-commits mailing list