From 399e0b1eed6de16aa7022412f9714131088ea442 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Thu, 14 Apr 2022 02:35:48 +0100 Subject: [PATCH] add mirror --- BioArchLinux/gconf/lilac.py | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 BioArchLinux/gconf/lilac.py diff --git a/BioArchLinux/gconf/lilac.py b/BioArchLinux/gconf/lilac.py new file mode 100644 index 0000000000..8c66f58ed6 --- /dev/null +++ b/BioArchLinux/gconf/lilac.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python3 + +from lilaclib import * + +def pre_build(): + update_pkgver_and_pkgrel(_G.newver.lstrip('v')) + +def post_build(): + git_add_files('PKGBUILD') + git_commit() diff --git a/README.md b/README.md index ac2cf7d670..17defa508f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ Add the fllowing to the `/etc/pacman.conf` [BioArchLinux] Server = https://repo.bioarchlinux.org/$arch ``` +You can repleace the repo.bioarchlinux with any mirror in [mirrorlist](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio) + Then import GPG key ``` $ pacman-key --recv-keys B1F96021DB62254D