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

Felix Yan felixonmars at archlinux.org
Thu Oct 25 14:14:27 UTC 2018


    Date: Thursday, October 25, 2018 @ 14:14:26
  Author: felixonmars
Revision: 398981

upgpkg: deepin-api 3.2.0-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 14:10:52 UTC (rev 398980)
+++ PKGBUILD	2018-10-25 14:14:26 UTC (rev 398981)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-api
-pkgver=3.1.30
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-api"
@@ -18,7 +18,7 @@
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-api/archive/$pkgver.tar.gz"
         deepin-api.sysusers)
-sha512sums=('73c1403cc3a3b3253bca2689c5e3b772eae25250c660f15f58f5455e5984b33122c8ab02b1df2f150b9a2964316a79159d05d58f7b6b8d09a8aa2c37f8c390bd'
+sha512sums=('b072bdcff5a1cb896da8af8a5f9b432bcf127db4a785632d7b209d5ef88f72eac1c8852e98b0ae44f60d99119608a7ff65662abf576aa0c17f7fb53f038024e5'
             '548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
 
 prepare() {
@@ -31,7 +31,8 @@
 
   cd "$srcdir"/dde-api-$pkgver
   make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize github.com/cryptix/wav golang.org/x/net/context
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize github.com/cryptix/wav \
+         golang.org/x/net/context github.com/fogleman/gg
 }
 
 build(){



More information about the arch-commits mailing list