-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Michal Tvrznik <[email protected]> | ||
pkgname=emptty | ||
pkgver=0.12.1 | ||
pkgver=0.13.0 | ||
pkgrel=0 | ||
pkgdesc="Dead simple CLI Display Manager on TTY" | ||
url="https://github.com/tvrzna/emptty" | ||
|
@@ -31,7 +31,7 @@ package() { | |
install -D res/emptty.1 $pkgdir/usr/share/man/man1/emptty.1 | ||
|
||
# PAM file | ||
install -Dm 644 res/pam $pkgdir/etc/pam.d/emptty | ||
install -Dm 644 res/pam-alpine $pkgdir/etc/pam.d/emptty | ||
|
||
# config file | ||
install -Dm 644 res/conf $pkgdir/etc/emptty/conf | ||
|
@@ -44,5 +44,5 @@ package() { | |
} | ||
|
||
sha512sums=" | ||
b43a20353ca45e3617dae2c974ef6630d0f5e687aa688f2a89415028fc8085675098c23cebe840551cdc78cd22f5be97aa4d576236b419456a3f5d8160cd077f emptty-0.12.1.tar.gz | ||
0baab909b46468fefbb3b12b10cf3c1a9b574460b49d7d01880f9b088cd18e3b49816e01e6af4c1094197b2c78c5c7bb7e31e8494b1168bd25af42c6f9ebb05d emptty-0.13.0.tar.gz | ||
" |