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

Felix Yan felixonmars at archlinux.org
Mon Apr 26 22:39:56 UTC 2021


    Date: Monday, April 26, 2021 @ 22:39:55
  Author: felixonmars
Revision: 924618

upgpkg: deepin-api 5.4.5-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-26 22:35:45 UTC (rev 924617)
+++ PKGBUILD	2021-04-26 22:39:55 UTC (rev 924618)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-api
-pkgver=5.3.2
-pkgrel=2
+pkgver=5.4.5
+pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-api"
@@ -24,9 +24,11 @@
 install=deepin-api.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz"
         deepin-api.sysusers)
-sha512sums=('abf47db1206c4a650be36637d95a0a6d5372b50df3130dca9c58f813fc05e6281a8ee7d677be4024ba61cba031e9ffc3c10ce3fd6d1501c1e374698c95609600'
+sha512sums=('e91a97822ca177ade69321a3afbd255331d33e196aef87325d5ff4843bc4d3307e0ddde001f11ed6d6365486bf868e38f566782afc12fbd7bf87eb29e0f71271'
             'e894eb3928af9e244fa78010fdf16c8abb6ce18df114cf05327d02b18774d6ba5b023e4dfa0d07042f4e44a5c6e2ddb55b07f3e0db466a0e6169b52465fdefd6')
 
+export GO111MODULE=off
+
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
   mkdir -p build/src/pkg.deepin.io/dde/api



More information about the arch-commits mailing list