Package Details: gopreload-git r59.21b08e6-1

Git Clone URL: https://aur.archlinux.org/gopreload-git.git (read-only, click to copy)
Package Base: gopreload-git
Description: Preloads files needed for given programs
Upstream URL: http://forums.gentoo.org/viewtopic-t-622085-highlight-preload.html
Licenses: GPL
Conflicts: gopreload
Provides: gopreload
Submitter: kokoko3k
Maintainer: kokoko3k
Last Packager: kokoko3k
Votes: 30
Popularity: 0.000005
First Submitted: 2013-11-25 11:12 (UTC)
Last Updated: 2022-03-21 13:15 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

kokoko3k commented on 2022-03-21 13:18 (UTC)

Thank you Yutsuten, fixed

Yutsuten commented on 2022-03-21 11:21 (UTC)

Got this error while installing:

Cloning into bare repository '/home/mateus/Packages/AUR/20-gopreload/gopreload'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

Fixed with this change:

diff --git a/PKGBUILD b/PKGBUILD
index 6631181..5054b97 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ provides=('gopreload')
 conflicts=('gopreload')
 backup=('etc/gopreload.conf')
 install=${_gitname}.install
-source=('git://github.com/kokoko3k/gopreload.git')
+source=('git+https://github.com/kokoko3k/gopreload.git')
 sha256sums=('SKIP')

 pkgver() {

kokoko3k commented on 2022-01-21 08:07 (UTC)

normalname012: Doesnt'it? Sources are still there and the package dependancies are met.

normalname012 commented on 2022-01-21 06:18 (UTC) (edited on 2022-01-21 06:18 (UTC) by normalname012)

Does this package still work? hasn't been updated for quite some time

kokoko3k commented on 2017-05-05 09:33 (UTC) (edited on 2017-05-05 09:33 (UTC) by kokoko3k)

Tjuh: thanks, english is not my primary language, obviously :) Just fixed.

Tjuh commented on 2017-05-04 21:42 (UTC)

Hi there, noticed a small typo error in your gopreload-prepare script. It says '...when you've done.' I think you mean "you're"?

kokoko3k commented on 2016-12-15 12:46 (UTC)

Good spot Tjuh, thanks, just updated.

Tjuh commented on 2016-12-10 14:01 (UTC)

I've noticed wmctrl is required for the gopreload-batch-refresh.sh script to function properly.

KarlFiabeschi commented on 2016-08-04 21:51 (UTC)

oh man very nice! ty

kokoko3k commented on 2016-01-26 10:12 (UTC)

Ops, fixed.