Merge branch 'main' of git.bgme.bid:bgme/lilac

This commit is contained in:
bgme 2024-12-20 23:37:42 +08:00
commit 3ce21a947f
10 changed files with 31 additions and 31 deletions

View file

@ -1,23 +1,22 @@
# Maintainer: Giovanni Harting <539@idlegandalf.com> # Maintainer: Giovanni Harting <539@idlegandalf.com>
pkgname=alhp-mirrorlist pkgname=alhp-mirrorlist
pkgver=20240208 pkgver=20240615
pkgrel=1 pkgrel=1
pkgdesc="ALHP mirror list for use by pacman" pkgdesc='ALHP mirror list for use by pacman'
arch=(any) arch=(any)
url="https://somegit.dev/ALHP/alhp-mirrorlist" url='https://somegit.dev/ALHP/alhp-mirrorlist'
license=(GPL) license=(GPL-2.0-or-later)
backup=( backup=(
"etc/pacman.d/alhp-mirrorlist" 'etc/pacman.d/alhp-mirrorlist'
"etc/pacman.d/alhp-mirrorlist.ipfs" 'etc/pacman.d/alhp-mirrorlist.ipfs'
) )
source=("https://somegit.dev/ALHP/alhp-mirrorlist/archive/$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
b2sums=('8c5ddadcb347db28bffffcadf35ad15b25de0e9aa9ca7e4f192d4b840a2f13ff931d62bc84cff5c4db3db11c0e2e5e815c113ab40a78c19df411a577cd76f7fc') b2sums=('181a3d7c71fe37eb25c560b3e8d4cb29e96b105781bb007799d7e117e8bde9ced7c58024ef0e4947ee5e4cc347c40595a867f79c1d03c186e6fa53198b66631d')
package() { package() {
mkdir -p "$pkgdir/etc/pacman.d" install -Dm644 alhp-mirrorlist/mirrorlist "$pkgdir"/etc/pacman.d/alhp-mirrorlist
install -m644 "$srcdir/alhp-mirrorlist/mirrorlist" "$pkgdir/etc/pacman.d/alhp-mirrorlist" install -Dm644 alhp-mirrorlist/mirrorlist.ipfs "$pkgdir"/etc/pacman.d/alhp-mirrorlist.ipfs
install -m644 "$srcdir/alhp-mirrorlist/mirrorlist.ipfs" "$pkgdir/etc/pacman.d/alhp-mirrorlist.ipfs"
} }
# vim:set ts=2 sw=2 et: # vim:set ts=2 sw=2 et:

View file

@ -2,7 +2,7 @@
# Contributor: Marie Piontek <marie@kaifa.ch> # Contributor: Marie Piontek <marie@kaifa.ch>
pkgname=an-anime-game-launcher-bin pkgname=an-anime-game-launcher-bin
pkgver=3.9.6 pkgver=3.10.0
pkgrel=1 pkgrel=1
pkgdesc="A Launcher for a specific anime game with auto-patching, discord rpc and time tracking" pkgdesc="A Launcher for a specific anime game with auto-patching, discord rpc and time tracking"
url="https://github.com/an-anime-team/an-anime-game-launcher" url="https://github.com/an-anime-team/an-anime-game-launcher"
@ -15,6 +15,7 @@ depends=(
"libadwaita" "libadwaita"
"xdg-desktop-portal" "xdg-desktop-portal"
"xdelta3" "xdelta3"
"libwebp"
"p7zip" "p7zip"
"git" "git"
"gtk4" "gtk4"
@ -34,7 +35,7 @@ source=(
) )
md5sums=( md5sums=(
'9a1c059f6755558fdfdf6adff6b46ae0' 'f6c7fc6e1076f4db7ced0dc59ff315c0'
'c1a5499b80a55d3d238ef5c5d2c93c99' 'c1a5499b80a55d3d238ef5c5d2c93c99'
'f0cfe73897e8f49e92e0dfc41326fb0b' 'f0cfe73897e8f49e92e0dfc41326fb0b'
) )

View file

@ -10,7 +10,7 @@
# Maintainer: Kordian Bruck <k@bruck.me> # Maintainer: Kordian Bruck <k@bruck.me>
pkgname=android-studio pkgname=android-studio
pkgver=2023.3.1.20 pkgver=2024.1.1.11
pkgrel=1 pkgrel=1
pkgdesc="The official Android IDE (Stable branch)" pkgdesc="The official Android IDE (Stable branch)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -25,7 +25,7 @@ options=('!strip')
source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-$pkgver-linux.tar.gz" source=("https://dl.google.com/dl/android/studio/ide-zips/$pkgver/android-studio-$pkgver-linux.tar.gz"
"$pkgname.desktop" "$pkgname.desktop"
"license.html") "license.html")
sha256sums=('63cd585721b78815abbe206500ad457b57a9020c6f5ad8f369e42aa274cac4f7' sha256sums=('d8fa8ecfe415b44513350901501e2a0f429ca033cf1805054b1c816c4a704565'
'73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4' '73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4'
'9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e') '9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e')

View file

@ -2,7 +2,7 @@ pkgbase='python-inquirerpy'
pkgname=('python-inquirerpy') pkgname=('python-inquirerpy')
_module='InquirerPy' _module='InquirerPy'
pkgver='0.3.4' pkgver='0.3.4'
pkgrel=8 pkgrel=9
pkgdesc="Python port of Inquirer.js (A collection of common interactive command-line user interfaces)" pkgdesc="Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"
url="https://github.com/kazhala/InquirerPy" url="https://github.com/kazhala/InquirerPy"
depends=('python' 'python-pfzy' 'python-prompt_toolkit') depends=('python' 'python-pfzy' 'python-prompt_toolkit')

View file

@ -2,7 +2,7 @@ pkgbase='python-pfzy'
pkgname=('python-pfzy') pkgname=('python-pfzy')
_module='pfzy' _module='pfzy'
pkgver='0.3.4' pkgver='0.3.4'
pkgrel=5 pkgrel=6
pkgdesc="Python port of the fzy fuzzy string matching algorithm" pkgdesc="Python port of the fzy fuzzy string matching algorithm"
url="https://github.com/kazhala/pfzy" url="https://github.com/kazhala/pfzy"
depends=('python') depends=('python')

View file

@ -3,7 +3,7 @@
# Contributer: Vincent Demeester <vincent@sbr.io> # Contributer: Vincent Demeester <vincent@sbr.io>
# Contributer: Alex Ogier <alex.ogier@gmail.com> # Contributer: Alex Ogier <alex.ogier@gmail.com>
pkgname=ruby-build pkgname=ruby-build
pkgver=20240530.1 pkgver=20240612
pkgrel=1 pkgrel=1
_file="${pkgname}-v${pkgver}.tar.gz" _file="${pkgname}-v${pkgver}.tar.gz"
pkgdesc="Compile and install Ruby" pkgdesc="Compile and install Ruby"
@ -16,7 +16,7 @@ optdepends=(
'libyaml: install recent versions of mri' 'libyaml: install recent versions of mri'
) )
source=($_file::$url/archive/v$pkgver.tar.gz) source=($_file::$url/archive/v$pkgver.tar.gz)
sha512sums=('d2a5fbbe123a68e5213ffd7f13697d87e0e89b9ad9ea80e574728e3491fdd3e26a7c92110508826b6e269b2ec58d5431498554a86ae58d462e7309d8f9c016f6') sha512sums=('84f60ae40df435a3be459d33fc93b81f62721428b656f60ac4c424aa904b5b8c4900e50aa522908827df79cb1499baba53e845fba964d67fa98daa24735cc335')
build() { build() {
cd $srcdir cd $srcdir

View file

@ -3,7 +3,7 @@
pkgname=sing-box-git pkgname=sing-box-git
_pkgname=sing-box _pkgname=sing-box
pkgver=202406111342.c646fd6b pkgver=202406240817.53305384
pkgrel=1 pkgrel=1
pkgdesc='The universal proxy platform (git version).' pkgdesc='The universal proxy platform (git version).'

View file

@ -1,8 +1,8 @@
# Maintainer: bgme <i@bgme.me> # Maintainer: bgme <i@bgme.me>
pkgname=sing-geoip pkgname=sing-geoip
pkgver=20240512 pkgver=20240612
pkgrel=2 pkgrel=1
pkgdesc='sing-geoip database' pkgdesc='sing-geoip database'
arch=('any') arch=('any')
url="https://github.com/SagerNet/sing-geoip" url="https://github.com/SagerNet/sing-geoip"

View file

@ -1,7 +1,7 @@
# Maintainer: everyx <lunt.luo#gmail.com> # Maintainer: everyx <lunt.luo#gmail.com>
pkgname=sing-geosite pkgname=sing-geosite
pkgver=20240604215500 pkgver=20240621160143
pkgrel=1 pkgrel=1
pkgdesc='sing-geosite database' pkgdesc='sing-geosite database'
arch=('any') arch=('any')

View file

@ -33,7 +33,7 @@
# have been modified. # have been modified.
pkgname=ventoy pkgname=ventoy
pkgver=1.0.98 pkgver=1.0.99
_grub_ver=2.04 # (Jul 2019) _grub_ver=2.04 # (Jul 2019)
#_unifont_ver=15.0.01 # FIXME see NOTE below #_unifont_ver=15.0.01 # FIXME see NOTE below
_ipxe_ver=3fe683e # (Sep 29 2019) _ipxe_ver=3fe683e # (Sep 29 2019)
@ -133,13 +133,13 @@ noextract=(
cryptsetup-"$_crypt_ver".tar.xz cryptsetup-"$_crypt_ver".tar.xz
wimboot-"$_wimboot_ver".tar.gz wimboot-"$_wimboot_ver".tar.gz
) )
sha256sums=('3ab7cf140b1f64157b4196b291ecfb9f87097cdcd7a7e6d5bf9e9ccf6b5fba8c' sha256sums=('2557ccdeaf8b0e517087afb63f65c4e2a32ef3f15bd196b7f828d93d586ca7b9'
'e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d' 'e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d'
'db2a9018392a3984d1e1e649bde0ffc19c90fa4d96b9fd2d4caaf9c1ca2af68b' 'db2a9018392a3984d1e1e649bde0ffc19c90fa4d96b9fd2d4caaf9c1ca2af68b'
'5ee49d23d376aeea24269f7605fcaa7fbd326c04cda4e31b8eb7fa15a540ef44' '5ee49d23d376aeea24269f7605fcaa7fbd326c04cda4e31b8eb7fa15a540ef44'
'c6f691aa91afbaab811a369fe729f61d8e5b58bb5ad79a45446c9ee849c1a60b' 'c6f691aa91afbaab811a369fe729f61d8e5b58bb5ad79a45446c9ee849c1a60b'
'SKIP' # GitHub cannot be trusted to maintain a stable patch checksum 'SKIP' # Cannot rely on GitHub to maintain a stable patch checksum
'SKIP' # GitHub cannot be trusted to maintain a stable patch checksum 'SKIP' # Cannot rely on GitHub to maintain a stable patch checksum
'7994ad5a63d00446da2e95da1f3f03355b272f096d7eb9830417ab14393b3ace' '7994ad5a63d00446da2e95da1f3f03355b272f096d7eb9830417ab14393b3ace'
'313aa962c7f80a02f41758d90d6f67687c77c74a6126b060337f248bc1b637f6' '313aa962c7f80a02f41758d90d6f67687c77c74a6126b060337f248bc1b637f6'
'a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4' 'a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4'
@ -1077,11 +1077,11 @@ _pack_ventoy() (
local _efi_files=( local _efi_files=(
BOOTIA32.EFI # shim 32-bit ver 15.6 # SUISBD [1] based on Fedora BOOTIA32.EFI # shim 32-bit ver 15.6 # SUISBD [1] based on Fedora
BOOTX64.EFI # shim 64-bit ver 15.7 # ? Ubuntu ? BOOTX64.EFI # shim 64-bit ver 15.7 # ? SUSE Linux Enterprise ?
grubx64.efi # preloader 64-bit # SUISBD [1] grub.efi # preloader 64-bit # SUISBD [1]
grubia32.efi # preloader 32-bit # SUISBD [2] grubia32.efi # preloader 32-bit # SUISBD [2]
mmia32.efi # MokManager 32-bit ver 15.6 # same length as SUISBD [1] (but 261 bytes different) based on Fedora mmia32.efi # MokManager 32-bit ver 15.6 # same length as SUISBD [1] (but 261 bytes differ) based on Fedora
mmx64.efi # MokManager 64-bit ver 15.7 # ? Ubuntu ? MokManager.efi # MokManager 64-bit ver 15.7 # ? SUSE Linux Enterprise ?
) )
# This file is also from SUISBD # This file is also from SUISBD