Search Criteria
Package Details: urxvt-font-size-git r32.0984499-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/urxvt-font-size-git.git (read-only, click to copy) | 
|---|---|
| Package Base: | urxvt-font-size-git | 
| Description: | On-the-fly URxvt font size adjustments | 
| Upstream URL: | https://github.com/majutsushi/urxvt-font-size | 
| Licenses: | MIT | 
| Submitter: | vikstrous | 
| Maintainer: | loacker | 
| Last Packager: | loacker | 
| Votes: | 29 | 
| Popularity: | 0.000015 | 
| First Submitted: | 2015-09-14 04:04 (UTC) | 
| Last Updated: | 2024-05-04 23:05 (UTC) | 
Dependencies (4)
- rxvt-unicode (rxvt-unicode-pixbuf-patchedAUR, rxvt-unicode-fontspacing-noinc-vteclear-secondarywheelAUR, rxvt-unicode-pixbufAUR, rxvt-unicode-truecolorAUR, rxvt-unicode-256xresourcesAUR, rxvt-unicode-better-wheel-scrolling-unicode3AUR, rxvt-unicode-truecolor-secondaryscroll-clearAUR, rxvt-unicode-truecolor-wide-glyphsAUR, rxvt-unicode-cvsAUR)
- xorg-xlsfonts
- xorg-xrdb (xorg-xrdb-mcppAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
blueowl commented on 2022-08-23 09:03 (UTC) (edited on 2022-08-23 09:06 (UTC) by blueowl)
Hello @vikstrous
as just1602 said, the package doesn't build due to git:// protocol deprecation (see https://blog.readthedocs.com/github-git-protocol-deprecation/).
I have made a patch fixing it: http://ix.io/48ou
Please apply the patch. In case you are not interested in the package, I can overtake it.
just1602 commented on 2022-04-29 22:04 (UTC) (edited on 2022-04-29 22:08 (UTC) by just1602)
Hello !
Github does not support the
git://protocol anymore since it is not encrypted. You need to use thehttps://protocol instead.So in the
PKGBUILD, the source url must be change fromgit://github.com/majutsushi/${_pkgname}.gittohttps://github.com/majutsushi/${_pkgname}.git.