New comment by rc-05 on void-packages repository https://github.com/void-linux/void-packages/issues/20107#issuecomment-615875264 Comment: > @bobertlo I successfully built it and have it working. I will submit it as a documentation to void-docs. I just have a question to make note of before. Could you tell me, how would I update discord in future updates with this method? > > For note for my discord void doc: > The commands I ran were > > ``` > git clone https://github.com/void-linux/void-packages > cd void-packages > ./xbps-src binary-bootstrap > echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf > ./xbps-src pkg discord > cd hostdir/binpkgs/nonfree > xbps-install --repository=. discord > ``` Simply update the template file, repackage it, go to the hostdir/binpkgs/nonfree and reinstall the package. This is the most straightforward method that comes into mind :smile: