refresh shadow pkg
This commit is contained in:
parent
cec2e045ec
commit
7de751c9d0
1 changed files with 5 additions and 14 deletions
|
@ -1,12 +1,13 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=shadow
|
||||
pkgver=4.11.1
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc="Password and account management tool suite with support for shadow files and PAM w/o systemd"
|
||||
arch=('x86_64')
|
||||
url='https://github.com/shadow-maint/shadow'
|
||||
|
@ -20,7 +21,7 @@ backup=(etc/login.defs
|
|||
etc/pam.d/{chgpasswd,groupmems}
|
||||
etc/default/useradd)
|
||||
#options=(strip debug)
|
||||
options=('!emptydirs')
|
||||
options=('!emptydirs' 'strip')
|
||||
source=("https://github.com/shadow-maint/shadow/releases/download/v$pkgver/shadow-$pkgver.tar.xz"{,.asc}
|
||||
LICENSE
|
||||
chgpasswd
|
||||
|
@ -66,12 +67,6 @@ package() {
|
|||
# useradd defaults
|
||||
install -Dm600 "$srcdir/useradd.defaults" "$pkgdir/etc/default/useradd"
|
||||
|
||||
# # systemd units
|
||||
# install -D -m644 "$srcdir/shadow.timer" "$pkgdir/usr/lib/systemd/system/shadow.timer"
|
||||
# install -D -m644 "$srcdir/shadow.service" "$pkgdir/usr/lib/systemd/system/shadow.service"
|
||||
# install -d -m755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
|
||||
# ln -s ../shadow.timer "$pkgdir/usr/lib/systemd/system/timers.target.wants/shadow.timer"
|
||||
|
||||
# login.defs
|
||||
install -Dm644 "$srcdir/login.defs" "$pkgdir/etc/login.defs"
|
||||
|
||||
|
@ -118,17 +113,13 @@ package() {
|
|||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
|
||||
license=('BSD')
|
||||
|
||||
#validpgpkeys=('D5C2F9BFCA128BBA22A77218872F702C4D6E25A8' # Christian Perrier
|
||||
# 'F1D08DB778185BF784002DFFE9FEEA06A85E3F9D') # Serge Hallyn
|
||||
validpgpkeys=('66D0387DB85D320F8408166DB175CFA98F192AF2') # Serge Hallyn
|
||||
|
||||
sha256sums=(41f093ce58b2ae5f389a1c5553e0c18bc73e6fe27f66273891991198a7707c95 # shadow-4.11.1.tar.xz
|
||||
58c563dcb21cb31ea9239f370108366c715fda92abed24b5990bb6dc80add4a2 # shadow-4.11.1.tar.xz.asc
|
||||
#
|
||||
# a3ad4630bdc41372f02a647278a8c3514844295d36eefe68ece6c3a641c1ae62 # shadow-4.8.1.tar.xz
|
||||
# 1b75fc2f98f1b1f3ca28c7d2570673c14e331e3edc843f018827b0d09320906a # shadow-4.8.1.tar.xz.asc
|
||||
b085972a9378ecbe6cafee1a2e9baba1082531c77376c0aa14ad6e5c7392814c # LICENSE
|
||||
a955ecbd82a801102fad756bb98dca778c1eba14a3367c601d6237b75642c36b # chgpasswd
|
||||
7409cd2ab04592859d95986467123e356ada4e11413b314ad84e32dc24ca8c92 # chpasswd
|
||||
|
|
Loading…
Reference in a new issue