Welcome to GISCAN Repository !

If you see this page, you are on the custom GISCAN Manjaro's repository

If you would like to add pre-built and/or GIS software from GISCAN to pacman or add/remove software gui (pamac),

add this current repo to your /etc/pacman.conf with this content after #Server = file:///home/custompkgs :
1.a)

[giscan]
Server = https://giscan.com/sig/pkg/$arch
SigLevel = Optional TrustAll

or
1.b) You could add repo with one command line (don't run this command multipe times) :

echo '[giscan]
Server = https://giscan.com/sig/pkg/$arch
SigLevel = Optional TrustAll' | sudo tee -a /etc/pacman.conf

2. Then update your local packages database with :

pacman -Syy

For further support : Contact us at contact at giscan dot com.

Thank you.