bioarchlinux-pacmanconf: rm

This commit is contained in:
Kuoi 2023-03-22 15:19:54 +08:00
parent 7317441d98
commit 5ba0969bfd
3 changed files with 1 additions and 32 deletions

View file

@ -8,7 +8,6 @@ license=('GPL')
depends=(
# very very base
'base'
# BioArchLinux related
'bioarchlinux-pacmanconf' 'bioarchlinux-mirrorlist' 'bioarchlinux-keyring'
'bioarchlinux-mirrorlist' 'bioarchlinux-keyring'
)

View file

@ -1,18 +0,0 @@
# Maintainer: Guoyi
pkgname=bioarchlinux-pacmanconf
pkgver=2023.03.22
pkgrel=1
pkgdesc="BioArchLinux pacman conf for use by pacman"
arch=('any')
url="https://github.com/BioArchLinux/iso"
license=('GPL')
backup=(etc/pacman.conf)
source=(https://raw.githubusercontent.com/BioArchLinux/iso/master/bio/pacman.conf)
sha256sums=('2ffe6868027f645c41d31742c6cfc5191efe10cf9e8f0d11ab77a96050890553')
package() {
mkdir -p "$pkgdir/etc/"
install -m644 "$srcdir/pacman.conf" "$pkgdir/etc/pacman.conf"
}

View file

@ -1,12 +0,0 @@
build_prefix: extra-x86_64
maintainers:
- github: starsareintherose
email: kuoi@bioarchlinux.org
pre_build_script: |
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
run_cmd(['updpkgsums'])
post_build_script: |
git_pkgbuild_commit()
update_on:
- source: cmd
cmd: curl -sSi https://raw.githubusercontent.com/BioArchLinux/iso/master/bio/pacman.conf | grep 'date' | sed 's/Jan/01/g;s/Feb/02/g;s/Mar/03/g;s/Apr/04/g;s/May/05/g;s/Jun/06/g;s/Jul/07/g;s/Aug/08/g;s/Sep/09/g;s/Oct/10/g;s/Nov/11/g;s/Dec/12/g' | awk '{print $5,$4,$3}' | sed 's/ /./g' | head -n 1