Skip to content

Commit

Permalink
Merge pull request #152 from egormanga/fix-rpc-url
Browse files Browse the repository at this point in the history
Fixed AUR RPC URL (404)
  • Loading branch information
f2404 authored Jul 31, 2022
2 parents 840a000 + 35c2ded commit 9160ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aur.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/*
* AUR url
*/
#define AUR_RPC "/rpc.php"
#define AUR_RPC "/rpc"
#define AUR_RPC_VERSION "?v=5"
#define AUR_RPC_SEARCH "&type=search&arg="
#define AUR_RPC_BYNAME "&by=name"
Expand Down

0 comments on commit 9160ff6

Please sign in to comment.