git » cracklib.git » commit e75e663

upgpkg: 2.9.11-2: update license, added .SRCINFO

author Tobias Powalowski
2024-07-01 09:03:05 UTC
committer Tobias Powalowski
2024-07-01 09:03:05 UTC
parent c234b7e44d1be5f8560d2dd30f3ba1ff534708d0

upgpkg: 2.9.11-2: update license, added .SRCINFO

.SRCINFO +13 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..d0b812a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = cracklib
+	pkgdesc = Password Checking Library
+	pkgver = 2.9.11
+	pkgrel = 2
+	url = https://github.com/cracklib/cracklib
+	arch = x86_64
+	license = GPL-2.0-or-later
+	depends = glibc
+	depends = zlib
+	source = https://github.com/cracklib/cracklib/releases/download/v2.9.11/cracklib-2.9.11.tar.gz
+	sha256sums = 6213b986a5209fc0d4ca93734e349b8f66b36bfe9a3fae6eead14a15d82a68dc
+
+pkgname = cracklib
diff --git a/PKGBUILD b/PKGBUILD
index 240deec..16c01c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
 
 pkgname=cracklib
 pkgver=2.9.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Password Checking Library"
 arch=('x86_64')
-license=('GPL')
+license=('GPL-2.0-or-later')
 url="https://github.com/cracklib/cracklib"
 depends=('glibc' 'zlib')
 source=(https://github.com/cracklib/cracklib/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)