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

Felix Yan felixonmars at archlinux.org
Wed Aug 26 23:11:33 UTC 2020


    Date: Wednesday, August 26, 2020 @ 23:11:33
  Author: felixonmars
Revision: 689184

upgpkg: deepin-api 5.3.0.5-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-26 23:05:56 UTC (rev 689183)
+++ PKGBUILD	2020-08-26 23:11:33 UTC (rev 689184)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-api
-pkgver=5.3.0.4
+pkgver=5.3.0.5
 pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 install=deepin-api.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz"
         deepin-api.sysusers)
-sha512sums=('e9bd2444f8dfab27a887b3f22c446f6102fcc183a782c387738554a447fde077fb8088f7552a4ab917d7a457e55d586f94432d85f77ac658d3b804bd32966fc5'
+sha512sums=('510c59896746590769039f69b3103c14d7393f00552f85a29e908f357570a4c975663a2d60c3828d99513a9b54825366cd38dcb0b2e076aae17a8f4b21005d79'
             'e894eb3928af9e244fa78010fdf16c8abb6ce18df114cf05327d02b18774d6ba5b023e4dfa0d07042f4e44a5c6e2ddb55b07f3e0db466a0e6169b52465fdefd6')
 
 prepare() {
@@ -33,7 +33,7 @@
   cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
 
   # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
+  go get github.com/cryptix/wav github.com/godbus/dbus github.com/fsnotify/fsnotify
 
   go get github.com/disintegration/imaging github.com/fogleman/gg github.com/mattn/go-sqlite3 github.com/gosexy/gettext github.com/rickb777/date
 }



More information about the arch-commits mailing list