Package Details: gnome-shell-extension-middleclickclose-git 1.1.1-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-middleclickclose-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-middleclickclose-git
Description: Close windows with a button click when in overview mode
Upstream URL: https://github.com/p91paul/middleclickclose
Licenses: GPL
Conflicts: gnome-shell-extension-middleclickclose
Provides: gnome-shell-extension-middleclickclose
Submitter: XZS
Maintainer: XZS
Last Packager: XZS
Votes: 1
Popularity: 0.000000
First Submitted: 2015-10-11 15:54 (UTC)
Last Updated: 2017-10-31 11:58 (UTC)

Latest Comments

Ult commented on 2020-10-03 07:28 (UTC)

This should fix the PKGBUILD:

-  [ ${PIPESTATUS[0]} -ne 0 ] && \
-printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+  if [ ${PIPESTATUS[0]} -ne 0 ]; then
+    printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+  fi

liolok commented on 2020-02-26 13:47 (UTC)

==> Starting pkgver()...
==> ERROR: A failure occurred in pkgver().
    Aborting...

Sorry for the out-of-date flag, didn't view PKGBUILD first, which seems to get latest commit. However makepkg fails at last. Maybe fixing needed?