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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 17 08:51:01 UTC 2021


    Date: Tuesday, August 17, 2021 @ 08:51:01
  Author: felixonmars
Revision: 1001146

upgpkg: deepin-pw-check 5.0.22-1

Modified:
  deepin-pw-check/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-17 08:48:16 UTC (rev 1001145)
+++ PKGBUILD	2021-08-17 08:51:01 UTC (rev 1001146)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=deepin-pw-check
-pkgver=5.0.17
+pkgver=5.0.22
 pkgrel=1
 pkgdesc='Tool to verify the validity of the password'
 arch=('x86_64')
@@ -11,13 +11,13 @@
 makedepends=('deepin-gettext-tools' 'git' 'go' 'golang-deepin-lib' 'golang-github-linuxdeepin-go-dbus-factory')
 groups=('deepin')
 source=("https://github.com/linuxdeepin/deepin-pw-check/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f81ef88ceab5d5f666458d6e64cad655e3698a007295d8c8e847b8a1936544df4a848f84edcdb1db7395dfcb5ffdc7b633e9e3b341979c91f1c6b10051998aab')
+sha512sums=('6eeaadcc788de744aa099fc6a44f6be34ed578c6a22ed9f1221b063f70bde2c8d0ff9330443511ecd3eb37cfbc7d6e7fd657b2ea46d33e2006ee3fb8ab98eb84')
 
 export GO111MODULE=off
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/godbus/dbus github.com/fsnotify/fsnotify
+  go get github.com/godbus/dbus github.com/fsnotify/fsnotify gopkg.in/yaml.v3
 
   cd deepin-pw-check-$pkgver
   sed -i 's|iniparser/||' */*.c



More information about the arch-commits mailing list