diff options
author | Tim Biermann <tbier@posteo.de> | 2022-12-17 17:07:38 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-12-17 17:07:47 +0000 |
commit | 9f64c84b52db952b1eb6593c1971004f67894b46 (patch) | |
tree | 6019a7c876d3b006c63f9a984e2b01dad100990a | |
parent | 6221d36120f01bcdb78df2570792eb4cfbca2a18 (diff) | |
download | core-9f64c84b52db952b1eb6593c1971004f67894b46.tar.gz core-9f64c84b52db952b1eb6593c1971004f67894b46.tar.xz |
dumb_runtime_dir: changed Maintainer
-rw-r--r-- | dumb_runtime_dir/.signature | 4 | ||||
-rw-r--r-- | dumb_runtime_dir/Pkgfile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dumb_runtime_dir/.signature b/dumb_runtime_dir/.signature index 9c93ec97..d61f2319 100644 --- a/dumb_runtime_dir/.signature +++ b/dumb_runtime_dir/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqlffZ4jxg0gGvYAqrMkxjfOuRWaSSdjzBHRo+dhd5ZU3fmcqCwkpZRDnxatU1Cc/2JHuhQQDxDsy/cJdHW34sQQ= -SHA256 (Pkgfile) = 0a94d49918672fa12bbeced2dc762d128138fb75c860a3367959793322cee8cf +RWRJc1FUaeVeqkyWVEyCC4W5Z7bkXodLfgT/oHkWUkd0XQsikCdojVMFcP77AnVoy40x/LDOCVpfza1jb1iKlEEajGdLSkCBQwA= +SHA256 (Pkgfile) = ada97506fa1372b3ca74cbe9392de6a773fe2bee892cc8bdc3adf5ed638031a4 SHA256 (.footprint) = 4392d10298740d1d3c5b10a137acbaa43311c59039de31dacd7215dc55509fda SHA256 (dumb_runtime_dir-1.0.4.tar.gz) = 451e680ee2ad4bd268a2cc21571fd843eefde5ffd7a6847221f9a1449924acc0 diff --git a/dumb_runtime_dir/Pkgfile b/dumb_runtime_dir/Pkgfile index eb3198f8..e028b914 100644 --- a/dumb_runtime_dir/Pkgfile +++ b/dumb_runtime_dir/Pkgfile @@ -1,6 +1,6 @@ # Description: Creates an XDG_RUNTIME_DIR on login and never removes it # URL: https://github.com/ifreund/dumb_runtime_dir -# Maintainer: Tim Biermann, tbier at posteo dot de +# Maintainer: CRUX System Team, core-ports at crux dot nu name=dumb_runtime_dir version=1.0.4 @@ -8,6 +8,6 @@ release=1 source=(https://github.com/ifreund/dumb_runtime_dir/releases/download/v$version/$name-$version.tar.gz) build() { - make -C $name-$version - make -C $name-$version DESTDIR=$PKG PAMDIR="/lib/security" install + make -C $name-$version + make -C $name-$version DESTDIR=$PKG PAMDIR="/lib/security" install } |