Package Details: pug-hook-git 20200107.e4bb973-1

Git Clone URL: https://aur.archlinux.org/pug-hook-git.git (read-only, click to copy)
Package Base: pug-hook-git
Description: Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.
Upstream URL: https://github.com/Ventto/pug
Licenses: GPL
Conflicts: pug
Submitter: ruahcra
Maintainer: ruahcra
Last Packager: ruahcra
Votes: 2
Popularity: 0.059127
First Submitted: 2020-05-27 05:05 (UTC)
Last Updated: 2020-05-27 05:14 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

vitor_hideyoshi commented on 2024-09-03 08:36 (UTC)

Currently the main branch is broken and the author has not merged the fix yet. If you like a working package i suggent switching to the fork https://github.com/OZoneGuy/pug.git or apply the following patch:

diff --git a/PKGBUILD b/PKGBUILD
index 5a110f5..ee883f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ depends=('pacman' 'gist>=4.5.0')
 makedepends=('make' 'git')
 conflicts=('pug')
 url="https://github.com/Ventto/pug"
-source=("git+https://github.com/Ventto/pug")
+source=("git+https://github.com/OZoneGuy/pug")
 sha256sums=('SKIP')

 pkgver() {

MaximGun commented on 2023-08-18 15:20 (UTC)

This package currently depends on the hostname utility because of these lines in /opt/pug/pug.sh

PACMANFILE="$(hostname).pacman-list.pkg"
AURFILE="$(hostname).aur-list.pkg"

Upstream ought to change them to ${HOSTNAME} instead (there's a pending PR), but until he does...

ruahcra commented on 2021-09-29 09:51 (UTC)

Check /etc/pug

simona commented on 2021-09-29 07:58 (UTC)

I have changed key to github but I don't remember when I configure it where i put key. Now I have
( 7/11) pug.hook
:: Processing gists update...
:: Failed to read gist.
and "gist -l" give me:
Error: Bad credentials
Some hints?