On 29 January 2014 10:12, Omid Nikta <[email protected]> wrote: > Hi everybody, > Could you please rename my package qtmind to QtMind? > > https://aur.archlinux.org/packages/qtmind/ > > Thanks You should rename the package to qtmind-git, and make use of the pacman 4.1 VCS templates [1] (i.e. put the git repo URL in the sources array, write a pkgver function, and don't manually clone/make a build directory).
You should also surround every $srcdir and $pkgdir with double quotes. You also might want to check whether the Makefile has a install recipe, rather than manually installing the files. I don't know why you want to use capital letters everywhere. The description is grating enough without $pkgname doing it too. Cheers, WorMzy [1] https://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines
