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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 04:30:01 UTC 2018


    Date: Thursday, June 7, 2018 @ 04:30:01
  Author: felixonmars
Revision: 341581

upgpkg: deepin-api 3.1.26-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 04:29:23 UTC (rev 341580)
+++ PKGBUILD	2018-06-07 04:30:01 UTC (rev 341581)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-api
-pkgver=3.1.25
+pkgver=3.1.26
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-api')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz")
-sha512sums=('1f4ba0737bde7a5d47f28b5420bf2e4ebb6a820f73f024a25b159e15395e4abd54105a9e15ac3bfc0d75cc804a567593dc09a530f1680a9596d804755267644c')
+sha512sums=('9020b229ddfa8d53a79a9bd5af58d246ea780b7bd6ee3126cf026ce5af338ff73661e5a6e3c804d4a6c6afc7529bd12bd25087f22d5b12819c8d530d7bfc16a0')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
@@ -30,7 +30,7 @@
 
   cd "$srcdir"/dde-api-$pkgver
   make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize github.com/cryptix/wav
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize github.com/cryptix/wav golang.org/x/net/context
 }
 
 build(){



More information about the arch-commits mailing list