2017-05-13 15:09 GMT-03:00 Markus Ongyerth <a...@ongy.net>: > Hello, > > I created a PKGBUILD for cabal-install (from git) and wanted to upload it > to > the aur. [1] > > When I fetched the repository from the server, I got a PKGBUILD that > already > exists, but isn't listed on the website. > > #archlinux on freenode told me, that can happen when a repository was > deleted > from the aur. > Is it possible to get my version in? Or was it removed, because a git HEAD > version of cabal-install is considered superseeded by something from the > official repos? >
Cloning, updating the PKGBUILD, creating the .SRCINFO, and then pushing it back should probably do the job. > > [1] https://github.com/Ongy/cabal-install-PKGBUILD If I may, I have some suggestions for your PKGBUILD: 1) adjust sed to remove "cabal" from pkgver 2) remove blank lines between the variables at start, and 3) move SANDBOX variable into build() as it is not used anywhere. 4) remove "cabal-install" as makedeps (your PKGBUILD provides it, so can't depend on it) Best Regards, Rafael Fontenelle