Search Criteria
Package Details: wowup 2.0.3-1
Git Clone URL: | https://aur.archlinux.org/wowup.git (read-only, click to copy) |
---|---|
Package Base: | wowup |
Description: | WowUp the World of Warcraft addon updater |
Upstream URL: | https://github.com/WowUp/WowUp |
Licenses: | |
Submitter: | cyano |
Maintainer: | cyano |
Last Packager: | cyano |
Votes: | 4 |
Popularity: | 1.75 |
First Submitted: | 2020-11-11 05:22 |
Last Updated: | 2021-01-06 00:31 |
Dependencies (3)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw, imagemagick-git) (make)
- nodejs (nodejs6-bin, nodejs-ipv6, nodejs-git, nodejs-lts-dubnium, nodejs-lts-erbium, nodejs-lts-fermium) (make)
- npm (npm53, npm4, nodejs6-bin) (make)
Latest Comments
orlfman commented on 2021-01-20 01:30
its working now. seems like they had a connection problem.
justin-sh commented on 2021-01-19 14:04
Seems as if the https://www.electronjs.org/ website is also having issues. Results in 'Application Error' on the main page.
orlfman commented on 2021-01-19 09:01
sorry for the spam. seems like a connection failure? not sure what's going on. can't build it :(
crborga commented on 2020-12-11 16:51
Can we get a git version as well for the latest beta? I already modified the PKGBUILD locally to do this but the aur would be easier for future betas.
In case anyone wants to do this right now just modify line 5 and line 20 _pkgver=2.1.0-beta.4 sha256sums=('0d5098107ebf699299fdd23b19defa85c68d017a3532fcdc3b782684248a282d'
brewkro commented on 2020-11-20 03:00
Seems to be good now :)
cyano commented on 2020-11-20 00:55
@brewkro Fixed in 2.0.0.beta.20-1 by adding missing makedepends
imagemagick
.brewkro commented on 2020-11-20 00:19
Had to comment out line 52 of the pkgbuild, as would fail on that line.
convert assets/wowup_logo_512np.png -resize ${size}x${size} "$target/$pkgname.png"
Works fine otherwise after that was done. Mabey an missing dependancy? Still pretty new to the aur etc.