From 11a9b886f4ae03dcfe31dec0391bb664999c703a Mon Sep 17 00:00:00 2001 From: Heiko Nickerl Date: Fri, 9 Apr 2021 23:37:51 +0200 Subject: [PATCH] Added package aur --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 95f7e5b..6703009 100644 --- a/packages.json +++ b/packages.json @@ -22103,5 +22103,18 @@ "license": "AGPLv3", "web": "https://github.com/ruivieira/nim-holst", "doc": "https://ruivieira.github.io/nim-holst/holst.html" + }, + { + "name": "aur", + "url": "https://github.com/hnicke/aur.nim", + "method": "git", + "tags": [ + "arch", + "library", + "client" + ], + "description": "A client for the Arch Linux User Repository (AUR)", + "license": "MIT", + "web": "https://github.com/hnicke/aur.nim" } ]