JLErvin / berry

:strawberry: A healthy, byte-sized window manager
MIT License
1.01k stars 46 forks source link

Please fix PKGBUILD #179

Closed Ved-un closed 2 years ago

Ved-un commented 2 years ago
[elem@elem ~]$ LC_ALL=C yay                                                             (03-18 11:11)
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 archlinuxcn is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Searching databases for updates...
:: Searching AUR for updates...
:: Checking development packages...
 -> devel check for package failed: '/usr/bin/git ls-remote git://github.com/JLErvin/berry.git HEAD' encountered an error
 there is nothing to do

Please fix PKGBUILD. Must be :

source=(
    "git+https://github.com/JLErvin/berry.git"
    berry.desktop
)
JLErvin commented 2 years ago

Should be updated now, want to give it another try?

Ved-un commented 2 years ago

Many thanks. Now everything is fine, the error has disappeared.