Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-pw-check


Commits:
6e4c5a07 by Christian Hesse at 2024-05-21T11:02:38+02:00
upgpkg: 6.0.2-2: iniparser 4.2.2 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = deepin-pw-check
+       pkgdesc = Tool to verify the validity of the password
+       pkgver = 6.0.2
+       pkgrel = 2
+       url = https://github.com/linuxdeepin/deepin-pw-check
+       arch = x86_64
+       groups = deepin
+       license = GPL3
+       makedepends = deepin-gettext-tools
+       makedepends = git
+       makedepends = go
+       depends = cracklib
+       depends = gtk3
+       depends = iniparser
+       source = 
https://github.com/linuxdeepin/deepin-pw-check/archive/6.0.2/deepin-pw-check-6.0.2.tar.gz
+       sha512sums = 
64f24f935c4aef35418f10a85f827134d1e5eaa3325dd4dfe60f927f8ea3f0f526c6dce89f1701871839577c315e90fbcdce6e9436a11ed2545f91dfab6087ad
+
+pkgname = deepin-pw-check


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=deepin-pw-check
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool to verify the validity of the password'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-pw-check";
@@ -15,8 +15,8 @@ 
sha512sums=('64f24f935c4aef35418f10a85f827134d1e5eaa3325dd4dfe60f927f8ea3f0f526c
 
 prepare() {
   cd deepin-pw-check-$pkgver
-  sed -i 's|iniparser/||' */*.c
   sed -i 's|gcc |gcc ${CFLAGS} ${LDFLAGS} |;/export GOPATH/d' Makefile
+  sed -i '/stdio.h/a #include <stdlib.h>' tool/pwd_conf_update.c
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-pw-check/-/commit/6e4c5a075769223fbaf2c49a1ae1ebfb9e8fb38f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-pw-check/-/commit/6e4c5a075769223fbaf2c49a1ae1ebfb9e8fb38f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to