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

Felix Yan felixonmars at archlinux.org
Wed Apr 29 11:39:56 UTC 2020


    Date: Wednesday, April 29, 2020 @ 11:39:56
  Author: felixonmars
Revision: 622240

upgpkg: deepin-api 5.1.11.1-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-29 11:33:08 UTC (rev 622239)
+++ PKGBUILD	2020-04-29 11:39:56 UTC (rev 622240)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-api
-pkgver=5.0.0
-pkgrel=4
+pkgver=5.1.11.1
+pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-api"
@@ -19,7 +19,7 @@
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz"
         deepin-api.sysusers)
-sha512sums=('3ef894202a0b65ce5729f53d4bbe7267c777364d58b80dbdbffd821cee2952ba50c5ac51e6c627624fda7cf3c3eb84553a416d5c43aec3923d662f01bb65a878'
+sha512sums=('4b4e38f038f15e0a9c855feda2576accff666101c427d5476958cd8ce8a480e75e0c02a949e0013c61468f37ede4674f95225e0b9d30d5c4ba1d2b8c574d4789'
             '548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
 
 prepare() {
@@ -30,7 +30,7 @@
   # golang-deepin-lib's dependency, remove when go packaging resumes
   go get github.com/cryptix/wav
 
-  go get github.com/disintegration/imaging github.com/fogleman/gg
+  go get github.com/disintegration/imaging github.com/fogleman/gg github.com/mattn/go-sqlite3 github.com/gosexy/gettext
 }
 
 build(){



More information about the arch-commits mailing list