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

This commit is contained in:
bgme 2023-08-08 01:44:28 +08:00
commit 7628cd0f3a
13 changed files with 76 additions and 53 deletions

View file

@ -9,7 +9,7 @@
pkgname=caddy-bgme-git pkgname=caddy-bgme-git
_pkgname=caddy _pkgname=caddy
pkgver=2.7.0beta.2.r3.g119e8794 pkgver=2.7.1.r1.ge2fc08bd
pkgrel=1 pkgrel=1
pkgdesc='Fast web server with automatic HTTPS' pkgdesc='Fast web server with automatic HTTPS'
url='https://caddyserver.com' url='https://caddyserver.com'

View file

@ -1,6 +1,6 @@
# Maintainer: Hendrik 'T4cC0re' Meyer <aur@t4cc0.re> # Maintainer: Hendrik 'T4cC0re' Meyer <aur@t4cc0.re>
pkgname=curl-http3 pkgname=curl-http3
pkgver=8.1.2 pkgver=8.2.1
pkgrel=1 pkgrel=1
pkgdesc="An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3" pkgdesc="An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3"
arch=('x86_64') arch=('x86_64')
@ -10,7 +10,7 @@ depends=('ca-certificates' 'brotli' 'libbrotlidec.so' 'libgssapi_krb5.so'
'krb5' 'libidn2' 'libidn2.so' 'libnghttp2' 'libpsl' 'libpsl.so' 'krb5' 'libidn2' 'libidn2.so' 'libnghttp2' 'libpsl' 'libpsl.so'
'libssh2' 'libssh2.so' 'openssl' 'zlib' 'zstd' 'libzstd.so') 'libssh2' 'libssh2.so' 'openssl' 'zlib' 'zstd' 'libzstd.so')
makedepends=('rust' 'git' 'go' 'cmake') makedepends=('rust' 'git' 'go' 'cmake')
_quiche_ref=0.17.1 _quiche_ref=0.17.2
source=("https://curl.haxx.se/download/curl-$pkgver.tar.gz"{,.asc} source=("https://curl.haxx.se/download/curl-$pkgver.tar.gz"{,.asc}
"git+https://github.com/cloudflare/quiche.git#tag=${_quiche_ref}" "git+https://github.com/cloudflare/quiche.git#tag=${_quiche_ref}"
"git+https://github.com/google/boringssl.git") "git+https://github.com/google/boringssl.git")
@ -79,7 +79,7 @@ package() {
install -Dm644 quiche/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-quiche" install -Dm644 quiche/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-quiche"
install -Dm644 quiche/quiche/deps/boringssl/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-boringssl" install -Dm644 quiche/quiche/deps/boringssl/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-boringssl"
} }
sha512sums=('41f4edb9c75870b713a2ecdaae2f8888651f2db3e689b991e70f1ee4e0da86d861eba1a9d24374e7b99deb0fdb218b9fbbd6cd624363d940a27d82b90c0e5c1b' sha512sums=('d0a906f4dff4c485e6dae930d9a7530147f4c0a0cbb46a83cb9be9d7bd6b9c320386c8be5bcdd3749f2d468b0daf39d06e8c581bab1fa792fd26da409a575cbd'
'SKIP' 'SKIP'
'SKIP' 'SKIP'
'SKIP') 'SKIP')

View file

@ -1,13 +1,13 @@
diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp firefox-114.0.2.new/widget/gtk/GfxInfo.cpp diff --color --unified --recursive --text firefox-115.0.orig/widget/gtk/GfxInfo.cpp firefox-115.0.new/widget/gtk/GfxInfo.cpp
--- firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp 2023-06-21 19:19:01.466886711 +0200 --- firefox-115.0.orig/widget/gtk/GfxInfo.cpp 2023-07-04 22:55:57.742252422 +0200
+++ firefox-114.0.2.new/widget/gtk/GfxInfo.cpp 2023-06-21 20:11:49.836465037 +0200 +++ firefox-115.0.new/widget/gtk/GfxInfo.cpp 2023-07-04 22:56:45.117367837 +0200
@@ -957,14 +957,6 @@ @@ -970,14 +970,6 @@
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED, nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_NO_R600", ""); V(0, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_NO_R600", "");
- // Disable on Release/late Beta - // Disable on Release/late Beta on AMD
-#if !defined(EARLY_BETA_OR_EARLIER) -#if !defined(EARLY_BETA_OR_EARLIER)
- APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::All, - APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::AtiAll,
- nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, - nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING,
- nsIGfxInfo::FEATURE_BLOCKED_DEVICE, - nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
- DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), - DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),

View file

@ -1,9 +1,9 @@
diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp firefox-114.0.2.new/widget/gtk/GfxInfo.cpp diff --color --unified --recursive --text firefox-115.0.orig/widget/gtk/GfxInfo.cpp firefox-115.0.new/widget/gtk/GfxInfo.cpp
--- firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp 2023-06-21 20:28:01.694477890 +0200 --- firefox-115.0.orig/widget/gtk/GfxInfo.cpp 2023-07-04 23:03:47.333542909 +0200
+++ firefox-114.0.2.new/widget/gtk/GfxInfo.cpp 2023-06-21 20:29:02.520105848 +0200 +++ firefox-115.0.new/widget/gtk/GfxInfo.cpp 2023-07-04 23:04:17.310346929 +0200
@@ -844,37 +844,6 @@ @@ -857,37 +857,6 @@
V(21, 0, 0, 0), "FEATURE_FAILURE_WEBRENDER_BUG_1635186", DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
"Mesa 21.0.0.0"); "FEATURE_FAILURE_WEBRENDER_MESA_VM", "");
- //////////////////////////////////// - ////////////////////////////////////
- // FEATURE_WEBRENDER_COMPOSITOR - // FEATURE_WEBRENDER_COMPOSITOR
@ -39,7 +39,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf
// Disable on all AMD devices not using Mesa. // Disable on all AMD devices not using Mesa.
APPEND_TO_DRIVER_BLOCKLIST_EXT( APPEND_TO_DRIVER_BLOCKLIST_EXT(
OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
@@ -884,16 +853,6 @@ @@ -897,16 +866,6 @@
"FEATURE_FAILURE_X11_EGL_NO_LINUX_ATI", ""); "FEATURE_FAILURE_X11_EGL_NO_LINUX_ATI", "");
//////////////////////////////////// ////////////////////////////////////
@ -56,7 +56,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf
// FEATURE_DMABUF_SURFACE_EXPORT // FEATURE_DMABUF_SURFACE_EXPORT
// Disabled due to: // Disabled due to:
// https://gitlab.freedesktop.org/mesa/mesa/-/issues/6666 // https://gitlab.freedesktop.org/mesa/mesa/-/issues/6666
@@ -933,14 +892,6 @@ @@ -946,14 +905,6 @@
V(21, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_MESA", V(21, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_MESA",
"Mesa 21.0.0.0"); "Mesa 21.0.0.0");
@ -71,7 +71,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf
// Disable on all AMD devices not using Mesa. // Disable on all AMD devices not using Mesa.
APPEND_TO_DRIVER_BLOCKLIST_EXT( APPEND_TO_DRIVER_BLOCKLIST_EXT(
OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
@@ -975,15 +926,6 @@ @@ -988,15 +939,6 @@
""); "");
//////////////////////////////////// ////////////////////////////////////
@ -87,7 +87,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf
APPEND_TO_DRIVER_BLOCKLIST_EXT( APPEND_TO_DRIVER_BLOCKLIST_EXT(
OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
@@ -991,14 +933,6 @@ @@ -1004,14 +946,6 @@
nsIGfxInfo::FEATURE_THREADSAFE_GL, nsIGfxInfo::FEATURE_BLOCKED_DEVICE, nsIGfxInfo::FEATURE_THREADSAFE_GL, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
"FEATURE_FAILURE_THREADSAFE_GL_NOUVEAU", ""); "FEATURE_FAILURE_THREADSAFE_GL_NOUVEAU", "");
@ -102,3 +102,4 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf
} }
return *sDriverInfo; return *sDriverInfo;
} }
Alleen in firefox-115.0.new/widget/gtk: GfxInfo.cpp.orig

View file

@ -5,8 +5,8 @@
pkgname=firefox-vaapi pkgname=firefox-vaapi
_pkgname=firefox _pkgname=firefox
pkgver=114.0.2 pkgver=115.0.2
pkgrel=2 pkgrel=1
pkgdesc="Standalone web browser from mozilla.org (with VA-API patches)" pkgdesc="Standalone web browser from mozilla.org (with VA-API patches)"
url="https://www.mozilla.org/firefox/" url="https://www.mozilla.org/firefox/"
arch=(x86_64) arch=(x86_64)
@ -77,18 +77,18 @@ source=(
validpgpkeys=( validpgpkeys=(
'14F26682D0916CDD81E37B6D61B7B526D98F0353' # Mozilla Software Releases <release@mozilla.com> '14F26682D0916CDD81E37B6D61B7B526D98F0353' # Mozilla Software Releases <release@mozilla.com>
) )
sha256sums=('aa602032f0b7065b743ba7fabf96714398aba538bcc017a4b0fff556dc69f8fe' sha256sums=('6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654'
'SKIP' 'SKIP'
'1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044' '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9' 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
'1e272a01ed9a1082a0f75b512f24c475e9f0dfe33ecc9934f6d0e874aaf3391f' '5b1db043ba3bce65e9fa2ba06bec73edd769ce6d5135aefa1634ed1285791db2'
'bae9186230172277cc6b8a61b46f22990edd03c26d25c9ef0a38702f21c7ec0c') 'c385b268dbbbfc56abe790a329f6ae53819b1e18ecad5dbea958cf9eaabc070d')
b2sums=('9c624a1093d00ccbfdb1f251489b4aecc597c8202e5e82b35266e32520a2b70d2001accdcc999c214d077dcda0708b50467a63fc3d67ac12d02b8153a67a71e3' b2sums=('ca602d102f2b7b7fc7bebb6ca4b21e548d4542727da94410497ad6774b6dc7a9eba778c9b6e269beabdbf647e3447f621103cb68fbcac77c4beca1829cbfc535'
'SKIP' 'SKIP'
'd07557840097dd48a60c51cc5111950781e1c6ce255557693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628' 'd07557840097dd48a60c51cc5111950781e1c6ce255557693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628'
'63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34' '63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34'
'b0605792080a7463bddbe9a2541441a77295753f37651ed7af056d1524524ba5b752d0b079cb95250ebc922151770483852e6f501133a3655b9db189c5303612' '557d08096b4a1773c6c3deab578c88747e62f4e06f19cf3f1c60dac026ad4951191284a64f0b10d0c2be3d11650998eefdb3783ee4929e975cbe5c533971fc5b'
'fe9a8583df536126f73fbaf603a410bf7cc38b85c58047fc690c3c7d4df0c0ec5eb3b7f8ce151e6561aa73de2a3c0b1948cc6100b8cc6a2bec7ce2ea86b19b84') '5ab88347bf4c8f562d434eb15f274fb165f8e165bbd10937f1130a3678dbaca855ed86bee3d840be8a49c72db5bb80b7ce8c5bb027d46424e7e3c7d43fe2c8c5')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please # Note: These are for Arch Linux use ONLY. For your own distribution, please
@ -222,6 +222,18 @@ pref("browser.shell.checkDefaultBrowser", false);
// Don't disable extensions in the application directory // Don't disable extensions in the application directory
pref("extensions.autoDisableScopes", 11); pref("extensions.autoDisableScopes", 11);
// Enable GNOME Shell search provider
pref("browser.gnome-search-provider.enabled", true);
// Enable WebRender
pref("gfx.webrender.all", true);
// Enable hardware accelerated video
pref("media.hardware-video-decoding.enabled", true);
pref("media.hardware-video-decoding.force-enabled", true);
pref("media.ffmpeg.vaapi.enabled", true);
pref("media.webrtc.hw.h264.enabled", true);
END END
local distini="$pkgdir/usr/lib/$_pkgname/distribution/distribution.ini" local distini="$pkgdir/usr/lib/$_pkgname/distribution/distribution.ini"
@ -270,6 +282,15 @@ END
ln -srfv "$pkgdir/usr/lib/libnssckbi.so" "$nssckbi" ln -srfv "$pkgdir/usr/lib/libnssckbi.so" "$nssckbi"
fi fi
local sprovider="$pkgdir/usr/share/gnome-shell/search-providers/$_pkgname.search-provider.ini"
install -Dvm644 /dev/stdin "$sprovider" <<END
[Shell Search Provider]
DesktopId=$_pkgname.desktop
BusName=org.mozilla.${_pkgname//-/}.SearchProvider
ObjectPath=/org/mozilla/${_pkgname//-/}/SearchProvider
Version=2
END
export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE="$startdir/.crash-stats-api.token" export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE="$startdir/.crash-stats-api.token"
if [[ -f $SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE ]]; then if [[ -f $SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE ]]; then
make -C obj uploadsymbols make -C obj uploadsymbols

View file

@ -3,7 +3,7 @@
pkgname=mcomix pkgname=mcomix
# Might want to move to date-based versions. # Might want to move to date-based versions.
pkgver=2.1.1 pkgver=2.2.1
pkgrel=1 pkgrel=1
pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books" pkgdesc="A user-friendly, customizable image viewer specifically designed to handle comic books"
arch=('any') arch=('any')
@ -14,21 +14,22 @@ makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel
optdepends=( optdepends=(
'lhasa: for lha compressed comics' 'lhasa: for lha compressed comics'
'libunrar: for rar compressed comics' 'libunrar: for rar compressed comics'
'mupdf-tools: for PDF comics'
'p7zip: for 7z compressed comics' 'p7zip: for 7z compressed comics'
'python-pymupdf: for PDF comics'
'unrar: for rar compressed comics' 'unrar: for rar compressed comics'
'unzip: for zip compressed comics' 'unzip: for zip compressed comics'
) )
source=("https://downloads.sourceforge.net/project/${pkgname}/MComix-${pkgver}/${pkgname}-${pkgver}.tar.gz") source=(
sha256sums=('3faa22ca77392c9496e686706193219c8d2435c213ed52ae69212e0def7060d5') "https://downloads.sourceforge.net/project/${pkgname}/MComix-${pkgver}/${pkgname}-${pkgver}.tar.gz"
)
sha256sums=('7e69e53e134237a611de55b660230401b1225958a071f143ab5b434357933640')
build(){ build() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
python -m build --wheel --no-isolation python -m build --wheel --no-isolation
} }
package() { package() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
python -m installer --destdir="$pkgdir" dist/*.whl python -m installer --destdir="$pkgdir" dist/*.whl
} }

View file

@ -3,18 +3,18 @@
_pkgname=probe-cli _pkgname=probe-cli
pkgname=ooniprobe-cli pkgname=ooniprobe-cli
pkgver=3.17.5 pkgver=3.18.1
_pkgver=3.17.5 _pkgver=3.18.1
pkgrel=1 pkgrel=1
pkgdesc='Next generation OONI Probe CLI' pkgdesc='Next generation OONI Probe CLI'
arch=('x86_64') arch=('x86_64')
url='https://ooni.org/' url='https://ooni.org/'
license=('GPL3') license=('GPL3')
depends=('glibc') depends=('glibc')
makedepends=('go1.19') makedepends=('go')
source=("${_pkgname}-${_pkgver}.tar.gz::https://github.com/ooni/${_pkgname}/archive/refs/tags/v${_pkgver}.tar.gz") source=("${_pkgname}-${_pkgver}.tar.gz::https://github.com/ooni/${_pkgname}/archive/refs/tags/v${_pkgver}.tar.gz")
sha256sums=('6e0f7c1fb725943c74dacc799389ebe8d042238cde32b3d5b8f1dbfa04b10880') sha256sums=('7a2b77e6fb303bcdf80e269aa3c8c71e273d2af7c940580d5623a668d1d094e2')
sha512sums=('685c21d433cbc9b0381a376936e31a8bedcd68753cc2be6d7c32a7ccd1506a6d6d023a240459c9614cbb0ce56815b224dc6581116325781e0fecb991583a0e7c') sha512sums=('6b971af0a1d6f34eb1b10a2eb3343a4005f434ebe45bfabdee77aa2788dd6baf06d362652acad3f47fc446bb306e7e85cba0ddc0e8a81a3da78f9e4960c7a509')
build() { build() {
cd "${_pkgname}-${_pkgver}" cd "${_pkgname}-${_pkgver}"
@ -24,7 +24,7 @@ build() {
export CGO_CPPFLAGS="$CPPFLAGS" export CGO_CPPFLAGS="$CPPFLAGS"
export CGO_CXXFLAGS="$CXXFLAGS" export CGO_CXXFLAGS="$CXXFLAGS"
export GOFLAGS='-ldflags=-linkmode=external -buildmode=pie -trimpath -modcacherw' export GOFLAGS='-ldflags=-linkmode=external -buildmode=pie -trimpath -modcacherw'
go1.19 build ./cmd/ooniprobe go build ./cmd/ooniprobe
} }
package() { package() {

View file

@ -1,7 +1,7 @@
# Maintainer: Philip May <eniak.info@gmail.com> # Maintainer: Philip May <eniak.info@gmail.com>
pkgname=pycharm-community-jre pkgname=pycharm-community-jre
_appname=pycharm-community _appname=pycharm-community
pkgver=2023.1 pkgver=2023.2
pkgrel=1 pkgrel=1
pkgdesc="PyCharm Community Edition IDE for Python with bundled JRE" pkgdesc="PyCharm Community Edition IDE for Python with bundled JRE"
arch=(x86_64) arch=(x86_64)
@ -18,7 +18,7 @@ source=(
) )
noextract=() noextract=()
sha256sums=( sha256sums=(
'e8e9ed964ef8a397ad920ccaad41b30c3f29a2e125e7a5c4be50db791099e068' '64472ee39d244fbc2cc8aeade204d02a767c7ce66b2edaa26a8499eeef44f3d7'
'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21' 'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
'b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc' 'b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc'
) )

View file

@ -5,9 +5,9 @@
pkgname=rstudio-desktop pkgname=rstudio-desktop
_vermajor="2023" _vermajor="2023"
_verminor="06" _verminor="06"
_verpatch="0" _verpatch="1"
_versuffix="421" _versuffix="524"
_gitcommit="583b465" _gitcommit="547dcf8"
_gitname=rstudio-rstudio-${_gitcommit} _gitname=rstudio-rstudio-${_gitcommit}
pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix} pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix}
_srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix} _srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix}
@ -37,7 +37,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs
"qt.conf" "qt.conf"
"pandoc_version.patch") "pandoc_version.patch")
sha256sums=('9496996bbb1bc502d58d83c5ddab2b60f4eb60c979e0131b0e07dd8c66cee3bd' sha256sums=('1edde5dce566bb1794c2bbb4b8b4d003000232df83f6e24b2b92b975222be2cc'
'SKIP' 'SKIP'
'2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b' '2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b'
'723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921' '723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921'

View file

@ -2,8 +2,8 @@
# Contributor: rustemb <rustemb at systemli dot org> # Contributor: rustemb <rustemb at systemli dot org>
pkgname=shadowsocks-rust pkgname=shadowsocks-rust
pkgver=1.15.3 pkgver=1.15.4
pkgrel=4 pkgrel=1
pkgdesc='A Rust port of shadowsocks https://shadowsocks.org/' pkgdesc='A Rust port of shadowsocks https://shadowsocks.org/'
arch=(x86_64) arch=(x86_64)
url='https://github.com/shadowsocks/shadowsocks-rust' url='https://github.com/shadowsocks/shadowsocks-rust'
@ -15,7 +15,7 @@ source=(
'shadowsocks-rust@.service' 'shadowsocks-rust@.service'
'shadowsocks-rust-server@.service') 'shadowsocks-rust-server@.service')
sha512sums=('95ba0fd4f96166ccc3462dc67fa0dacf18559a849dc4cae60a0b4136e2a6a1e354ca28b359672b6b31bb13811eabf69cd9cdd46c4f5f9eb26b27b445dd1bbc3e' sha512sums=('fe61b11ab5e77212f88d4f58dc0a990f5805054472417e488132c7d1d825c0dcd7cc5efb4de65d39bd7d9ec4606e60704d1f35d7a1be59d4ca63b1e9e9dac5a4'
'90ee8735104795b5c50bc855ad11ee9c741fa1695409d72de7c69b89b0aa80c9596459edbb3a2c1d49e9414e3d06bc55328126c0062f1e28cac141ea202e455d' '90ee8735104795b5c50bc855ad11ee9c741fa1695409d72de7c69b89b0aa80c9596459edbb3a2c1d49e9414e3d06bc55328126c0062f1e28cac141ea202e455d'
'ef5a348dfbbfd0bad733da217824dd55851aff3490c63685e9f1bc2b393998fea1bdad864c16a98b8af07264851bb0a11326959529a669008c5e62e94b26b209') 'ef5a348dfbbfd0bad733da217824dd55851aff3490c63685e9f1bc2b393998fea1bdad864c16a98b8af07264851bb0a11326959529a669008c5e62e94b26b209')

View file

@ -3,7 +3,7 @@
pkgname=sing-box-git pkgname=sing-box-git
_pkgname=sing-box _pkgname=sing-box
pkgver=1.3rc2.r5.ge482053 pkgver=1.3.5.r6.g15a5f06a
pkgrel=1 pkgrel=1
pkgdesc='The universal proxy platform (git version).' pkgdesc='The universal proxy platform (git version).'

View file

@ -1,7 +1,7 @@
# Maintainer: everyx <lunt.luo#gmail.com> # Maintainer: everyx <lunt.luo#gmail.com>
pkgname=sing-box pkgname=sing-box
pkgver=1.3.0 pkgver=1.3.5
pkgrel=1 pkgrel=1
pkgdesc='The universal proxy platform.' pkgdesc='The universal proxy platform.'
@ -12,7 +12,7 @@ license=('GPL3 with name use or association addition')
makedepends=('go') makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/SagerNet/sing-box/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/SagerNet/sing-box/archive/v$pkgver.tar.gz")
sha256sums=('19b83d9cbd4e241da2ec9cb14110826b2694590950356a4f4051081ec4b4c92d') sha256sums=('7c4d5d65d4a1a37cec1df069262b5aba508a67bcc9f7261325113555e3c458d2')
conflicts=("$pkgname-git" "$pkgname-beta") conflicts=("$pkgname-git" "$pkgname-beta")
optdepends=('sing-geosite: sing-geosite database' optdepends=('sing-geosite: sing-geosite database'

View file

@ -2,7 +2,7 @@
pkgname=zdns-git pkgname=zdns-git
pkgdesc='A command-line utility that provides high-speed DNS lookups.' pkgdesc='A command-line utility that provides high-speed DNS lookups.'
pkgver=1.0.0.357.ac6c7f3 pkgver=1.0.0.360.bca01b6
pkgrel=1 pkgrel=1
url='https://github.com/zmap/zdns' url='https://github.com/zmap/zdns'
arch=('x86_64') arch=('x86_64')