diff --git a/repo/alhp-mirrorlist/PKGBUILD b/repo/alhp-mirrorlist/PKGBUILD index 27353f4..6988ffe 100644 --- a/repo/alhp-mirrorlist/PKGBUILD +++ b/repo/alhp-mirrorlist/PKGBUILD @@ -1,23 +1,22 @@ # Maintainer: Giovanni Harting <539@idlegandalf.com> pkgname=alhp-mirrorlist -pkgver=20240208 +pkgver=20240615 pkgrel=1 -pkgdesc="ALHP mirror list for use by pacman" +pkgdesc='ALHP mirror list for use by pacman' arch=(any) -url="https://somegit.dev/ALHP/alhp-mirrorlist" -license=(GPL) +url='https://somegit.dev/ALHP/alhp-mirrorlist' +license=(GPL-2.0-or-later) backup=( - "etc/pacman.d/alhp-mirrorlist" - "etc/pacman.d/alhp-mirrorlist.ipfs" + 'etc/pacman.d/alhp-mirrorlist' + 'etc/pacman.d/alhp-mirrorlist.ipfs' ) -source=("https://somegit.dev/ALHP/alhp-mirrorlist/archive/$pkgver.tar.gz") -b2sums=('8c5ddadcb347db28bffffcadf35ad15b25de0e9aa9ca7e4f192d4b840a2f13ff931d62bc84cff5c4db3db11c0e2e5e815c113ab40a78c19df411a577cd76f7fc') +source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") +b2sums=('181a3d7c71fe37eb25c560b3e8d4cb29e96b105781bb007799d7e117e8bde9ced7c58024ef0e4947ee5e4cc347c40595a867f79c1d03c186e6fa53198b66631d') package() { - mkdir -p "$pkgdir/etc/pacman.d" - install -m644 "$srcdir/alhp-mirrorlist/mirrorlist" "$pkgdir/etc/pacman.d/alhp-mirrorlist" - install -m644 "$srcdir/alhp-mirrorlist/mirrorlist.ipfs" "$pkgdir/etc/pacman.d/alhp-mirrorlist.ipfs" + install -Dm644 alhp-mirrorlist/mirrorlist "$pkgdir"/etc/pacman.d/alhp-mirrorlist + install -Dm644 alhp-mirrorlist/mirrorlist.ipfs "$pkgdir"/etc/pacman.d/alhp-mirrorlist.ipfs } # vim:set ts=2 sw=2 et: diff --git a/repo/an-anime-game-launcher-bin/PKGBUILD b/repo/an-anime-game-launcher-bin/PKGBUILD index 7574f61..20e99b0 100644 --- a/repo/an-anime-game-launcher-bin/PKGBUILD +++ b/repo/an-anime-game-launcher-bin/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Marie Piontek pkgname=an-anime-game-launcher-bin -pkgver=3.9.6 +pkgver=3.10.0 pkgrel=1 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" @@ -15,6 +15,7 @@ depends=( "libadwaita" "xdg-desktop-portal" "xdelta3" + "libwebp" "p7zip" "git" "gtk4" @@ -34,7 +35,7 @@ source=( ) md5sums=( - '9a1c059f6755558fdfdf6adff6b46ae0' + 'f6c7fc6e1076f4db7ced0dc59ff315c0' 'c1a5499b80a55d3d238ef5c5d2c93c99' 'f0cfe73897e8f49e92e0dfc41326fb0b' ) diff --git a/repo/android-studio/PKGBUILD b/repo/android-studio/PKGBUILD index 91c3fb3..b7d1759 100644 --- a/repo/android-studio/PKGBUILD +++ b/repo/android-studio/PKGBUILD @@ -10,7 +10,7 @@ # Maintainer: Kordian Bruck pkgname=android-studio -pkgver=2023.3.1.20 +pkgver=2024.1.1.11 pkgrel=1 pkgdesc="The official Android IDE (Stable branch)" 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" "$pkgname.desktop" "license.html") -sha256sums=('63cd585721b78815abbe206500ad457b57a9020c6f5ad8f369e42aa274cac4f7' +sha256sums=('d8fa8ecfe415b44513350901501e2a0f429ca033cf1805054b1c816c4a704565' '73cd2dde1d0f99aaba5baad1e2b91c834edd5db3c817f6fb78868d102360d3c4' '9a7563f7fb88c9a83df6cee9731660dc73a039ab594747e9e774916275b2e23e') diff --git a/repo/python-inquirerpy/PKGBUILD b/repo/python-inquirerpy/PKGBUILD index 9a17283..0f1f063 100644 --- a/repo/python-inquirerpy/PKGBUILD +++ b/repo/python-inquirerpy/PKGBUILD @@ -2,7 +2,7 @@ pkgbase='python-inquirerpy' pkgname=('python-inquirerpy') _module='InquirerPy' pkgver='0.3.4' -pkgrel=8 +pkgrel=9 pkgdesc="Python port of Inquirer.js (A collection of common interactive command-line user interfaces)" url="https://github.com/kazhala/InquirerPy" depends=('python' 'python-pfzy' 'python-prompt_toolkit') diff --git a/repo/python-pfzy/PKGBUILD b/repo/python-pfzy/PKGBUILD index 029eef3..920ab6f 100644 --- a/repo/python-pfzy/PKGBUILD +++ b/repo/python-pfzy/PKGBUILD @@ -2,7 +2,7 @@ pkgbase='python-pfzy' pkgname=('python-pfzy') _module='pfzy' pkgver='0.3.4' -pkgrel=5 +pkgrel=6 pkgdesc="Python port of the fzy fuzzy string matching algorithm" url="https://github.com/kazhala/pfzy" depends=('python') diff --git a/repo/ruby-build/PKGBUILD b/repo/ruby-build/PKGBUILD index cefb865..15520b2 100644 --- a/repo/ruby-build/PKGBUILD +++ b/repo/ruby-build/PKGBUILD @@ -3,7 +3,7 @@ # Contributer: Vincent Demeester # Contributer: Alex Ogier pkgname=ruby-build -pkgver=20240530.1 +pkgver=20240612 pkgrel=1 _file="${pkgname}-v${pkgver}.tar.gz" pkgdesc="Compile and install Ruby" @@ -16,7 +16,7 @@ optdepends=( 'libyaml: install recent versions of mri' ) source=($_file::$url/archive/v$pkgver.tar.gz) -sha512sums=('d2a5fbbe123a68e5213ffd7f13697d87e0e89b9ad9ea80e574728e3491fdd3e26a7c92110508826b6e269b2ec58d5431498554a86ae58d462e7309d8f9c016f6') +sha512sums=('84f60ae40df435a3be459d33fc93b81f62721428b656f60ac4c424aa904b5b8c4900e50aa522908827df79cb1499baba53e845fba964d67fa98daa24735cc335') build() { cd $srcdir diff --git a/repo/sing-box-git/PKGBUILD b/repo/sing-box-git/PKGBUILD index 3e9a0e0..ea66e9a 100644 --- a/repo/sing-box-git/PKGBUILD +++ b/repo/sing-box-git/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sing-box-git _pkgname=sing-box -pkgver=202406111342.c646fd6b +pkgver=202406240817.53305384 pkgrel=1 pkgdesc='The universal proxy platform (git version).' diff --git a/repo/sing-geoip/PKGBUILD b/repo/sing-geoip/PKGBUILD index 5b4cda2..cb2aae8 100644 --- a/repo/sing-geoip/PKGBUILD +++ b/repo/sing-geoip/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: bgme pkgname=sing-geoip -pkgver=20240512 -pkgrel=2 +pkgver=20240612 +pkgrel=1 pkgdesc='sing-geoip database' arch=('any') url="https://github.com/SagerNet/sing-geoip" diff --git a/repo/sing-geosite/PKGBUILD b/repo/sing-geosite/PKGBUILD index 598c11b..c3ca730 100644 --- a/repo/sing-geosite/PKGBUILD +++ b/repo/sing-geosite/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: everyx pkgname=sing-geosite -pkgver=20240604215500 +pkgver=20240621160143 pkgrel=1 pkgdesc='sing-geosite database' arch=('any') diff --git a/repo/ventoy/PKGBUILD b/repo/ventoy/PKGBUILD index 7e4d398..48cfe3d 100644 --- a/repo/ventoy/PKGBUILD +++ b/repo/ventoy/PKGBUILD @@ -33,7 +33,7 @@ # have been modified. pkgname=ventoy -pkgver=1.0.98 +pkgver=1.0.99 _grub_ver=2.04 # (Jul 2019) #_unifont_ver=15.0.01 # FIXME see NOTE below _ipxe_ver=3fe683e # (Sep 29 2019) @@ -133,13 +133,13 @@ noextract=( cryptsetup-"$_crypt_ver".tar.xz wimboot-"$_wimboot_ver".tar.gz ) -sha256sums=('3ab7cf140b1f64157b4196b291ecfb9f87097cdcd7a7e6d5bf9e9ccf6b5fba8c' +sha256sums=('2557ccdeaf8b0e517087afb63f65c4e2a32ef3f15bd196b7f828d93d586ca7b9' 'e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d' 'db2a9018392a3984d1e1e649bde0ffc19c90fa4d96b9fd2d4caaf9c1ca2af68b' '5ee49d23d376aeea24269f7605fcaa7fbd326c04cda4e31b8eb7fa15a540ef44' 'c6f691aa91afbaab811a369fe729f61d8e5b58bb5ad79a45446c9ee849c1a60b' - 'SKIP' # GitHub cannot be trusted 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 + 'SKIP' # Cannot rely on GitHub to maintain a stable patch checksum '7994ad5a63d00446da2e95da1f3f03355b272f096d7eb9830417ab14393b3ace' '313aa962c7f80a02f41758d90d6f67687c77c74a6126b060337f248bc1b637f6' 'a9a118bbe84d8764da0ea0d28b3ab3fae8477fc7e4085d90102b8596fc7c75e4' @@ -1077,11 +1077,11 @@ _pack_ventoy() ( local _efi_files=( BOOTIA32.EFI # shim 32-bit ver 15.6 # SUISBD [1] based on Fedora - BOOTX64.EFI # shim 64-bit ver 15.7 # ? Ubuntu ? - grubx64.efi # preloader 64-bit # SUISBD [1] + BOOTX64.EFI # shim 64-bit ver 15.7 # ? SUSE Linux Enterprise ? + grub.efi # preloader 64-bit # SUISBD [1] 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 - mmx64.efi # MokManager 64-bit ver 15.7 # ? Ubuntu ? + mmia32.efi # MokManager 32-bit ver 15.6 # same length as SUISBD [1] (but 261 bytes differ) based on Fedora + MokManager.efi # MokManager 64-bit ver 15.7 # ? SUSE Linux Enterprise ? ) # This file is also from SUISBD