summaryrefslogtreecommitdiff
path: root/keychain
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-20 15:01:28 +0000
committerTim Biermann <tbier@posteo.de>2020-01-20 15:43:13 +0000
commit9adf4a8daf8a31719a36279120ae000a283b0b82 (patch)
tree3092deb12471be140b43d7d290d69ceec1518b3f /keychain
parent013fc81f43b425f653fb569865a2bf3736ca6a98 (diff)
downloadcontrib-9adf4a8daf8a31719a36279120ae000a283b0b82.tar.gz
contrib-9adf4a8daf8a31719a36279120ae000a283b0b82.tar.xz
keychain: 2.8.3 -> 2.8.5, corrected mandir
Diffstat (limited to 'keychain')
-rw-r--r--keychain/.footprint7
-rw-r--r--keychain/.signature8
-rw-r--r--keychain/Pkgfile6
3 files changed, 11 insertions, 10 deletions
diff --git a/keychain/.footprint b/keychain/.footprint
index af599cf80..15d2fe778 100644
--- a/keychain/.footprint
+++ b/keychain/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/keychain
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/keychain.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/keychain.1.gz
diff --git a/keychain/.signature b/keychain/.signature
index 496805d43..64364a116 100644
--- a/keychain/.signature
+++ b/keychain/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36/OwQnob3xY7f+0xq9s5LRH6+gYhORzuKIgOgPMZjkN8xVGIVV9HDIyRJWqe/mukwlqVUPnGkO9B/OlascRxgI=
-SHA256 (Pkgfile) = f1c392d5af2de16d68abe5a8217b7eff0b34b9642874ce14ae04eede820ac39d
-SHA256 (.footprint) = 21c62e1135d502a46a70a46ab065f0b29235836f284ee4aded00de976612dddd
-SHA256 (keychain-2.8.3.tar.bz2) = d05eb924efcaef78eddff8e3190154a39778f0eee4f90362528c81ad8dadde56
+RWSagIOpLGJF32bg9HqM+ptrzMFG1tByEK+JcUllMdop4vdeu4TKvvJilk56Rlk19XwYgf61WkZk9vqKwIlfnaCRBvYjpnINRAI=
+SHA256 (Pkgfile) = 7d56000f45d2046e8c5968bc0a59fb88833dfebc33da32dfae331bac7c8498a1
+SHA256 (.footprint) = b39ebdd1aad6f50af850f7e5bb7ef472eebd6bd0ed781cf42ad972055edf80e9
+SHA256 (keychain-2.8.5.tar.gz) = dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b
diff --git a/keychain/Pkgfile b/keychain/Pkgfile
index fd61afe9d..92c576501 100644
--- a/keychain/Pkgfile
+++ b/keychain/Pkgfile
@@ -5,12 +5,12 @@
# Depends on:
name=keychain
-version=2.8.3
+version=2.8.5
release=1
-source=(http://www.funtoo.org/archive/$name/$name-$version.tar.bz2)
+source=(https://github.com/funtoo/keychain/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
install -D -m755 keychain $PKG/usr/bin/keychain
- install -D -m644 keychain.1 $PKG/usr/man/man1/keychain.1
+ install -D -m644 keychain.1 $PKG/usr/share/man/man1/keychain.1
}

Generated by cgit