Date: Wednesday, June 29, 2022 @ 09:38:14
  Author: felixonmars
Revision: 1240090

upgpkg: golang-github-linuxdeepin-go-lib 5.8.9.2-1

Modified:
  golang-github-linuxdeepin-go-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-29 09:37:14 UTC (rev 1240089)
+++ PKGBUILD    2022-06-29 09:38:14 UTC (rev 1240090)
@@ -1,9 +1,9 @@
 # Maintainer: Felix Yan <[email protected]>
 
-pkgname=golang-deepin-lib
-pkgver=5.8.4
-pkgrel=2
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+pkgname=golang-github-linuxdeepin-go-lib
+pkgver=5.8.9.2
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic, etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib";
 license=('GPL3')
@@ -12,11 +12,11 @@
          'golang-github-linuxdeepin-go-x11-client' 'golang-golang-x-net' 
'golang-golang-x-image')
          # 'golang-github-cryptix-wav' not packaged yet, paused until our go 
packaging standards formed
 checkdepends=('iso-codes' 'golang-gopkg-check.v1' 'git') # git needed only for 
go get
-replaces=('deepin-go-lib')
-conflicts=('deepin-go-lib')
-provides=('deepin-go-lib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-lib/archive/$pkgver.tar.gz";)
-sha512sums=('06ed72af61165fc1b4445d5effe4980d26bfd9dcb00d05b9a343a3bfe7a10cbf328b3ab18382e7aba0a5f67f7e5f1adbd0effa6c642b14b6be507d770ea797d0')
+replaces=('golang-deepin-lib')
+conflicts=('golang-deepin-lib')
+provides=('golang-deepin-lib')
+source=("https://github.com/linuxdeepin/go-lib/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('193c27177e381468e380616bbf4c972fca17e2a94be05170b961130eca6d4c4b58a97a83ecc9d3fc7a30a1a1fc4e675d8deb7c63417920113905fbbedbca3b40')
 
 export GO111MODULE=off
 

Reply via email to