[aur-dev] [PATCH] Remove superfluous search wrapper function

2013-04-19 Thread canyonknight
The search_accounts_form() wrapper function doesn't have any arguments and only makes it unclear what is happening within account.php Signed-off-by: canyonknight canyonkni...@gmail.com --- web/html/account.php | 2 +- web/lib/acctfuncs.inc.php | 10 -- 2 files changed, 1

[aur-dev] [PATCH] Add PackagerUID column to Packages table

2013-04-19 Thread canyonknight
The last packager is not currently saved despite there being many instances of the last packager being different than either the submitter or the maintainer. Signed-off-by: canyonknight canyonkni...@gmail.com --- UPGRADING | 10 ++ support/schema/aur-schema.sql | 4

Re: [aur-dev] AUR Android app

2013-04-19 Thread Pedro Veloso
Hi guys, Thank you for the replies. The RPC will do nicely, that was exactly what I was looking for. I guess I'll start with the info provided by the RPC and think about web scraping for package dependencies later on. The notifier for package maintainers should be easy to implement, I'm