Skip to content

Commit

Permalink
[eos-pkgbuild-setup] added package changelog URLs to assets.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
EndeavourOS committed Aug 11, 2023
1 parent b712083 commit 5af412a
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions eos-pkgbuild-setup/assets.conf.mirrors.mirror1
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,21 @@ PKGNAMES_WAIT=(



declare -A PKG_CHANGELOGS

PKG_CHANGELOGS[downgrade]="https://github.com/archlinux-downgrade/downgrade/blob/main/CHANGELOG.md"
PKG_CHANGELOGS[eos-bash-shared]="https://github.com/endeavouros-team/eos-bash-shared/commits"
PKG_CHANGELOGS[paru]="https://github.com/Morganamilo/paru/releases"
PKG_CHANGELOGS[rate-mirrors]="https://github.com/westandskif/rate-mirrors/releases"
PKG_CHANGELOGS[yad]="https://github.com/v1cont/yad/blob/master/NEWS"
PKG_CHANGELOGS[yay]="https://github.com/Jguer/yay/releases"
PKG_CHANGELOGS[welcome]="https://github.com/endeavouros-team/welcome/commits"
PKG_CHANGELOGS[zfs-dkms]="https://github.com/openzfs/zfs/releases"
PKG_CHANGELOGS[zfs-utils]="https://github.com/openzfs/zfs/releases"
declare -A PKG_CHANGELOGS=(
bashdb "https://aur.archlinux.org/cgit/aur.git/log/?h=bashdb"
downgrade "https://github.com/archlinux-downgrade/downgrade/blob/main/CHANGELOG.md"
eos-bash-shared "https://github.com/endeavouros-team/eos-bash-shared/commits"
filesystem "https://gitlab.archlinux.org/archlinux/packaging/packages/filesystem/-/commits"
lsb-release "https://gitlab.archlinux.org/archlinux/packaging/packages/lsb-release/-/commits/main"
mkinitcpio-openswap "https://aur.archlinux.org/cgit/aur.git/log/?h=mkinitcpio-openswap"
paru "https://github.com/Morganamilo/paru/releases"
rate-mirrors "https://github.com/westandskif/rate-mirrors/releases"
yad "https://github.com/v1cont/yad/blob/master/NEWS"
yay "https://github.com/Jguer/yay/releases"
welcome "https://github.com/endeavouros-team/welcome/commits"
zfs-dkms "https://github.com/openzfs/zfs/releases"
zfs-utils "https://github.com/openzfs/zfs/releases"
)


# HAS_GIT_VER array incldues packages whose pkgver can be anything, i.e. newer package can have lower pkgver.
Expand Down

0 comments on commit 5af412a

Please sign in to comment.