blob: a201b4306b835d838b7a4329af50f71743ab68a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
pkgbase = pacman-ps
pkgdesc = Provides a command to identify which running processes have files that have changed on disk. It also provides a pacman hook and pacman-ps to also show which packages own the files that are still open.
pkgver = 0.1.3
pkgrel = 2
url = https://gitlab.com/samcv/ps-lsof
arch = any
license = GPLv2
depends = lsof
depends = procps-ng
depends = bash
depends = coreutils
depends = findutils
options = !strip
source = pacman-ps.sh
source = pacman-ps-post.hook
source = ps-lsof.sh
source = pacman-ps-posthook.sh
source = pacman-ps.install
source = license.txt
source = pacman-ps.1
sha1sums = 9d48ae474feeed2bf16079f3f6b713af21feffc3
sha1sums = 28be8f69c8b349a43d90de416b9d6cd8282b37af
sha1sums = 36f5b7b3706e4e82d27a6c7b0588e9e5258e06cc
sha1sums = 13403de1fc04e8642e167ddd87b567401b48b099
sha1sums = 49f62584fc204f91fa96e72a7ff21b5fa338e472
sha1sums = 4cc77b90af91e615a64ae04893fdffa7939db84c
sha1sums = d32f392fc69fbc264525923e50bd4b0243bae869
pkgname = pacman-ps
install = pacman-ps.install
|