Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
pam
Commits:
b37ce90d by Tobias Powalowski at 2026-01-26T15:42:32+01:00
upgpkg: 1.7.2-2: set vendordir='' and restore files at old destination, fixes #6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pam
pkgdesc = PAM (Pluggable Authentication Modules) library
pkgver = 1.7.2
- pkgrel = 1
+ pkgrel = 2
url = http://linux-pam.org
arch = x86_64
license = GPL-2.0-only
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=pam
pkgver=1.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="PAM (Pluggable Authentication Modules) library"
arch=('x86_64')
license=('GPL-2.0-only')
@@ -72,6 +72,7 @@ build() {
-Delogind=disabled \
-Dpam_userdb=disabled \
-Dpwaccess=disabled \
+ -Dvendordir='' \
build
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/commit/b37ce90d5b3ecbc83f9ca1c0644a5c055f51b89f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pam/-/commit/b37ce90d5b3ecbc83f9ca1c0644a5c055f51b89f
You're receiving this email because of your account on gitlab.archlinux.org.