Skip to content

Commit 9160ff6

Browse files
authored
Merge pull request #152 from egormanga/fix-rpc-url
Fixed AUR RPC URL (404)
2 parents 840a000 + 35c2ded commit 9160ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aur.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/*
3131
* AUR url
3232
*/
33-
#define AUR_RPC "/rpc.php"
33+
#define AUR_RPC "/rpc"
3434
#define AUR_RPC_VERSION "?v=5"
3535
#define AUR_RPC_SEARCH "&type=search&arg="
3636
#define AUR_RPC_BYNAME "&by=name"

0 commit comments

Comments
 (0)