[Git][archlinux/packaging/packages/python-fastapi][main] upgpkg: 0.110.2-2: Rebuild Python 3.12
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-fastapi Commits: fe28f981 by Robin Candau at 2024-04-19T08:52:13+02:00 upgpkg: 0.110.2-2: Rebuild Python 3.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-fastapi pkgdesc = FastAPI framework, high performance, easy to learn, fast to code, ready for production pkgver = 0.110.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/tiangolo/fastapi arch = any license = MIT = PKGBUILD = @@ -5,7 +5,7 @@ _name=fastapi pkgname=python-$_name pkgver=0.110.2 -pkgrel=1 +pkgrel=2 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production' arch=(any) url="https://github.com/tiangolo/fastapi"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/fe28f981456a3e94bcc8467da1c3d58f5ad42624 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/fe28f981456a3e94bcc8467da1c3d58f5ad42624 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.110.2-2
Robin Candau pushed new tag 0.110.2-2 at Arch Linux / Packaging / Packages / python-fastapi -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/tree/0.110.2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.110.2-1
Robin Candau pushed new tag 0.110.2-1 at Arch Linux / Packaging / Packages / python-fastapi -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/tree/0.110.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-fastapi][main] upgpkg: 0.110.2-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-fastapi Commits: 2ff45ce5 by Robin Candau at 2024-04-19T08:50:04+02:00 upgpkg: 0.110.2-1: New upstream release https://github.com/tiangolo/fastapi/releases/tag/0.110.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-fastapi pkgdesc = FastAPI framework, high performance, easy to learn, fast to code, ready for production - pkgver = 0.110.1 - pkgrel = 3 + pkgver = 0.110.2 + pkgrel = 1 url = https://github.com/tiangolo/fastapi arch = any license = MIT @@ -49,8 +49,8 @@ pkgbase = python-fastapi optdepends = python-httpx: for TestClient support optdepends = python-ujson: for faster JSON parsing and UJSONResponse optdepends = uvicorn: for Uvicorn as ASGI server - source = fastapi-0.110.1.tar.gz::https://github.com/tiangolo/fastapi/archive/0.110.1.tar.gz - sha512sums = 8bd09a2f6826a0afde0bc9b9d9e495407f4af6a9fb42ac582d584d1aff818ec1f398bd68db734b4c1318177c801c48ca814adcf3bee9841fe178fe18ec3c1eb8 - b2sums = eec674731030e3611f200104c6ca40d27d93b394b2c5a0b51a2149002d0be5ce4e66a5fba98e585a53181547eb359e3fd3b60111aa4744f667b0a718e5c7796b + source = fastapi-0.110.2.tar.gz::https://github.com/tiangolo/fastapi/archive/0.110.2.tar.gz + sha512sums = dc183c2986d33dc0d71f7e695969403eac7dccd1fc5ec3350318369423c3cca96e180aaa48774862cd1f0ff487cd64bef0d1a44a10b8b309accc483c9e7256c4 + b2sums = 1d7015e4a5cceb8650ee6e4598b191ad0fad94debd6b75c5a1ed53d7ae0d31ef89195cf9e22d127cdcdf923c29ca3eb63f468dd201e63793c2e3460101e65e08 pkgname = python-fastapi = PKGBUILD = @@ -4,8 +4,8 @@ _name=fastapi pkgname=python-$_name -pkgver=0.110.1 -pkgrel=3 +pkgver=0.110.2 +pkgrel=1 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, ready for production' arch=(any) url="https://github.com/tiangolo/fastapi"; @@ -68,8 +68,8 @@ optdepends=( 'uvicorn: for Uvicorn as ASGI server' ) source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha512sums=('8bd09a2f6826a0afde0bc9b9d9e495407f4af6a9fb42ac582d584d1aff818ec1f398bd68db734b4c1318177c801c48ca814adcf3bee9841fe178fe18ec3c1eb8') -b2sums=('eec674731030e3611f200104c6ca40d27d93b394b2c5a0b51a2149002d0be5ce4e66a5fba98e585a53181547eb359e3fd3b60111aa4744f667b0a718e5c7796b') +sha512sums=('dc183c2986d33dc0d71f7e695969403eac7dccd1fc5ec3350318369423c3cca96e180aaa48774862cd1f0ff487cd64bef0d1a44a10b8b309accc483c9e7256c4') +b2sums=('1d7015e4a5cceb8650ee6e4598b191ad0fad94debd6b75c5a1ed53d7ae0d31ef89195cf9e22d127cdcdf923c29ca3eb63f468dd201e63793c2e3460101e65e08') prepare() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/2ff45ce5a535b5bbcfffcac5b32be49db862a685 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/2ff45ce5a535b5bbcfffcac5b32be49db862a685 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libgme][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libgme Commits: 5189bed2 by Balló György at 2024-04-19T08:47:20+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,17 @@ +pkgbase = libgme + pkgdesc = Video game music file emulation/playback library + pkgver = 0.6.3 + pkgrel = 4 + url = https://github.com/libgme/game-music-emu + arch = x86_64 + license = LGPL-2.1-or-later + makedepends = cmake + makedepends = ninja + depends = gcc-libs + depends = glibc + depends = zlib + source = https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.3.tar.xz + validpgpkeys = 5406ECE83665DA9D201D35720BAF0C9C7B6AE9F2 + sha256sums = aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d + +pkgname = libgme = .nvchecker.toml = @@ -0,0 +1,3 @@ +[libgme] +source = "git" +git = "https://github.com/libgme/game-music-emu.git"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libgme/-/commit/5189bed2012d4ecfc714742166cd67a3594669e8 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libgme/-/commit/5189bed2012d4ecfc714742166cd67a3594669e8 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/yyjson] Pushed new tag 0.9.0-3
Robin Candau pushed new tag 0.9.0-3 at Arch Linux / Packaging / Packages / yyjson -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yyjson/-/tree/0.9.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/yyjson][main] upgpkg: 0.9.0-3: Add so provides for libyyjson.so
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / yyjson Commits: 8bd9b5c3 by Robin Candau at 2024-04-19T08:43:47+02:00 upgpkg: 0.9.0-3: Add so provides for libyyjson.so - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,12 +1,13 @@ pkgbase = yyjson pkgdesc = A high performance JSON library written in ANSI C pkgver = 0.9.0 - pkgrel = 2 + pkgrel = 3 url = https://ibireme.github.io/yyjson arch = x86_64 license = MIT makedepends = cmake depends = glibc + provides = libyyjson.so source = yyjson-0.9.0.tar.gz::https://github.com/ibireme/yyjson/archive/refs/tags/0.9.0.tar.gz sha256sums = 59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd = PKGBUILD = @@ -4,13 +4,14 @@ pkgname=yyjson pkgver=0.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="A high performance JSON library written in ANSI C" arch=('x86_64') url="https://ibireme.github.io/yyjson"; license=('MIT') depends=('glibc') makedepends=('cmake') +provides=('libyyjson.so') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ibireme/yyjson/archive/refs/tags/${pkgver}.tar.gz";) sha256sums=('59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yyjson/-/commit/8bd9b5c3ad85dd6f62833c8c488bc38108586c6e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/yyjson/-/commit/8bd9b5c3ad85dd6f62833c8c488bc38108586c6e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/haruna][main] upgpkg: 1.1.0-1: Update to 1.1.0
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / haruna Commits: 0e3c3f97 by Antonio Rojas at 2024-04-19T08:28:04+02:00 upgpkg: 1.1.0-1: Update to 1.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = haruna pkgdesc = Video player built with Qt/QML on top of libmpv - pkgver = 1.0.2 + pkgver = 1.1.0 pkgrel = 1 url = https://apps.kde.org/haruna/ arch = x86_64 @@ -24,10 +24,10 @@ pkgbase = haruna depends = qt6-base depends = qt6-declarative optdepends = yt-dlp: YouTube support - source = https://download.kde.org/stable/haruna/haruna-1.0.2.tar.xz - source = https://download.kde.org/stable/haruna/haruna-1.0.2.tar.xz.sig + source = https://download.kde.org/stable/haruna/haruna-1.1.0.tar.xz + source = https://download.kde.org/stable/haruna/haruna-1.1.0.tar.xz.sig validpgpkeys = 4E421C6554B89766DF9B7A37E12AB207C8755905 - sha256sums = 656acdc4729d369ecccafdb270899244952baa237700335cae887048dd3faef1 + sha256sums = 29382f561ca39d9d00843c1ea3b7d862fd2193a818d4d49c179c69a453c79a4d sha256sums = SKIP pkgname = haruna = PKGBUILD = @@ -4,7 +4,7 @@ # Contributor: Caltlgin Stsodaat pkgname=haruna -pkgver=1.0.2 +pkgver=1.1.0 pkgrel=1 pkgdesc='Video player built with Qt/QML on top of libmpv' arch=(x86_64) @@ -30,7 +30,7 @@ makedepends=(extra-cmake-modules kdoctools) optdepends=('yt-dlp: YouTube support') source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('656acdc4729d369ecccafdb270899244952baa237700335cae887048dd3faef1' +sha256sums=('29382f561ca39d9d00843c1ea3b7d862fd2193a818d4d49c179c69a453c79a4d' 'SKIP') validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/commit/0e3c3f97a3a60c7644a0e4df4f737aa209f4cdb7 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/commit/0e3c3f97a3a60c7644a0e4df4f737aa209f4cdb7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/haruna] Pushed new tag 1.1.0-1
Antonio Rojas pushed new tag 1.1.0-1 at Arch Linux / Packaging / Packages / haruna -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/tree/1.1.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdvdread][main] Formatting
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdvdread Commits: 9621bfb7 by Balló György at 2024-04-19T08:26:58+02:00 Formatting - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -15,7 +15,7 @@ optdepends=('libdvdcss: Decoding encrypted DVDs') source=("https://download.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"{,.asc}) sha256sums=('ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369' 'SKIP') -validpgpkeys=(65F7C6B4206BD057A7EB73787180713BE58D1ADC) # VideoLAN Release Signing Key (2015) +validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key (2015) build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/9621bfb733008f02dd94ac777d5eae972d7d61a6 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/9621bfb733008f02dd94ac777d5eae972d7d61a6 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-exceptiongroup] Pushed new tag 1.2.1-2
Caleb Maclennan pushed new tag 1.2.1-2 at Arch Linux / Packaging / Packages / python-exceptiongroup -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/tree/1.2.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-exceptiongroup][main] upgpkg: 1.2.1-2: Rebuild with Python 3.12
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-exceptiongroup Commits: 936fe889 by Caleb Maclennan at 2024-04-19T09:23:54+03:00 upgpkg: 1.2.1-2: Rebuild with Python 3.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-exceptiongroup pkgdesc = Backport of PEP 654 (exception groups) pkgver = 1.2.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/agronholm/exceptiongroup arch = any license = MIT = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=python-exceptiongroup _pyname=${pkgname#python-} pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Backport of PEP 654 (exception groups)' arch=(any) url="https://github.com/agronholm/$_pyname"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/936fe8895de747a235100d2c80dd879889d8aa2c -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/936fe8895de747a235100d2c80dd879889d8aa2c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-exceptiongroup][main] upgpkg: 1.2.1-1
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / python-exceptiongroup Commits: 971038ab by Caleb Maclennan at 2024-04-19T09:23:07+03:00 upgpkg: 1.2.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-exceptiongroup pkgdesc = Backport of PEP 654 (exception groups) - pkgver = 1.2.0 - pkgrel = 2 + pkgver = 1.2.1 + pkgrel = 1 url = https://github.com/agronholm/exceptiongroup arch = any license = MIT @@ -11,7 +11,7 @@ pkgbase = python-exceptiongroup makedepends = python-wheel makedepends = python-flit-scm depends = python - source = https://github.com/agronholm/exceptiongroup/archive/1.2.0/exceptiongroup-1.2.0.tar.gz - sha256sums = 8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572 + source = https://github.com/agronholm/exceptiongroup/archive/1.2.1/exceptiongroup-1.2.1.tar.gz + sha256sums = b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b pkgname = python-exceptiongroup = PKGBUILD = @@ -3,8 +3,8 @@ pkgname=python-exceptiongroup _pyname=${pkgname#python-} -pkgver=1.2.0 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc='Backport of PEP 654 (exception groups)' arch=(any) url="https://github.com/agronholm/$_pyname"; @@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel} checkdepends=(python-pytest) _archive="$_pyname-$pkgver" source=("$url/archive/$pkgver/$_archive.tar.gz") -sha256sums=('8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572') +sha256sums=('b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/971038abd0a76661adb10b65b87b3d9e86bb6fbb -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/971038abd0a76661adb10b65b87b3d9e86bb6fbb You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-exceptiongroup] Pushed new tag 1.2.1-1
Caleb Maclennan pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / python-exceptiongroup -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/tree/1.2.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hypridle] Pushed new tag 0.1.2-1
Caleb Maclennan pushed new tag 0.1.2-1 at Arch Linux / Packaging / Packages / hypridle -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypridle/-/tree/0.1.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/hypridle][main] upgpkg: 0.1.2-1
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / hypridle Commits: d3e09719 by Caleb Maclennan at 2024-04-19T09:21:24+03:00 upgpkg: 0.1.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = hypridle pkgdesc = hyprland’s idle daemon - pkgver = 0.1.1 - pkgrel = 2 + pkgver = 0.1.2 + pkgrel = 1 url = https://github.com/hyprwm/hypridle arch = x86_64 arch = aarch64 @@ -16,7 +16,7 @@ pkgbase = hypridle depends = wayland depends = libwayland-client.so depends = wayland-protocols - source = https://github.com/hyprwm/hypridle/archive/v0.1.1/hypridle-0.1.1.tar.gz - sha256sums = 55dffb5b4cd25f034c6fdd98a9fa1d6763ff6e07b1d51b9e0b4cdd4fe65bc798 + source = https://github.com/hyprwm/hypridle/archive/v0.1.2/hypridle-0.1.2.tar.gz + sha256sums = 40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79 pkgname = hypridle = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: Caleb Maclennan pkgname=hypridle -pkgver=0.1.1 -pkgrel=2 +pkgver=0.1.2 +pkgrel=1 pkgdesc='hyprland’s idle daemon' arch=(x86_64 aarch64) url="https://github.com/hyprwm/$pkgname"; @@ -16,7 +16,7 @@ depends=(gcc-libs # libgcc_s.so libstdc++.so makedepends=(cmake) _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('55dffb5b4cd25f034c6fdd98a9fa1d6763ff6e07b1d51b9e0b4cdd4fe65bc798') +sha256sums=('40ab0bc7183e880f46fcc2d24b182226a5dfd8ce7695af6c320527eccf8d7c79') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypridle/-/commit/d3e09719184bb5713eae9382957d5db6de62483d -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hypridle/-/commit/d3e09719184bb5713eae9382957d5db6de62483d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dolt] Pushed new tag 1-1.35.10-1
Caleb Maclennan pushed new tag 1-1.35.10-1 at Arch Linux / Packaging / Packages / dolt -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/tree/1-1.35.10-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.34-2: Rebuild with Python 3.12
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / uv Commits: 0dbe09ce by Caleb Maclennan at 2024-04-19T09:20:22+03:00 upgpkg: 0.1.34-2: Rebuild with Python 3.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = uv pkgdesc = An extremely fast Python package installer and resolver written in Rust pkgver = 0.1.34 - pkgrel = 1 + pkgrel = 2 url = https://github.com/astral-sh/uv arch = x86_64 license = MIT = PKGBUILD = @@ -8,7 +8,7 @@ pkgbase=uv pkgname=("$pkgbase" "python-$pkgbase") pkgver=0.1.34 -pkgrel=1 +pkgrel=2 pkgdesc='An extremely fast Python package installer and resolver written in Rust' arch=('x86_64') url="https://github.com/astral-sh/uv"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/0dbe09cef9d6b9122a8b8e1ecc926180b28903ab -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/0dbe09cef9d6b9122a8b8e1ecc926180b28903ab You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dolt][main] upgpkg: 1:1.35.10-1: Add epoch to fix snafu with old-big tag
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / dolt Commits: 2a92f704 by Caleb Maclennan at 2024-04-19T09:20:24+03:00 upgpkg: 1:1.35.10-1: Add epoch to fix snafu with old-big tag - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -2,6 +2,7 @@ pkgbase = dolt pkgdesc = Git for data! A version controlled relational database pkgver = 1.35.10 pkgrel = 1 + epoch = 1 url = https://www.dolthub.com arch = x86_64 license = Apache = PKGBUILD = @@ -3,6 +3,7 @@ # Contributor: istimaldar_sntlk pkgname=dolt +epoch=1 pkgver=1.35.10 pkgrel=1 pkgdesc='Git for data! A version controlled relational database' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/2a92f7045ff51cf89fda580cc98cfcbb8b91450c -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/2a92f7045ff51cf89fda580cc98cfcbb8b91450c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.34-2
Caleb Maclennan pushed new tag 0.1.34-2 at Arch Linux / Packaging / Packages / uv -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/tree/0.1.34-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.34-1
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / uv Commits: ef917dfc by Caleb Maclennan at 2024-04-19T09:17:23+03:00 upgpkg: 0.1.34-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = uv pkgdesc = An extremely fast Python package installer and resolver written in Rust - pkgver = 0.1.33 - pkgrel = 2 + pkgver = 0.1.34 + pkgrel = 1 url = https://github.com/astral-sh/uv arch = x86_64 license = MIT @@ -20,8 +20,8 @@ pkgbase = uv depends = zlib depends = libz.so options = !lto - source = git+https://github.com/astral-sh/uv.git#tag=0.1.33 - sha256sums = a4612682838be13d67f2c4d244e159fbe2c67e89a0bbc1a3ffd9c81ee1e2df62 + source = git+https://github.com/astral-sh/uv.git#tag=0.1.34 + sha256sums = 11ddedc2f405b308be3aae1c0751ab14dc1e9811bd84c32af910eef2571121bd pkgname = uv = PKGBUILD = @@ -7,8 +7,8 @@ pkgbase=uv pkgname=("$pkgbase" "python-$pkgbase") -pkgver=0.1.33 -pkgrel=2 +pkgver=0.1.34 +pkgrel=1 pkgdesc='An extremely fast Python package installer and resolver written in Rust' arch=('x86_64') url="https://github.com/astral-sh/uv"; @@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 'git') checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang') options=('!lto') source=("git+$url.git#tag=$pkgver") -sha256sums=('a4612682838be13d67f2c4d244e159fbe2c67e89a0bbc1a3ffd9c81ee1e2df62') +sha256sums=('11ddedc2f405b308be3aae1c0751ab14dc1e9811bd84c32af910eef2571121bd') prepare() { cd "$pkgbase" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/ef917dfc6822c8060ba38e51e71fa03a3f54b599 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/commit/ef917dfc6822c8060ba38e51e71fa03a3f54b599 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.34-1
Caleb Maclennan pushed new tag 0.1.34-1 at Arch Linux / Packaging / Packages / uv -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/uv/-/tree/0.1.34-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/calibre] Pushed new tag 7.9.0-2
Caleb Maclennan pushed new tag 7.9.0-2 at Arch Linux / Packaging / Packages / calibre -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/tree/7.9.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/calibre][main] upgpkg: 7.9.0-2: Rebuild with Python 3.12
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / calibre Commits: aaa397d3 by Caleb Maclennan at 2024-04-19T09:15:52+03:00 upgpkg: 7.9.0-2: Rebuild with Python 3.12 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = calibre pkgdesc = Ebook management application pkgver = 7.9.0 - pkgrel = 1 + pkgrel = 2 url = https://calibre-ebook.com arch = x86_64 license = GPL3 = PKGBUILD = @@ -9,7 +9,7 @@ pkgname=calibre pkgver=7.9.0 -pkgrel=1 +pkgrel=2 pkgdesc='Ebook management application' arch=(x86_64) url=https://calibre-ebook.com View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/aaa397d376eb6688c9d0c8795381526c8a3d41df -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/aaa397d376eb6688c9d0c8795381526c8a3d41df You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dolt][main] Fine-tune nvchecker
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / dolt Commits: 82bf165e by Caleb Maclennan at 2024-04-19T09:14:52+03:00 Fine-tune nvchecker - - - - - 1 changed file: - .nvchecker.toml Changes: = .nvchecker.toml = @@ -1,5 +1,6 @@ [dolt] source = "github" github = "dolthub/dolt" +include_regex = 'v\d+\.\d+\.\d+' prefix = "v" use_max_tag = true View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/82bf165ef2f38b7880c379b87d3febaeef0457cf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/82bf165ef2f38b7880c379b87d3febaeef0457cf You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dolt][main] upgpkg: 1.35.10-1
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / dolt Commits: 1bdfdf02 by Caleb Maclennan at 2024-04-19T09:12:56+03:00 upgpkg: 1.35.10-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,13 @@ pkgbase = dolt pkgdesc = Git for data! A version controlled relational database - pkgver = 040.15 + pkgver = 1.35.10 pkgrel = 1 url = https://www.dolthub.com arch = x86_64 license = Apache makedepends = go depends = glibc - source = https://github.com/dolthub/dolt/archive/v040.15/dolt-040.15.tar.gz - sha256sums = bfbe7e27014f54cb695839041e62128dd952bec6c56dc94f176b46b41c475d41 + source = https://github.com/dolthub/dolt/archive/v1.35.10/dolt-1.35.10.tar.gz + sha256sums = 7af350fc24616ca54191b20f8b82532f065cd953bb67d0cdaaf39a8624e21499 pkgname = dolt = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: istimaldar_sntlk pkgname=dolt -pkgver=040.15 +pkgver=1.35.10 pkgrel=1 pkgdesc='Git for data! A version controlled relational database' arch=(x86_64) @@ -14,7 +14,7 @@ depends=(glibc) makedepends=(go) _archive="$pkgname-$pkgver" source=("$_url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('bfbe7e27014f54cb695839041e62128dd952bec6c56dc94f176b46b41c475d41') +sha256sums=('7af350fc24616ca54191b20f8b82532f065cd953bb67d0cdaaf39a8624e21499') prepare() { cd "$_archive"/go View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/1bdfdf0284e8e2e97a30e927b8ced494bf02 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/commit/1bdfdf0284e8e2e97a30e927b8ced494bf02 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/dolt] Pushed new tag 1.35.10-1
Caleb Maclennan pushed new tag 1.35.10-1 at Arch Linux / Packaging / Packages / dolt -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dolt/-/tree/1.35.10-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/calibre] Pushed new tag 7.9.0-1
Caleb Maclennan pushed new tag 7.9.0-1 at Arch Linux / Packaging / Packages / calibre -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/tree/7.9.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/calibre][main] upgpkg: 7.9.0-1
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / calibre Commits: f3e05fef by Caleb Maclennan at 2024-04-19T09:09:49+03:00 upgpkg: 7.9.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = calibre pkgdesc = Ebook management application - pkgver = 7.8.0 - pkgrel = 4 + pkgver = 7.9.0 + pkgrel = 1 url = https://calibre-ebook.com arch = x86_64 license = GPL3 @@ -67,10 +67,10 @@ pkgbase = calibre conflicts = calibre-python3 replaces = calibre-common replaces = calibre-python3 - source = https://download.calibre-ebook.com/7.8.0/calibre-7.8.0.tar.xz - source = https://calibre-ebook.com/signatures/calibre-7.8.0.tar.xz.sig + source = https://download.calibre-ebook.com/7.9.0/calibre-7.9.0.tar.xz + source = https://calibre-ebook.com/signatures/calibre-7.9.0.tar.xz.sig validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C - sha256sums = 17162e433cee696662852b2678973ab2c1b7541af660d122dd3917cb2ca62d44 + sha256sums = 225cefe075d6e9998454d516426d3870767bd451208df5955fd22fadf6021c89 sha256sums = SKIP pkgname = calibre = PKGBUILD = @@ -8,8 +8,8 @@ # Contributor: Larry Hajali pkgname=calibre -pkgver=7.8.0 -pkgrel=4 +pkgver=7.9.0 +pkgrel=1 pkgdesc='Ebook management application' arch=(x86_64) url=https://calibre-ebook.com @@ -79,7 +79,7 @@ replaces=("${conflicts[@]}") _archive="$pkgname-$pkgver" source=("https://download.calibre-ebook.com/$pkgver/$_archive.tar.xz"; "$url/signatures/$_archive.tar.xz.sig") -sha256sums=('17162e433cee696662852b2678973ab2c1b7541af660d122dd3917cb2ca62d44' +sha256sums=('225cefe075d6e9998454d516426d3870767bd451208df5955fd22fadf6021c89' 'SKIP') validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/f3e05fef7aa226ac646a27ba34db64a7499f0857 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/calibre/-/commit/f3e05fef7aa226ac646a27ba34db64a7499f0857 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdvdread][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdvdread Commits: 45edc761 by Balló György at 2024-04-19T08:08:37+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,16 @@ +pkgbase = libdvdread + pkgdesc = Library for reading DVD video disks + pkgver = 6.1.3 + pkgrel = 2 + url = https://www.videolan.org/developers/libdvdnav.html + arch = x86_64 + license = GPL-2.0-or-later + depends = glibc + optdepends = libdvdcss: Decoding encrypted DVDs + source = https://download.videolan.org/pub/videolan/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2 + source = https://download.videolan.org/pub/videolan/libdvdread/6.1.3/libdvdread-6.1.3.tar.bz2.asc + validpgpkeys = 65F7C6B4206BD057A7EB73787180713BE58D1ADC + sha256sums = ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369 + sha256sums = SKIP + +pkgname = libdvdread = .nvchecker.toml = @@ -0,0 +1,3 @@ +[libdvdread] +source = "git" +git = "https://code.videolan.org/videolan/libdvdread.git"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/45edc761022a5df8aa9e83ac0b5008c2a17b4071 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdread/-/commit/45edc761022a5df8aa9e83ac0b5008c2a17b4071 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdvdnav][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdvdnav Commits: 506104ba by Balló György at 2024-04-19T08:04:33+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,16 @@ +pkgbase = libdvdnav + pkgdesc = Library to navigate DVD video disks + pkgver = 6.1.1 + pkgrel = 2 + url = https://www.videolan.org/developers/libdvdnav.html + arch = x86_64 + license = GPL-2.0-or-later + depends = glibc + depends = libdvdread + source = https://download.videolan.org/pub/videolan/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2 + source = https://download.videolan.org/pub/videolan/libdvdnav/6.1.1/libdvdnav-6.1.1.tar.bz2.asc + validpgpkeys = 65F7C6B4206BD057A7EB73787180713BE58D1ADC + sha256sums = c191a7475947d323ff7680cf92c0fb1be8237701885f37656c64d04e98d18d48 + sha256sums = SKIP + +pkgname = libdvdnav = .nvchecker.toml = @@ -0,0 +1,3 @@ +[libdvdnav] +source = "git" +git = "https://code.videolan.org/videolan/libdvdnav.git"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdnav/-/commit/506104ba766ca9de46d7ed32b0c724d2ad8f9bca -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdvdnav/-/commit/506104ba766ca9de46d7ed32b0c724d2ad8f9bca You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/eza] Pushed new tag 0.18.11-1
Caleb Maclennan pushed new tag 0.18.11-1 at Arch Linux / Packaging / Packages / eza -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/tree/0.18.11-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/eza][main] upgpkg: 0.18.11-1
Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / eza Commits: ec16ca43 by Caleb Maclennan at 2024-04-19T09:04:43+03:00 upgpkg: 0.18.11-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = eza pkgdesc = A modern replacement for ls (community fork of exa) - pkgver = 0.18.10 + pkgver = 0.18.11 pkgrel = 1 url = https://github.com/eza-community/eza arch = x86_64 @@ -11,8 +11,8 @@ pkgbase = eza provides = exa conflicts = exa replaces = exa - source = eza-0.18.10.tar.gz::https://github.com/eza-community/eza/archive/v0.18.10.tar.gz - sha256sums = b0b59a7bdd7536941fac210ca25d30f904657f906aa2c01411fb390d4bdcd139 - b2sums = 48abcabb68d3e7ad8f743f7a6d5cb0efab7cb55304795bf4f8fddd4689968685f06d972924d7ef62591329f665e216fa28e4d5ecbc110d6615525fd9fc39aecc + source = eza-0.18.11.tar.gz::https://github.com/eza-community/eza/archive/v0.18.11.tar.gz + sha256sums = 92d810c36ac67038e2ed3c421087de8793eb0b9de332c9239096df9d52eb30e3 + b2sums = 7e49ed0cf4d701138549494f63fd09cda5eea2827dc86b849048e9aecbd374edf022c2120eac13f19bac5cfd890033e3ebfe456e3e11bf9ba23eed3a61ee0669 pkgname = eza = PKGBUILD = @@ -3,7 +3,7 @@ # Maintainer: Orhun Parmaksız pkgname=eza -pkgver=0.18.10 +pkgver=0.18.11 pkgrel=1 pkgdesc="A modern replacement for ls (community fork of exa)" url="https://github.com/eza-community/eza"; @@ -15,8 +15,8 @@ conflicts=('exa') depends=('libgit2.so') makedepends=("cargo" "pandoc") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/eza-community/eza/archive/v${pkgver}.tar.gz";) -sha256sums=('b0b59a7bdd7536941fac210ca25d30f904657f906aa2c01411fb390d4bdcd139') -b2sums=('48abcabb68d3e7ad8f743f7a6d5cb0efab7cb55304795bf4f8fddd4689968685f06d972924d7ef62591329f665e216fa28e4d5ecbc110d6615525fd9fc39aecc') +sha256sums=('92d810c36ac67038e2ed3c421087de8793eb0b9de332c9239096df9d52eb30e3') +b2sums=('7e49ed0cf4d701138549494f63fd09cda5eea2827dc86b849048e9aecbd374edf022c2120eac13f19bac5cfd890033e3ebfe456e3e11bf9ba23eed3a61ee0669') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/commit/ec16ca430a0c1eecca06b62abbda46b656080ceb -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/eza/-/commit/ec16ca430a0c1eecca06b62abbda46b656080ceb You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tensorflow-estimator][main] upgpkg: 2.15.0-2: Python 3.12 rebuild
Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / python-tensorflow-estimator Commits: 47a83d39 by Lukas Fleischer at 2024-04-19T12:05:50+07:00 upgpkg: 2.15.0-2: Python 3.12 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-tensorflow-estimator pkgdesc = A high-level TensorFlow API that greatly simplifies machine learning programming pkgver = 2.15.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/tensorflow/estimator arch = any license = APACHE = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=python-tensorflow-estimator pkgver=2.15.0 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming" url="https://github.com/tensorflow/estimator"; license=('APACHE') @@ -16,7 +16,7 @@ sha512sums=('129fe36ee63932b324d8ee77f917d4ded99be2e645e0884bd920bebf703b63889ed build() { cd estimator-${pkgver} - bazel build //tensorflow_estimator/tools/pip_package:build_pip_package + bazel build --enable_bzlmod=no //tensorflow_estimator/tools/pip_package:build_pip_package bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package "${srcdir}/estimator_pip" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-estimator/-/commit/47a83d3932951b79bd4c00dae47428258682f92e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-estimator/-/commit/47a83d3932951b79bd4c00dae47428258682f92e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tensorflow-estimator] Pushed new tag 2.15.0-2
Lukas Fleischer pushed new tag 2.15.0-2 at Arch Linux / Packaging / Packages / python-tensorflow-estimator -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-estimator/-/tree/2.15.0-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tensorflow-serving-api] Pushed new tag 2.16.1-2
Lukas Fleischer pushed new tag 2.16.1-2 at Arch Linux / Packaging / Packages / python-tensorflow-serving-api -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/tree/2.16.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tensorflow-serving-api][main] upgpkg: 2.16.1-2: Python 3.12 rebuild
Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / python-tensorflow-serving-api Commits: 410b60b3 by Lukas Fleischer at 2024-04-19T12:05:42+07:00 upgpkg: 2.16.1-2: Python 3.12 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-tensorflow-serving-api pkgdesc = Serving system for machine learning models, designed for production environments pkgver = 2.16.1 - pkgrel = 1 + pkgrel = 2 url = https://www.tensorflow.org/serving/ arch = any license = Apache @@ -10,6 +10,7 @@ pkgbase = python-tensorflow-serving-api makedepends = python-build makedepends = python-installer makedepends = python-wheel + makedepends = python-setuptools depends = python depends = python-grpcio depends = python-tensorflow = PKGBUILD = @@ -4,13 +4,13 @@ pkgbase=python-tensorflow-serving-api pkgname=("${pkgbase}" "${pkgbase}"-gpu) _pkgname=tensorflow_serving_api pkgver=2.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="Serving system for machine learning models, designed for production environments" arch=(any) url="https://www.tensorflow.org/serving/"; license=('Apache') depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf') -makedepends=('bazel' 'git' 'python-build' 'python-installer' 'python-wheel') +makedepends=('bazel' 'git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz";) b2sums=('704fdf4fa731a7ef8857199e37d7ee05dcb73367a4a93adedfeafb2e69ad2d4764d26c3d683d0474ac006ec5820e2c437c1d8f4fbde477d2049133581d2d') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/commit/410b60b3d169851e518884722fcd85ca4e51e036 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/commit/410b60b3d169851e518884722fcd85ca4e51e036 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tensorflow-serving-api][main] upgpkg: 2.16.1-1: update to 2.16.1
Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / python-tensorflow-serving-api Commits: 18acf0ae by Lukas Fleischer at 2024-04-19T11:41:46+07:00 upgpkg: 2.16.1-1: update to 2.16.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = python-tensorflow-serving-api pkgdesc = Serving system for machine learning models, designed for production environments - pkgver = 2.14.0 + pkgver = 2.16.1 pkgrel = 1 url = https://www.tensorflow.org/serving/ arch = any @@ -14,8 +14,8 @@ pkgbase = python-tensorflow-serving-api depends = python-grpcio depends = python-tensorflow depends = python-protobuf - source = python-tensorflow-serving-api-2.14.0.tar.gz::https://github.com/tensorflow/serving/archive/2.14.0.tar.gz - b2sums = a479b7f0ac3ebfb2a910bfc796884bdeb1d74499f11751e31fd293815289b28a9f0a93e1a9db64d7890398eb5e88716988f582bf1c9c03a7773ba3bff81f4ab9 + source = python-tensorflow-serving-api-2.16.1.tar.gz::https://github.com/tensorflow/serving/archive/2.16.1.tar.gz + b2sums = 704fdf4fa731a7ef8857199e37d7ee05dcb73367a4a93adedfeafb2e69ad2d4764d26c3d683d0474ac006ec5820e2c437c1d8f4fbde477d2049133581d2d pkgname = python-tensorflow-serving-api = PKGBUILD = @@ -3,7 +3,7 @@ pkgbase=python-tensorflow-serving-api pkgname=("${pkgbase}" "${pkgbase}"-gpu) _pkgname=tensorflow_serving_api -pkgver=2.14.0 +pkgver=2.16.1 pkgrel=1 pkgdesc="Serving system for machine learning models, designed for production environments" arch=(any) @@ -12,19 +12,22 @@ license=('Apache') depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf') makedepends=('bazel' 'git' 'python-build' 'python-installer' 'python-wheel') source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz";) -b2sums=('a479b7f0ac3ebfb2a910bfc796884bdeb1d74499f11751e31fd293815289b28a9f0a93e1a9db64d7890398eb5e88716988f582bf1c9c03a7773ba3bff81f4ab9') +b2sums=('704fdf4fa731a7ef8857199e37d7ee05dcb73367a4a93adedfeafb2e69ad2d4764d26c3d683d0474ac006ec5820e2c437c1d8f4fbde477d2049133581d2d') build() { - cd serving-* - bazel build -c opt tensorflow_serving/tools/pip_package:build_pip_package + cd "${srcdir}/serving-${pkgver}" + + bazel build --enable_bzlmod=no -c opt tensorflow_serving/tools/pip_package:build_pip_package sed -i "s|bazel-genfiles/|bazel-out/k8-opt/bin/|g" tensorflow_serving/tools/pip_package/build_pip_package.sh + mkdir "${srcdir}/dist" bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package "${srcdir}/dist" ls -lah "${srcdir}/dist" } package_python-tensorflow-serving-api() { - cd serving-* + cd "${srcdir}/serving-${pkgver}" + python -m installer --destdir="${pkgdir}" "${srcdir}/dist/${_pkgname}"-*.whl install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE } @@ -33,7 +36,8 @@ package_python-tensorflow-serving-api-gpu() { pkgdesc+=" (with GPU support)" provides=(python-tensorflow-serving-api) conflicts=(python-tensorflow-serving-api) - cd serving-* + + cd "${srcdir}/serving-${pkgver}" python -m installer --destdir="${pkgdir}" "${srcdir}/dist/${_pkgname}"_gpu-*.whl install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/commit/18acf0aec1e888572f8aa8be7689b11375f40799 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/commit/18acf0aec1e888572f8aa8be7689b11375f40799 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tensorflow-serving-api] Pushed new tag 2.16.1-1
Lukas Fleischer pushed new tag 2.16.1-1 at Arch Linux / Packaging / Packages / python-tensorflow-serving-api -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/tree/2.16.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia-open][main] upgpkg: 550.76-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / nvidia-open Commits: 1b7ed9ee by Sven-Hendrik Haase at 2024-04-19T06:11:49+02:00 upgpkg: 550.76-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,27 +1,27 @@ pkgbase = nvidia-open pkgdesc = NVIDIA open kernel modules - pkgver = 550.67 - pkgrel = 8 + pkgver = 550.76 + pkgrel = 1 url = https://github.com/NVIDIA/open-gpu-kernel-modules arch = x86_64 license = GPL makedepends = linux-headers - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 depends = libglvnd - source = nvidia-open-550.67.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.67.tar.gz + source = nvidia-open-550.76.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.76.tar.gz source = nvidia-open-gcc-ibt-sls.patch - sha512sums = e522bf1509061f9e0d8d9b82ac04a5d3fb7db2e299dee6c69ee909ecc8ea1aebb23e025e7485dc29b649bdf873b434c636e2abedb46c618e9d0efdd8013ef992 + sha512sums = 5126d3b8e3f0635b5b044db4faf0d483e70bb43418bbd21325bb175aaca948e19bd81038fbef9118a95387da65ff0ff3d1592fc54c0d6815a2448b32024468ac sha512sums = 263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34 pkgname = nvidia-open - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 depends = libglvnd depends = linux provides = NVIDIA-MODULE conflicts = NVIDIA-MODULE pkgname = nvidia-open-dkms - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 depends = libglvnd depends = dkms provides = nvidia-open = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase pkgbase=nvidia-open pkgname=(nvidia-open nvidia-open-dkms) -pkgver=550.67 -pkgrel=8 +pkgver=550.76 +pkgrel=1 pkgdesc="NVIDIA open kernel modules" arch=('x86_64') url="https://github.com/NVIDIA/open-gpu-kernel-modules"; @@ -11,7 +11,7 @@ makedepends=('linux-headers') license=('GPL') source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz"; nvidia-open-gcc-ibt-sls.patch) -sha512sums=('e522bf1509061f9e0d8d9b82ac04a5d3fb7db2e299dee6c69ee909ecc8ea1aebb23e025e7485dc29b649bdf873b434c636e2abedb46c618e9d0efdd8013ef992' +sha512sums=('5126d3b8e3f0635b5b044db4faf0d483e70bb43418bbd21325bb175aaca948e19bd81038fbef9118a95387da65ff0ff3d1592fc54c0d6815a2448b32024468ac' '263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/1b7ed9ee73b981515aab3a126502df7a76e4121c -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/1b7ed9ee73b981515aab3a126502df7a76e4121c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 550.76-1
Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages / nvidia-open -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/tree/550.76-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia] Pushed new tag 550.76-1
Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages / nvidia -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia/-/tree/550.76-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia][main] upgpkg: 550.76-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / nvidia Commits: 38fbea3d by Sven-Hendrik Haase at 2024-04-19T06:09:57+02:00 upgpkg: 550.76-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,16 +1,16 @@ pkgbase = nvidia pkgdesc = NVIDIA drivers for linux - pkgver = 550.67 - pkgrel = 8 + pkgver = 550.76 + pkgrel = 1 url = https://www.nvidia.com/ arch = x86_64 license = custom makedepends = linux-headers - makedepends = nvidia-dkms=550.67 + makedepends = nvidia-dkms=550.76 provides = NVIDIA-MODULE options = !strip pkgname = nvidia depends = linux - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 depends = libglvnd = PKGBUILD = @@ -3,8 +3,8 @@ # Contributor: Thomas Baechler pkgname=nvidia -pkgver=550.67 -pkgrel=8 +pkgver=550.76 +pkgrel=1 pkgdesc="NVIDIA drivers for linux" arch=('x86_64') url="https://www.nvidia.com/"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia/-/commit/38fbea3d719cab04300660e070d76b187e59e213 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia/-/commit/38fbea3d719cab04300660e070d76b187e59e213 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia-lts] Pushed new tag 1-550.76-1
Sven-Hendrik Haase pushed new tag 1-550.76-1 at Arch Linux / Packaging / Packages / nvidia-lts -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-lts/-/tree/1-550.76-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:550.76-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / nvidia-lts Commits: 1a7c467a by Sven-Hendrik Haase at 2024-04-19T06:09:23+02:00 upgpkg: 1:550.76-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,17 +1,17 @@ pkgbase = nvidia-lts pkgdesc = NVIDIA drivers for linux-lts - pkgver = 550.67 - pkgrel = 7 + pkgver = 550.76 + pkgrel = 1 epoch = 1 url = https://www.nvidia.com/ arch = x86_64 license = custom makedepends = linux-lts-headers - makedepends = nvidia-dkms=550.67 + makedepends = nvidia-dkms=550.76 provides = NVIDIA-MODULE options = !strip pkgname = nvidia-lts depends = linux-lts - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 depends = libglvnd = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: Sven-Hendrik Haase # Contributor: Eric Bélanger pkgname=nvidia-lts -pkgver=550.67 -pkgrel=7 +pkgver=550.76 +pkgrel=1 epoch=1 pkgdesc="NVIDIA drivers for linux-lts" arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-lts/-/commit/1a7c467a61dbe0edf2374893f40a47b0b59c4aec -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-lts/-/commit/1a7c467a61dbe0edf2374893f40a47b0b59c4aec You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia-utils][main] upgpkg: 550.76-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / nvidia-utils Commits: 2ccdc1cd by Sven-Hendrik Haase at 2024-04-19T06:03:26+02:00 upgpkg: 550.76-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,5 +1,5 @@ pkgbase = nvidia-utils - pkgver = 550.67 + pkgver = 550.76 pkgrel = 1 url = http://www.nvidia.com/ arch = x86_64 @@ -9,11 +9,11 @@ pkgbase = nvidia-utils source = nvidia-drm-outputclass.conf source = nvidia-utils.sysusers source = nvidia.rules - source = https://us.download.nvidia.com/XFree86/Linux-x86_64/550.67/NVIDIA-Linux-x86_64-550.67.run + source = https://us.download.nvidia.com/XFree86/Linux-x86_64/550.76/NVIDIA-Linux-x86_64-550.76.run sha512sums = de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770 sha512sums = 4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499 sha512sums = d0f98ac887b170e2f8bdc450bc1b78cbbcb637ff0db6a8afb63cafdf4306d40b6c03d2bf80394036620be2a3e5b5fc2c1be16919d0aa84217f0b722c505f40da - sha512sums = 7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f + sha512sums = a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec pkgname = nvidia-utils pkgdesc = NVIDIA drivers utilities @@ -39,7 +39,7 @@ pkgname = opencl-nvidia pkgname = nvidia-dkms pkgdesc = NVIDIA drivers - module sources depends = dkms - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 depends = libglvnd provides = NVIDIA-MODULE provides = nvidia = PKGBUILD = @@ -5,7 +5,7 @@ pkgbase=nvidia-utils pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms') -pkgver=550.67 +pkgver=550.76 pkgrel=1 arch=('x86_64') url="http://www.nvidia.com/"; @@ -20,7 +20,7 @@ source=('nvidia-drm-outputclass.conf' sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770' '4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499' 'd0f98ac887b170e2f8bdc450bc1b78cbbcb637ff0db6a8afb63cafdf4306d40b6c03d2bf80394036620be2a3e5b5fc2c1be16919d0aa84217f0b722c505f40da' - '7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f') + 'a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec') create_links() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/2ccdc1cd1afc12764a9009a3aee7295260369a36 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/2ccdc1cd1afc12764a9009a3aee7295260369a36 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nvidia-utils] Pushed new tag 550.76-1
Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages / nvidia-utils -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/tree/550.76-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/lib32-nvidia-utils] Pushed new tag 550.76-1
Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages / lib32-nvidia-utils -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-utils/-/tree/550.76-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/lib32-nvidia-utils][main] upgpkg: 550.76-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / lib32-nvidia-utils Commits: a3e0edb6 by Sven-Hendrik Haase at 2024-04-19T06:02:53+02:00 upgpkg: 550.76-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,19 +1,19 @@ pkgbase = lib32-nvidia-utils - pkgver = 550.67 + pkgver = 550.76 pkgrel = 1 url = http://www.nvidia.com/ arch = x86_64 license = custom options = !strip - source = https://us.download.nvidia.com/XFree86/Linux-x86_64/550.67/NVIDIA-Linux-x86_64-550.67.run - sha512sums = 7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f + source = https://us.download.nvidia.com/XFree86/Linux-x86_64/550.76/NVIDIA-Linux-x86_64-550.76.run + sha512sums = a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec pkgname = lib32-nvidia-utils pkgdesc = NVIDIA drivers utilities (32-bit) depends = lib32-zlib depends = lib32-gcc-libs depends = lib32-libglvnd - depends = nvidia-utils=550.67 + depends = nvidia-utils=550.76 optdepends = lib32-opencl-nvidia provides = lib32-vulkan-driver provides = lib32-opengl-driver = PKGBUILD = @@ -5,7 +5,7 @@ _pkgbasename=nvidia-utils pkgbase=lib32-$_pkgbasename pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia') -pkgver=550.67 +pkgver=550.76 pkgrel=1 arch=('x86_64') url="http://www.nvidia.com/"; @@ -14,7 +14,7 @@ license=('custom') options=('!strip') _pkg="NVIDIA-Linux-x86_64-${pkgver}" source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run";) -sha512sums=('7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f') +sha512sums=('a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec') create_links() { # create soname links View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-utils/-/commit/a3e0edb6dbed74c6183cb3ddc1f8e25be8eee233 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-utils/-/commit/a3e0edb6dbed74c6183cb3ddc1f8e25be8eee233 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/openxr][main] upgpkg: 1.1.36-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / openxr Commits: 2caa9f17 by Sven-Hendrik Haase at 2024-04-19T06:01:03+02:00 upgpkg: 1.1.36-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = openxr pkgdesc = An open standard for virtual reality and augmented reality platforms and devices - pkgver = 1.0.33 + pkgver = 1.1.36 pkgrel = 1 url = https://www.khronos.org/openxr/ arch = x86_64 @@ -17,10 +17,10 @@ pkgbase = openxr depends = libglvnd depends = libxrandr depends = libxxf86vm - source = https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.0.33/OpenXR-SDK-Source-release-1.0.33.tar.gz - source = https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.0.33/OpenXR-SDK-Source-release-1.0.33.tar.gz.asc + source = https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.36/OpenXR-SDK-Source-release-1.1.36.tar.gz + source = https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.36/OpenXR-SDK-Source-release-1.1.36.tar.gz.asc validpgpkeys = 45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D - sha512sums = 3ed89e3561599c5f7de95580f2740e22746127722f74cf33fd1a13b37c4a5be78eba26ce7c0c793dc1e61bcc17c4528a8ca10af108de023be9b7fa17c8dc07a5 + sha512sums = 4f0eb1e7d1ebc4530160e22270a992c411b65cb3b933efff913cf9d8159fde50b60c78192def9d9ad73211a0faec725610a260e1ec7f189494dd28ba5db743e2 sha512sums = SKIP pkgname = openxr = PKGBUILD = @@ -1,6 +1,6 @@ # Maintainer: Sven-Hendrik Haase pkgname=openxr -pkgver=1.0.33 +pkgver=1.1.36 pkgrel=1 pkgdesc='An open standard for virtual reality and augmented reality platforms and devices' arch=('x86_64') @@ -10,7 +10,7 @@ makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 'wayland' 'mesa') license=('APACHE') source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc}) validpgpkeys=(45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D) -sha512sums=('3ed89e3561599c5f7de95580f2740e22746127722f74cf33fd1a13b37c4a5be78eba26ce7c0c793dc1e61bcc17c4528a8ca10af108de023be9b7fa17c8dc07a5' +sha512sums=('4f0eb1e7d1ebc4530160e22270a992c411b65cb3b933efff913cf9d8159fde50b60c78192def9d9ad73211a0faec725610a260e1ec7f189494dd28ba5db743e2' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openxr/-/commit/2caa9f176cc88bf158b55dd6f13a41e2945e2dee -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openxr/-/commit/2caa9f176cc88bf158b55dd6f13a41e2945e2dee You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/openxr] Pushed new tag 1.1.36-1
Sven-Hendrik Haase pushed new tag 1.1.36-1 at Arch Linux / Packaging / Packages / openxr -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openxr/-/tree/1.1.36-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdatachannel][main] upgpkg: 0.20.3-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / libdatachannel Commits: db28cc0a by Sven-Hendrik Haase at 2024-04-19T05:59:18+02:00 upgpkg: 0.20.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = libdatachannel pkgdesc = C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets - pkgver = 0.20.2 + pkgver = 0.20.3 pkgrel = 1 url = https://github.com/paullouisageneau/libdatachannel arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = libdatachannel depends = openssl depends = libjuice depends = libsrtp - source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.20.2 - sha512sums = SKIP + source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.20.3 + sha512sums = 40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00 pkgname = libdatachannel = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Jay Schmidek # Contributor: Paul-Louis Ageneau pkgname=libdatachannel -pkgver=0.20.2 +pkgver=0.20.3 pkgrel=1 pkgdesc="C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MPL2') makedepends=('git' 'cmake') depends=('glibc' 'gcc-libs' 'openssl' 'libjuice' 'libsrtp') source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver";) -sha512sums=('SKIP') +sha512sums=('40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/commit/db28cc0a4121958827da8c8c04d66f973ede1a59 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/commit/db28cc0a4121958827da8c8c04d66f973ede1a59 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdatachannel] Pushed new tag 0.20.3-1
Sven-Hendrik Haase pushed new tag 0.20.3-1 at Arch Linux / Packaging / Packages / libdatachannel -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/tree/0.20.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libjuice][main] upgpkg: 1.4.0-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / libjuice Commits: dfce45a9 by Sven-Hendrik Haase at 2024-04-19T05:58:31+02:00 upgpkg: 1.4.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,13 @@ pkgbase = libjuice pkgdesc = UDP Interactive Connectivity Establishment (ICE) library - pkgver = 1.3.4 + pkgver = 1.4.0 pkgrel = 1 url = https://github.com/paullouisageneau/libjuice arch = x86_64 license = MPL2 makedepends = cmake depends = glibc - source = libjuice-1.3.4.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.3.4.tar.gz - sha512sums = 0c690940fab9c29c52955ee96c254c086f4170c8e59a26b767b9ffc288db9ecc7195136f958b9773903201e2719279bca63c7f64b6bb89bf8a41b6dd1da4eb63 + source = libjuice-1.4.0.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.4.0.tar.gz + sha512sums = b5dc7c3bca3c36112e266516ea24662251fdaf40c994ae08ced3787a43d8868fbf81db9abcc7a88a1d5064c85b688625b9eac92c1e47567d5306b81537ba9e23 pkgname = libjuice = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase # Contributor: Paul-Louis Ageneau pkgname=libjuice -pkgver=1.3.4 +pkgver=1.4.0 pkgrel=1 pkgdesc="UDP Interactive Connectivity Establishment (ICE) library" arch=('x86_64') @@ -10,7 +10,7 @@ license=('MPL2') makedepends=('cmake') depends=('glibc') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v${pkgver}.tar.gz";) -sha512sums=('0c690940fab9c29c52955ee96c254c086f4170c8e59a26b767b9ffc288db9ecc7195136f958b9773903201e2719279bca63c7f64b6bb89bf8a41b6dd1da4eb63') +sha512sums=('b5dc7c3bca3c36112e266516ea24662251fdaf40c994ae08ced3787a43d8868fbf81db9abcc7a88a1d5064c85b688625b9eac92c1e47567d5306b81537ba9e23') build() { cmake -B build -S $pkgname-$pkgver \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/commit/dfce45a9aeb26ff6254ce25436656eca40dff86b -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/commit/dfce45a9aeb26ff6254ce25436656eca40dff86b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libjuice] Pushed new tag 1.4.0-1
Sven-Hendrik Haase pushed new tag 1.4.0-1 at Arch Linux / Packaging / Packages / libjuice -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/tree/1.4.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.16.1-2
Lukas Fleischer pushed new tag 2.16.1-2 at Arch Linux / Packaging / Packages / tensorflow -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/tree/2.16.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.16.1-2: Python 3.12 rebuild
Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / tensorflow Commits: a4e42910 by Lukas Fleischer at 2024-04-19T10:17:45+07:00 upgpkg: 2.16.1-2: Python 3.12 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = tensorflow pkgdesc = Library for computation using data flow graphs for scalable machine learning pkgver = 2.16.1 - pkgrel = 1 + pkgrel = 2 url = https://www.tensorflow.org/ arch = x86_64 license = APACHE = PKGBUILD = @@ -7,7 +7,7 @@ pkgbase=tensorflow pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda python-tensorflow python-tensorflow-opt python-tensorflow-cuda python-tensorflow-opt-cuda) pkgver=2.16.1 _pkgver=2.16.1 -pkgrel=1 +pkgrel=2 pkgdesc="Library for computation using data flow graphs for scalable machine learning" url="https://www.tensorflow.org/"; license=('APACHE') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/a4e4291088e23959700be3b371bf451439de7894 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/a4e4291088e23959700be3b371bf451439de7894 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nccl][main] upgpkg: 2.21.5-1
Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / nccl Commits: 6cf39161 by Sven-Hendrik Haase at 2024-04-19T05:18:01+02:00 upgpkg: 2.21.5-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nccl pkgdesc = Library for NVIDIA multi-GPU and multi-node collective communication primitives - pkgver = 2.19.4 + pkgver = 2.21.5 pkgrel = 1 url = https://developer.nvidia.com/nccl/ arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = nccl makedepends = cuda depends = glibc depends = gcc-libs - source = nccl::git+https://github.com/NVIDIA/nccl.git#tag=v2.19.4-1 - sha256sums = SKIP + source = nccl::git+https://github.com/NVIDIA/nccl.git#tag=v2.21.5-1 + sha256sums = f2e81c21916a858b4ada22422441c8831f935f1a6546b4c5b9a2f6959789738b pkgname = nccl = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Daniel Bermond < yahoo-com: danielbermond > pkgname=nccl -pkgver=2.19.4 +pkgver=2.21.5 _upstr_pkgrel=1 pkgrel=1 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication primitives' @@ -13,7 +13,7 @@ license=('BSD') depends=('glibc' 'gcc-libs') makedepends=('git' 'cuda') source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel}";) -sha256sums=('SKIP') +sha256sums=('f2e81c21916a858b4ada22422441c8831f935f1a6546b4c5b9a2f6959789738b') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/6cf39161dd1b619be8dad68a09f781e9c7aee5d9 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/6cf39161dd1b619be8dad68a09f781e9c7aee5d9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nccl] Pushed new tag 2.21.5-1
Sven-Hendrik Haase pushed new tag 2.21.5-1 at Arch Linux / Packaging / Packages / nccl -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/tree/2.21.5-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.359-1
Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / pyright Commits: af483574 by Daniel M. Capella at 2024-04-18T22:12:04-04:00 upgpkg: 1.1.359-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = pyright pkgdesc = Type checker for the Python language - pkgver = 1.1.358 + pkgver = 1.1.359 pkgrel = 1 url = https://microsoft.github.io/pyright arch = any @@ -8,7 +8,7 @@ pkgbase = pyright makedepends = git makedepends = npm depends = nodejs - source = git+https://github.com/microsoft/pyright.git#tag=1.1.358 - b2sums = aa102a2517d146a750d35d3a7505e5379ed76bc0eddd9073cb17fba492291d8cb9747131a4e19524698e1f092f4bbcf5fd94254736d2b80f9b25682d6cd953cb + source = git+https://github.com/microsoft/pyright.git#tag=1.1.359 + b2sums = 3b3d4373a0bd9cbee44699b1f0ef92a1811d9e78a7da77faec2ebc055e793ea8f5ffc247b8eda67de0dc107a2565169dd2820f09018d810ae47c72237abdbb63 pkgname = pyright = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Kaizhao Zhang pkgname=pyright -pkgver=1.1.358 +pkgver=1.1.359 pkgrel=1 pkgdesc='Type checker for the Python language' arch=('any') @@ -11,7 +11,7 @@ license=('MIT') depends=('nodejs') makedepends=('git' 'npm') source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver";) -b2sums=('aa102a2517d146a750d35d3a7505e5379ed76bc0eddd9073cb17fba492291d8cb9747131a4e19524698e1f092f4bbcf5fd94254736d2b80f9b25682d6cd953cb') +b2sums=('3b3d4373a0bd9cbee44699b1f0ef92a1811d9e78a7da77faec2ebc055e793ea8f5ffc247b8eda67de0dc107a2565169dd2820f09018d810ae47c72237abdbb63') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/af483574b76de437ceb2e270566c49a2235f32d5 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/af483574b76de437ceb2e270566c49a2235f32d5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.359-1
Daniel M. Capella pushed new tag 1.1.359-1 at Arch Linux / Packaging / Packages / pyright -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/tree/1.1.359-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-requests] Pushed new tag 2.31.0-3
Daniel M. Capella pushed new tag 2.31.0-3 at Arch Linux / Packaging / Packages / python-requests -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests/-/tree/2.31.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdv][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdv Commits: 7ab21740 by Balló György at 2024-04-19T02:03:19+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,13 @@ +pkgbase = libdv + pkgdesc = Decoder library for DV video + pkgver = 1.0.0 + pkgrel = 11 + url = https://libdv.sourceforge.net/ + arch = x86_64 + license = LGPL-2.1-or-later + depends = glibc + depends = popt + source = https://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz + sha256sums = a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba + +pkgname = libdv = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libdv] +source = "regex" +url = "https://sourceforge.net/projects/libdv/best_release.json"; +regex = "libdv-([^\"]*).tar.gz" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/7ab2174007f660cadfe8270d654a3696d8fdfefc -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/7ab2174007f660cadfe8270d654a3696d8fdfefc You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdca][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdca Commits: 972204b6 by Balló György at 2024-04-19T01:50:01+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,13 @@ +pkgbase = libdca + pkgdesc = Library for decoding DTS Coherent Acoustics streams + pkgver = 0.0.7 + pkgrel = 2 + url = https://www.videolan.org/developers/libdca.html + arch = x86_64 + license = GPL-2.0-or-later + depends = bash + depends = glibc + source = https://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2 + sha256sums = 3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a + +pkgname = libdca = .nvchecker.toml = @@ -0,0 +1,3 @@ +[libdca] +source = "git" +git = "https://code.videolan.org/videolan/libdca.git"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/972204b686256668fb03830c50e023679a087cac -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/972204b686256668fb03830c50e023679a087cac You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdc1394][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdc1394 Commits: fc12d5b6 by Balló György at 2024-04-19T01:32:51+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,15 @@ +pkgbase = libdc1394 + pkgdesc = Library to control IEEE 1394 based cameras + pkgver = 2.2.7 + pkgrel = 1 + url = https://damien.douxchamps.net/ieee1394/libdc1394/ + arch = x86_64 + license = LGPL-2.1-or-later + makedepends = doxygen + depends = glibc + depends = libraw1394 + depends = libusb + source = https://downloads.sourceforge.net/libdc1394/libdc1394-2.2.7.tar.gz + sha256sums = 537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f + +pkgname = libdc1394 = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libdc1394] +source = "regex" +url = "https://sourceforge.net/projects/libdc1394/best_release.json"; +regex = ".*/libdc1394-([^\"]*).tar.gz" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdc1394/-/commit/fc12d5b6746d9f1d1c061340dc7cd9f1fc4f2c69 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdc1394/-/commit/fc12d5b6746d9f1d1c061340dc7cd9f1fc4f2c69 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libdatrie][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdatrie Commits: 56cdb9df by Balló György at 2024-04-19T01:18:35+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,13 @@ +pkgbase = libdatrie + pkgdesc = Double-array trie library + pkgver = 0.2.13 + pkgrel = 4 + url = https://linux.thai.net/projects/datrie + arch = x86_64 + license = LGPL-2.1-or-later + makedepends = doxygen + depends = glibc + source = https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz + sha256sums = 12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be + +pkgname = libdatrie = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libdatrie] +source = "git" +git = "https://github.com/tlwg/libdatrie.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdatrie/-/commit/56cdb9dfd6c0096cf44b30e7005013b433dfdf5e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libdatrie/-/commit/56cdb9dfd6c0096cf44b30e7005013b433dfdf5e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libcdio-paranoia][main] Run tests
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libcdio-paranoia Commits: 2ac7cc8f by Balló György at 2024-04-19T01:11:53+02:00 Run tests - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -22,6 +22,11 @@ build() { make } +check() { + cd $pkgname-$pkgver + make check +} + package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/2ac7cc8fa903ecb7f2fdb1c8e776133812733855 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/2ac7cc8fa903ecb7f2fdb1c8e776133812733855 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libcdio-paranoia][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libcdio-paranoia Commits: 925b1852 by Balló György at 2024-04-19T01:03:51+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,16 @@ +pkgbase = libcdio-paranoia + pkgdesc = Compact Disc Digital Audio (CDDA) extraction tool using libcdio for CDROM access + pkgver = 10.2+2.0.1 + pkgrel = 3 + url = https://www.gnu.org/software/libcdio/ + arch = x86_64 + license = GPL-3.0-or-later + depends = glibc + depends = libcdio + source = https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.gz + source = https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.gz.sig + validpgpkeys = DAA63BC2582034A02B923D521A8DE5008275EC21 + sha256sums = 28d7d00e4a83d0221acda0fd2eb3e3240bf094db4c00a85998922201939fa952 + sha256sums = SKIP + +pkgname = libcdio-paranoia = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libcdio-paranoia] +source = "git" +git = "https://github.com/rocky/libcdio-paranoia.git"; +prefix = "release-" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/925b18524c292b927a715e7896ca1523c4c9f217 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/925b18524c292b927a715e7896ca1523c4c9f217 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/thunderbird] Pushed new tag 115.10.1-1
Leonidas Spyropoulos pushed new tag 115.10.1-1 at Arch Linux / Packaging / Packages / thunderbird -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/thunderbird/-/tree/115.10.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libcaca][main] upgpkg: 0.99.beta20-4: Apply a security fix
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libcaca Commits: b8243d9e by Balló György at 2024-04-19T00:49:56+02:00 upgpkg: 0.99.beta20-4: Apply a security fix - - - - - 3 changed files: - .SRCINFO - PKGBUILD - + libcaca-0.99.beta20-CVE-2022-0856.patch Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = libcaca pkgdesc = Color ASCII art library pkgver = 0.99.beta20 - pkgrel = 3 + pkgrel = 4 url = http://caca.zoy.org/wiki/libcaca arch = x86_64 license = WTFPL @@ -20,6 +20,8 @@ pkgbase = libcaca depends = zlib optdepends = python: Python bindings source = https://github.com/cacalabs/libcaca/releases/download/v0.99.beta20/libcaca-0.99.beta20.tar.bz2 + source = libcaca-0.99.beta20-CVE-2022-0856.patch sha256sums = ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1 + sha256sums = 242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef pkgname = libcaca = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=libcaca pkgver=0.99.beta20 -pkgrel=3 +pkgrel=4 pkgdesc='Color ASCII art library' arch=('x86_64') url='http://caca.zoy.org/wiki/libcaca' @@ -12,8 +12,17 @@ license=('WTFPL') depends=('freeglut' 'gcc-libs' 'glibc' 'glu' 'imlib2' 'libglvnd' 'libx11' 'ncurses' 'slang' 'zlib') makedepends=('doxygen' 'pango' 'python') optdepends=('python: Python bindings') -source=("https://github.com/cacalabs/libcaca/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2";) -sha256sums=('ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1') +source=("https://github.com/cacalabs/libcaca/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"; +'libcaca-0.99.beta20-CVE-2022-0856.patch') +sha256sums=('ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1' +'242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef') + +prepare() { + cd $pkgname-$pkgver + # Prevent a divide-by-zero by checking for a zero width or height + # https://github.com/cacalabs/libcaca/pull/66 + patch -Np1 -i ../libcaca-0.99.beta20-CVE-2022-0856.patch +} build() { cd $pkgname-$pkgver = libcaca-0.99.beta20-CVE-2022-0856.patch = @@ -0,0 +1,38 @@ +From d33a9ca2b7e9f32483c1aee4c3944c56206d456b Mon Sep 17 00:00:00 2001 +From: Josef Moellers +Date: Fri, 18 Mar 2022 11:52:22 +0100 +Subject: [PATCH] Prevent a divide-by-zero by checking for a zero width or + height. + +--- + src/img2txt.c | 10 -- + 1 file changed, 8 insertions(+), 2 deletions(-) + +diff --git a/src/img2txt.c b/src/img2txt.c +index b8a25899..b9d5ba24 100644 +--- a/src/img2txt.c b/src/img2txt.c +@@ -177,7 +177,13 @@ int main(int argc, char **argv) + } + + /* Assume a 6×10 font */ +-if(!cols && !lines) ++if(!i->w || !i->h) ++{ ++fprintf(stderr, "%s: image size is 0\n", argv[0]); ++lines = 0; ++cols = 0; ++} ++else if(!cols && !lines) + { + cols = 60; + lines = cols * i->h * font_width / i->w / font_height; +@@ -214,7 +220,7 @@ int main(int argc, char **argv) + export = caca_export_canvas_to_memory(cv, format?format:"ansi", &len); + if(!export) + { +-fprintf(stderr, "%s: Can't export to format '%s'\n", argv[0], format); ++fprintf(stderr, "%s: Can't export to format '%s'\n", argv[0], format?format:"ansi"); + } + else + { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/b8243d9e4d17e7166b33259f050bd5b3b97bee39 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/b8243d9e4d17e7166b33259f050bd5b3b97bee39 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libcaca] Pushed new tag 0.99.beta20-4
Balló György pushed new tag 0.99.beta20-4 at Arch Linux / Packaging / Packages / libcaca -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/tree/0.99.beta20-4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/wrangler][main] upgpkg: 3.51.2-1
kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / wrangler Commits: 15deff55 by kpcyrd at 2024-04-19T00:47:58+02:00 upgpkg: 3.51.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = wrangler pkgdesc = The CLI for Cloudflare Workers - pkgver = 3.51.0 + pkgver = 3.51.2 pkgrel = 1 url = https://github.com/cloudflare/workers-sdk arch = x86_64 @@ -17,11 +17,11 @@ pkgbase = wrangler depends = worker-build depends = workerd options = !lto - source = https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.51.0.tar.gz + source = https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.51.2.tar.gz source = esbuild-0.17.19.tar.gz::https://github.com/evanw/esbuild/archive/v0.17.19.tar.gz - sha256sums = ec24ade17879046f25d865f3255c33cfd3daae8cdbf970ec5fd7562316d85fd9 + sha256sums = c3890e8211ceffd7b8030528a98e2176c999cbf18d22f1669418e620e74b9ea7 sha256sums = 481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2 - b2sums = 5eba4da1e3ef1082fb13685de653d6b343c7f41499a30651136980253872dbfb577b42835a6a0085c9dc056385b2f4db5c0b4dbf2783385da3164236c6726d35 + b2sums = 8eb8585c82bed1dc4ecb6274abb412672c81f63e0803119695432ea384d31fc4672f7d04e307c65a9183ae90e88dbc5e8ab4ee92c8b3e5cc7fef380250341c0a b2sums = 4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea pkgname = wrangler = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: kpcyrd pkgname=wrangler -pkgver=3.51.0 +pkgver=3.51.2 pkgrel=1 _esbuild_ver='0.17.19' pkgdesc="The CLI for Cloudflare Workers" @@ -26,9 +26,9 @@ makedepends=( options=(!lto) source=(https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrangler@${pkgver}.tar.gz "esbuild-${_esbuild_ver}.tar.gz::https://github.com/evanw/esbuild/archive/v${_esbuild_ver}.tar.gz";) -sha256sums=('ec24ade17879046f25d865f3255c33cfd3daae8cdbf970ec5fd7562316d85fd9' +sha256sums=('c3890e8211ceffd7b8030528a98e2176c999cbf18d22f1669418e620e74b9ea7' '481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2') -b2sums=('5eba4da1e3ef1082fb13685de653d6b343c7f41499a30651136980253872dbfb577b42835a6a0085c9dc056385b2f4db5c0b4dbf2783385da3164236c6726d35' +b2sums=('8eb8585c82bed1dc4ecb6274abb412672c81f63e0803119695432ea384d31fc4672f7d04e307c65a9183ae90e88dbc5e8ab4ee92c8b3e5cc7fef380250341c0a' '4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wrangler/-/commit/15deff553b22dd09132b8f822d4c805b2e61ebb9 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wrangler/-/commit/15deff553b22dd09132b8f822d4c805b2e61ebb9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/wrangler] Pushed new tag 3.51.2-1
kpcyrd pushed new tag 3.51.2-1 at Arch Linux / Packaging / Packages / wrangler -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wrangler/-/tree/3.51.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gnome-shell-extension-appindicator] Pushed new tag 1-58-1
kpcyrd pushed new tag 1-58-1 at Arch Linux / Packaging / Packages / gnome-shell-extension-appindicator -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-appindicator/-/tree/1-58-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libcaca][main] Add config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libcaca Commits: 114d3d5c by Balló György at 2024-04-19T00:15:45+02:00 Add config for nvchecker - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libcaca] +source = "git" +git = "https://github.com/cacalabs/libcaca.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/114d3d5cc566a28a58f7374eb89e80e00bd8fbbf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/114d3d5cc566a28a58f7374eb89e80e00bd8fbbf You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/budgie-screensaver][main] 2 commits: Add .nvchecker.toml
Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / budgie-screensaver Commits: ae68dfa7 by Campbell Jones at 2024-04-18T17:49:38-04:00 Add .nvchecker.toml - - - - - 2e76fb8f by Campbell Jones at 2024-04-18T18:10:00-04:00 Fix pkgbase in .nvchecker.toml - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[budgie-screensaver] +source = "git" +git = "https://github.com/BuddiesOfBudgie/budgie-screensaver"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-screensaver/-/compare/0a2242b59295e0c65b318d9e5aa8556a348aa1e2...2e76fb8fb366edc12e947a8f6ba551b9cb8daf92 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-screensaver/-/compare/0a2242b59295e0c65b318d9e5aa8556a348aa1e2...2e76fb8fb366edc12e947a8f6ba551b9cb8daf92 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/signal-desktop][main] upgpkg: 7.5.1-1
kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / signal-desktop Commits: 10834d1c by kpcyrd at 2024-04-19T00:00:39+02:00 upgpkg: 7.5.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = signal-desktop pkgdesc = Signal Private Messenger for Linux - pkgver = 7.5.0 + pkgver = 7.5.1 pkgrel = 1 url = https://signal.org arch = x86_64 @@ -38,14 +38,14 @@ pkgbase = signal-desktop depends = nspr depends = nss optdepends = xdg-desktop-portal: Screensharing with Wayland - source = signal-desktop-7.5.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.5.0.tar.gz - source = dns-fallback-7.5.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.5.0/dns-fallback.json + source = signal-desktop-7.5.1.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.5.1.tar.gz + source = dns-fallback-7.5.1.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.5.1/dns-fallback.json source = signal-desktop.desktop - sha256sums = 0d3c2ece1542a48a26d5b061db85f4385e9cde356faa3294bd09210510cb0016 - sha256sums = 264c54359356073e7833a7773db0f58a5d4e07c5af52219e8dc9e479965a08f0 + sha256sums = 5b8e575075de160ccc32b1b1a86ab3348fa9befacd3ccc55ca2419b726eddc6e + sha256sums = 55c1014d36b891b9cedf7f7bedad3208ff81e94976c84bf0aedb38d66aad sha256sums = 913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91 - b2sums = 278b9260df19cb5b2dfc037caf431c0ac49bea8562d5c432dfe4e01f4a110c3511d7532311ecdadda3176b017883f110d29fd802c570a4db82c3194d2ad600fb - b2sums = 44745406a7d1080fc5181fcc311236a1218033134e01b64b7cb98cdf49fe3af40b874d35d5689748e2c5a3c457de5165a49a6a308f75de00c9b0814f46fb4ddb + b2sums = da0a36d1f48fd3efb7d53c46f20200e3ab126a43a23186399faf73bad56be8058e018bf2ade028bc452130ca1185a8c3ef986fae1fe301f7906de0ce723532d4 + b2sums = ea4910c137d80e6db6406ea54bb70ed491f62389c1e72603a9807771bdf4f52e9cd7c8547cc50d5818403d4f487fe5753471fc10c59483c34f50804961fd50a6 b2sums = e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130 pkgname = signal-desktop = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=signal-desktop _pkgname=Signal-Desktop -pkgver=7.5.0 +pkgver=7.5.1 pkgrel=1 pkgdesc="Signal Private Messenger for Linux" license=('AGPL-3.0-only') @@ -51,11 +51,11 @@ source=( "dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json"; "${pkgname}.desktop" ) -sha256sums=('0d3c2ece1542a48a26d5b061db85f4385e9cde356faa3294bd09210510cb0016' -'264c54359356073e7833a7773db0f58a5d4e07c5af52219e8dc9e479965a08f0' +sha256sums=('5b8e575075de160ccc32b1b1a86ab3348fa9befacd3ccc55ca2419b726eddc6e' +'55c1014d36b891b9cedf7f7bedad3208ff81e94976c84bf0aedb38d66aad' '913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91') -b2sums=('278b9260df19cb5b2dfc037caf431c0ac49bea8562d5c432dfe4e01f4a110c3511d7532311ecdadda3176b017883f110d29fd802c570a4db82c3194d2ad600fb' - '44745406a7d1080fc5181fcc311236a1218033134e01b64b7cb98cdf49fe3af40b874d35d5689748e2c5a3c457de5165a49a6a308f75de00c9b0814f46fb4ddb' +b2sums=('da0a36d1f48fd3efb7d53c46f20200e3ab126a43a23186399faf73bad56be8058e018bf2ade028bc452130ca1185a8c3ef986fae1fe301f7906de0ce723532d4' + 'ea4910c137d80e6db6406ea54bb70ed491f62389c1e72603a9807771bdf4f52e9cd7c8547cc50d5818403d4f487fe5753471fc10c59483c34f50804961fd50a6' 'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/10834d1cf5bbfd9623ff903da0ad5c8375b33189 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/10834d1cf5bbfd9623ff903da0ad5c8375b33189 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/signal-desktop] Pushed new tag 7.5.1-1
kpcyrd pushed new tag 7.5.1-1 at Arch Linux / Packaging / Packages / signal-desktop -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/tree/7.5.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libavc1394][main] Add srcinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libavc1394 Commits: e82ae5fb by Balló György at 2024-04-18T23:59:40+02:00 Add srcinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,13 @@ +pkgbase = libavc1394 + pkgdesc = Library to control A/V devices using the 1394 TA AV/C commands + pkgver = 0.5.4 + pkgrel = 6 + url = https://sourceforge.net/projects/libavc1394/ + arch = x86_64 + license = GPL-2.0-or-later AND LGPL-2.1-or-later + depends = glibc + depends = libraw1394 + source = https://downloads.sourceforge.net/libavc1394/libavc1394-0.5.4.tar.gz + sha256sums = 7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53 + +pkgname = libavc1394 = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libavc1394] +source = "regex" +url = "https://sourceforge.net/projects/libavc1394/best_release.json"; +regex = "libavc1394-([^\"]*).tar.gz" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libavc1394/-/commit/e82ae5fb93a8d2591fac1dc076a83e9422ad1bfe -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libavc1394/-/commit/e82ae5fb93a8d2591fac1dc076a83e9422ad1bfe You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/flatpak] Pushed new tag 1-1.15.8-1
Jan Alexander Steffens (heftig) pushed new tag 1-1.15.8-1 at Arch Linux / Packaging / Packages / flatpak -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/flatpak/-/tree/1-1.15.8-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xdg-desktop-portal][main] 1.18.4-1
Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / xdg-desktop-portal Commits: 99652395 by Jan Alexander Steffens (heftig) at 2024-04-18T23:56:02+02:00 1.18.4-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = xdg-desktop-portal pkgdesc = Desktop integration portals for sandboxed apps - pkgver = 1.18.3 + pkgver = 1.18.4 pkgrel = 1 url = https://flatpak.github.io/xdg-desktop-portal/ arch = x86_64 @@ -29,7 +29,7 @@ pkgbase = xdg-desktop-portal depends = systemd depends = systemd-libs optdepends = xdg-desktop-portal-impl: Portal backends - source = git+https://github.com/flatpak/xdg-desktop-portal#tag=1.18.3 - b2sums = a364e84b05f70c165a87d43c964438df4c70395c6d0364e5aaae2fed7b29a1cfd180b2d7339a20ad1220fc6bd9792bd347ff270f1c0f055caabda79be31dad7f + source = git+https://github.com/flatpak/xdg-desktop-portal#tag=1.18.4 + b2sums = 724330b7b5d71a606ce0204fd4b5403ceedc31638c81e2143ce917e8c2d8ff42217a675d3a7c310fe9a992fa3245dba511c35501a656ff4acbd67df7094174f2 pkgname = xdg-desktop-portal = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Patrick Griffis pkgname=xdg-desktop-portal -pkgver=1.18.3 +pkgver=1.18.4 pkgrel=1 pkgdesc="Desktop integration portals for sandboxed apps" url="https://flatpak.github.io/xdg-desktop-portal/"; @@ -38,7 +38,7 @@ makedepends=( ) optdepends=('xdg-desktop-portal-impl: Portal backends') source=("git+https://github.com/flatpak/xdg-desktop-portal#tag=$pkgver";) -b2sums=('a364e84b05f70c165a87d43c964438df4c70395c6d0364e5aaae2fed7b29a1cfd180b2d7339a20ad1220fc6bd9792bd347ff270f1c0f055caabda79be31dad7f') +b2sums=('724330b7b5d71a606ce0204fd4b5403ceedc31638c81e2143ce917e8c2d8ff42217a675d3a7c310fe9a992fa3245dba511c35501a656ff4acbd67df7094174f2') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal/-/commit/996523950c731ed503a94b720703ae97056d4ffc -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal/-/commit/996523950c731ed503a94b720703ae97056d4ffc You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xdg-desktop-portal] Pushed new tag 1.18.4-1
Jan Alexander Steffens (heftig) pushed new tag 1.18.4-1 at Arch Linux / Packaging / Packages / xdg-desktop-portal -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal/-/tree/1.18.4-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/atac][main] upgpkg: 0.13.0-1: upstream release
Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / atac Commits: 0f26978c by Orhun Parmaksız at 2024-04-19T00:45:49+03:00 upgpkg: 0.13.0-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,14 @@ pkgbase = atac pkgdesc = A simple API client (postman like) in your terminal - pkgver = 0.12.0 - pkgrel = 2 + pkgver = 0.13.0 + pkgrel = 1 url = https://github.com/Julien-cpsn/ATAC arch = x86_64 license = MIT makedepends = cargo depends = gcc-libs options = !lto - source = atac-0.12.0.tar.gz::https://github.com/Julien-cpsn/ATAC/archive/v0.12.0.tar.gz - sha512sums = 41e615ba171237ce08f688e299671a22e6930b3a0dbaa32df042ef3e1023515017a1dcaf4c7dd518adb8eaddbb5d3020d6780099720dd3de0217a63b197c96d4 + source = atac-0.13.0.tar.gz::https://github.com/Julien-cpsn/ATAC/archive/v0.13.0.tar.gz + sha512sums = 555718e21ec4b6032be0a480b1eda1d2e3fceaa267dd739a6608357f4469947167d017bcdcd0b4e1abef0fd302a17db5ea3bcb46ee5dec5851f42a9566cf7c7a pkgname = atac = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: Orhun Parmaksız pkgname=atac -pkgver=0.12.0 -pkgrel=2 +pkgver=0.13.0 +pkgrel=1 pkgdesc="A simple API client (postman like) in your terminal" arch=('x86_64') url="https://github.com/Julien-cpsn/ATAC"; @@ -10,7 +10,7 @@ license=('MIT') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('41e615ba171237ce08f688e299671a22e6930b3a0dbaa32df042ef3e1023515017a1dcaf4c7dd518adb8eaddbb5d3020d6780099720dd3de0217a63b197c96d4') +sha512sums=('555718e21ec4b6032be0a480b1eda1d2e3fceaa267dd739a6608357f4469947167d017bcdcd0b4e1abef0fd302a17db5ea3bcb46ee5dec5851f42a9566cf7c7a') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/atac/-/commit/0f26978ccaf6cdbe7ae45a1a863ac042b556e700 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/atac/-/commit/0f26978ccaf6cdbe7ae45a1a863ac042b556e700 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/atac] Pushed new tag 0.13.0-1
Orhun Parmaksız pushed new tag 0.13.0-1 at Arch Linux / Packaging / Packages / atac -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/atac/-/tree/0.13.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/slumber][main] upgpkg: 0.18.0-1: upstream release
Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / slumber Commits: 06fdb613 by Orhun Parmaksız at 2024-04-19T00:43:40+03:00 upgpkg: 0.18.0-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = slumber pkgdesc = Terminal-based REST client - pkgver = 0.17.0 + pkgver = 0.18.0 pkgrel = 1 url = https://github.com/LucasPickering/slumber arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = slumber makedepends = cargo depends = gcc-libs options = !lto - source = slumber-0.17.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v0.17.0.tar.gz - sha256sums = 7566317d6e7c7a670f2794293a85611faf06f25a25d5776e77a90032bea535ef + source = slumber-0.18.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v0.18.0.tar.gz + sha256sums = cf443b77daba4faba018ffa60db6c7a77b5ca9ba98f81235d72fb73ebbc33f1b pkgname = slumber = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Orhun Parmaksız pkgname=slumber -pkgver=0.17.0 +pkgver=0.18.0 pkgrel=1 pkgdesc="Terminal-based REST client" arch=('x86_64') @@ -10,7 +10,7 @@ license=('MIT') depends=('gcc-libs') makedepends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('7566317d6e7c7a670f2794293a85611faf06f25a25d5776e77a90032bea535ef') +sha256sums=('cf443b77daba4faba018ffa60db6c7a77b5ca9ba98f81235d72fb73ebbc33f1b') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slumber/-/commit/06fdb61353863419949f7a50141bbf2383f3f161 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slumber/-/commit/06fdb61353863419949f7a50141bbf2383f3f161 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/slumber] Pushed new tag 0.18.0-1
Orhun Parmaksız pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / slumber -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/slumber/-/tree/0.18.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/libatasmart][main] Add scrinfo and config for nvchecker
Balló György pushed to branch main at Arch Linux / Packaging / Packages / libatasmart Commits: 504d913c by Balló György at 2024-04-18T23:43:12+02:00 Add scrinfo and config for nvchecker - - - - - 2 changed files: - + .SRCINFO - + .nvchecker.toml Changes: = .SRCINFO = @@ -0,0 +1,17 @@ +pkgbase = libatasmart + pkgdesc = ATA S.M.A.R.T. reader and parser library + pkgver = 0.19 + pkgrel = 6 + url = https://0pointer.de/blog/projects/being-smart.html + arch = x86_64 + license = LGPL-2.1-or-later + depends = glibc + depends = systemd-libs + source = https://0pointer.de/public/libatasmart-0.19.tar.xz + source = 0001-Dont-test-undefined-bits.patch + source = 0002-Drop-our-own-many-bad-sectors-heuristic.patch + sha256sums = 61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d + sha256sums = ab19d6985bb524774607280a2ee62c48de01785660ff5206d80f778b6404188c + sha256sums = 9bb5ca3431f76c182c5b076e2db9378d696608c2ff1d53d01e55c530ba293ce1 + +pkgname = libatasmart = .nvchecker.toml = @@ -0,0 +1,4 @@ +[libatasmart] +source = "git" +git = "https://git.0pointer.net/clone/libatasmart.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/504d913c601a597af1b1c349f55f47fee1de0426 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/504d913c601a597af1b1c349f55f47fee1de0426 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/primecount] Pushed new tag 7.13-1
Antonio Rojas pushed new tag 7.13-1 at Arch Linux / Packaging / Packages / primecount -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/tree/7.13-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/primecount][main] upgpkg: 7.13-1: Update to 7.13
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / primecount Commits: 4e557709 by Antonio Rojas at 2024-04-18T23:37:23+02:00 upgpkg: 7.13-1: Update to 7.13 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,15 +1,16 @@ pkgbase = primecount pkgdesc = Fast C++ prime counting function implementation - pkgver = 7.12 + pkgver = 7.13 pkgrel = 1 url = https://github.com/kimwalisch/primecount arch = x86_64 license = BSD-2-Clause makedepends = cmake + makedepends = git depends = gcc-libs depends = glibc depends = primesieve - source = https://github.com/kimwalisch/primecount/archive/v7.12/primecount-7.12.tar.gz - sha256sums = b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c + source = git+https://github.com/kimwalisch/primecount#tag=v7.13 + sha256sums = 1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5 pkgname = primecount = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=primecount -pkgver=7.12 +pkgver=7.13 pkgrel=1 pkgdesc='Fast C++ prime counting function implementation' arch=(x86_64) @@ -10,17 +10,17 @@ license=(BSD-2-Clause) depends=(gcc-libs glibc primesieve) -makedepends=(cmake) -source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c') +makedepends=(cmake + git) +source=(git+https://github.com/kimwalisch/primecount#tag=v$pkgver) +sha256sums=('1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5') build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_LIBPRIMESIEVE=OFF \ -DBUILD_STATIC_LIBS=OFF \ -DBUILD_SHARED_LIBS=ON \ --DWITH_POPCNT=OFF \ -DWITH_FLOAT128=ON cmake --build build } @@ -28,5 +28,5 @@ build() { package() { DESTDIR="$pkgdir" cmake --install build - install -Dm644 $pkgname-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/ + install -Dm644 $pkgname/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/ } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/4e5577099a010f3f96a20be3fd419986b3c8cb2d -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primecount/-/commit/4e5577099a010f3f96a20be3fd419986b3c8cb2d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/minio-client][main] upgpkg: 2024.04.18-1
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / minio-client Commits: 6dab17ec by Christian Heusel at 2024-04-18T23:34:27+02:00 upgpkg: 2024.04.18-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = minio-client pkgdesc = Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage - pkgver = 2024.03.30 + pkgver = 2024.04.18 pkgrel = 1 url = https://minio.io/downloads/#minio-client install = minio-client.install @@ -10,7 +10,7 @@ pkgbase = minio-client makedepends = git depends = glibc options = !lto - source = git+https://github.com/minio/mc.git#tag=RELEASE.2024-03-30T15-29-52Z - sha512sums = b48ce71f0815a82caa3a8a624793e8cb0a7c1825282d9803dfb806c1e51e28c8ecf22141b14efde17df23c962efb069c11701f05f1de109d9e82be469730c37a + source = git+https://github.com/minio/mc.git#tag=RELEASE.2024-04-18T16-45-29Z + sha512sums = dc4d204ce96d2e4b7d9957ba4ed1a11844a2f28df5e451b0a66ab7a2cda5d72660788422c0f30a03201e2789b16d719a1d5f863eb226b6516bce538064c29d36 pkgname = minio-client = PKGBUILD = @@ -4,8 +4,8 @@ # Contributor: Dhananjay Balan pkgname=minio-client -pkgver=2024.03.30 -_timever=T15-29-52Z +pkgver=2024.04.18 +_timever=T16-45-29Z _pkgver="${pkgver//./-}${_timever//:/-}" pkgrel=1 pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage' @@ -17,9 +17,11 @@ depends=('glibc') options=(!lto) install=minio-client.install source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver}) -sha512sums=('b48ce71f0815a82caa3a8a624793e8cb0a7c1825282d9803dfb806c1e51e28c8ecf22141b14efde17df23c962efb069c11701f05f1de109d9e82be469730c37a') +sha512sums=('dc4d204ce96d2e4b7d9957ba4ed1a11844a2f28df5e451b0a66ab7a2cda5d72660788422c0f30a03201e2789b16d719a1d5f863eb226b6516bce538064c29d36') build() { + cd mc + export CGO_LDFLAGS="${LDFLAGS}" export CGO_CFLAGS="${CFLAGS}" export CGO_CPPFLAGS="${CPPFLAGS}" @@ -27,13 +29,8 @@ build() { export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" GO_LDFLAGS="\ -linkmode=external \ - -compressdwarf=false" - - cd mc - - sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" cmd/build-constants.go - sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" cmd/build-constants.go - sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" cmd/build-constants.go + -compressdwarf=false \ + $(go run buildscripts/gen-ldflags.go)" go build -ldflags "$GO_LDFLAGS" . } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/6dab17ec5753d4c43f0ffdb47f3ead41716f3b82 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/6dab17ec5753d4c43f0ffdb47f3ead41716f3b82 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/minio-client] Pushed new tag 2024.04.18-1
Christian Heusel pushed new tag 2024.04.18-1 at Arch Linux / Packaging / Packages / minio-client -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/tree/2024.04.18-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/primesieve][main] upgpkg: 12.3-1: Update to 12.3
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / primesieve Commits: 976ff72e by Antonio Rojas at 2024-04-18T23:32:51+02:00 upgpkg: 12.3-1: Update to 12.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,15 @@ pkgbase = primesieve pkgdesc = Fast prime number generator - pkgver = 12.1 + pkgver = 12.3 pkgrel = 1 url = https://github.com/kimwalisch/primesieve arch = x86_64 license = BSD-2-Clause makedepends = cmake + makedepends = git depends = gcc-libs depends = glibc - source = https://github.com/kimwalisch/primesieve/archive/v12.1/primesieve-12.1.tar.gz - sha256sums = 64e7f5d3ce680262b865c7aec1381ffb13d13f75dd985b964ce33806e1bbf386 + source = git+https://github.com/kimwalisch/primesieve#tag=v12.3 + sha256sums = 5ab99abec84d3bb6e3e59ce8ca382b5a6df4849e37f4f535c965f16d2996dfea pkgname = primesieve = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas pkgname=primesieve -pkgver=12.1 +pkgver=12.3 pkgrel=1 pkgdesc='Fast prime number generator' arch=(x86_64) @@ -9,19 +9,20 @@ url='https://github.com/kimwalisch/primesieve' license=(BSD-2-Clause) depends=(gcc-libs glibc) -makedepends=(cmake) -source=(https://github.com/kimwalisch/primesieve/archive/v$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('64e7f5d3ce680262b865c7aec1381ffb13d13f75dd985b964ce33806e1bbf386') +makedepends=(cmake + git) +source=(git+https://github.com/kimwalisch/primesieve#tag=v$pkgver) +sha256sums=('5ab99abec84d3bb6e3e59ce8ca382b5a6df4849e37f4f535c965f16d2996dfea') build() { - cmake -B build -S $pkgname-$pkgver \ + cmake -B build -S $pkgname \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_STATIC_LIBS=OFF - cmake --build build + cmake --build build --verbose } package() { DESTDIR="$pkgdir" cmake --install build - install -Dm644 $pkgname-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/ + install -Dm644 $pkgname/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primesieve/-/commit/976ff72e16dc646f0edd2c19916889f491ba2026 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primesieve/-/commit/976ff72e16dc646f0edd2c19916889f491ba2026 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/primesieve] Pushed new tag 12.3-1
Antonio Rojas pushed new tag 12.3-1 at Arch Linux / Packaging / Packages / primesieve -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/primesieve/-/tree/12.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/minio][main] upgpkg: 2024.04.18-1
Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / minio Commits: 79e0e173 by Christian Heusel at 2024-04-18T23:27:52+02:00 upgpkg: 2024.04.18-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = minio pkgdesc = Object storage server compatible with Amazon S3 - pkgver = 2024.04.06 + pkgver = 2024.04.18 pkgrel = 1 url = https://minio.io arch = x86_64 @@ -10,11 +10,11 @@ pkgbase = minio depends = glibc options = !lto backup = etc/minio/minio.conf - source = git+https://github.com/minio/minio.git#tag=RELEASE.2024-04-06T05-26-02Z + source = git+https://github.com/minio/minio.git#tag=RELEASE.2024-04-18T19-09-19Z source = minio.conf source = minio.service source = minio.sysusers - sha512sums = 9312c70084d594e94f2a3c3b0891c624d23e7e0b0bf10ce7a7ce8df63b713314a5a61281caf935099f557d3d34712dd237f6d81644089be1bd4bd7cb305ee918 + sha512sums = 6bcff000c2a57e12594ae8b795f0f016c7e5a03a9f6ec3c7982936b155b573a1baecc52e4270bb7276d949bd5e70b8e9664e59b96826776aeabee4e6634c8a52 sha512sums = 9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233 sha512sums = f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190 sha512sums = 7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63 = PKGBUILD = @@ -5,8 +5,8 @@ # Contributor: Daniel Maslowski pkgname=minio -pkgver=2024.04.06 -_timever=T05-26-02Z +pkgver=2024.04.18 +_timever=T19-09-19Z _pkgver="${pkgver//./-}${_timever//:/-}" pkgrel=1 pkgdesc='Object storage server compatible with Amazon S3' @@ -21,7 +21,7 @@ source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver} minio.service minio.sysusers) backup=('etc/minio/minio.conf') -sha512sums=('9312c70084d594e94f2a3c3b0891c624d23e7e0b0bf10ce7a7ce8df63b713314a5a61281caf935099f557d3d34712dd237f6d81644089be1bd4bd7cb305ee918' +sha512sums=('6bcff000c2a57e12594ae8b795f0f016c7e5a03a9f6ec3c7982936b155b573a1baecc52e4270bb7276d949bd5e70b8e9664e59b96826776aeabee4e6634c8a52' '9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233' 'f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190' '7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63') @@ -37,11 +37,7 @@ build() { GO_LDFLAGS="\ -linkmode=external \ -compressdwarf=false \ - -X github.com/minio/minio/cmd.Version=${pkgver//./-}${_timever} \ - -X github.com/minio/minio/cmd.CopyrightYear=$(date +%Y) \ - -X github.com/minio/minio/cmd.ReleaseTag=${pkgver//./-}${_timever} \ - -X github.com/minio/minio/cmd.CommitID=$(git rev-parse RELEASE.${_pkgver}) \ - -X github.com/minio/minio/cmd.ShortCommitID=$(git rev-parse --short RELEASE.${_pkgver})" + $(go run buildscripts/gen-ldflags.go)" go build -ldflags "$GO_LDFLAGS" . } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio/-/commit/79e0e173028022c0c17c5a4510aaa6bafcbe79be -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio/-/commit/79e0e173028022c0c17c5a4510aaa6bafcbe79be You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/minio] Pushed new tag 2024.04.18-1
Christian Heusel pushed new tag 2024.04.18-1 at Arch Linux / Packaging / Packages / minio -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minio/-/tree/2024.04.18-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-qdldl][main] upgpkg: 0.1.7.post2-2: Python 3.12 rebuild, switch to git sources
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-qdldl Commits: b407392c by Antonio Rojas at 2024-04-18T23:27:30+02:00 upgpkg: 0.1.7.post2-2: Python 3.12 rebuild, switch to git sources - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,19 +1,25 @@ pkgbase = python-qdldl pkgdesc = Python interface to the QDLDL free LDL factorization routine for quasi-definite linear systems pkgver = 0.1.7.post2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/oxfordcontrol/qdldl-python/ arch = x86_64 license = Apache-2.0 checkdepends = python-pytest + makedepends = cmake + makedepends = git + makedepends = pybind11 makedepends = python-build makedepends = python-installer makedepends = python-setuptools makedepends = python-wheel - makedepends = pybind11 - makedepends = cmake + depends = gcc-libs + depends = glibc + depends = python depends = python-scipy - source = https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post2.tar.gz - sha256sums = 4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3 + source = git+https://github.com/osqp/qdldl-python#tag=v.0.1.7.post2 + source = git+https://github.com/oxfordcontrol/qdldl + sha256sums = ae19247d07341d65a7f52fc48696f406cf44726cf839bd531367054fbcefcaca + sha256sums = SKIP pkgname = python-qdldl = PKGBUILD = @@ -1,33 +1,51 @@ # Maintainer: Antonio Rojas -_pyname=qdldl -pkgname=python-$_pyname +_pyname=qdldl-python +pkgname=python-qdldl pkgver=0.1.7.post2 -pkgrel=1 +pkgrel=2 pkgdesc='Python interface to the QDLDL free LDL factorization routine for quasi-definite linear systems' url='https://github.com/oxfordcontrol/qdldl-python/' license=(Apache-2.0) arch=(x86_64) -depends=(python-scipy) -makedepends=(python-build python-installer python-setuptools python-wheel pybind11 cmake) +depends=(gcc-libs + glibc + python + python-scipy) +makedepends=(cmake + git + pybind11 + python-build + python-installer + python-setuptools + python-wheel) checkdepends=(python-pytest) -source=(https://pypi.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3') +source=(git+https://github.com/osqp/$_pyname#tag=v.$pkgver +git+https://github.com/oxfordcontrol/qdldl) +sha256sums=('ae19247d07341d65a7f52fc48696f406cf44726cf839bd531367054fbcefcaca' +'SKIP') + +prepare() { + cd $_pyname + git submodule init + git submodule set-url c/qdldl "$srcdir"/qdldl + git -c protocol.file.allow=always submodule update +} build() { - cd $_pyname-$pkgver + cd $_pyname python -m build --wheel --no-isolation --skip-dependency-check } check() { - cd $_pyname-$pkgver + cd $_pyname python -m venv --system-site-packages test-env test-env/bin/python -m installer dist/*.whl test-env/bin/python -m pytest -v } package() { - cd $_pyname-$pkgver + cd $_pyname python -m installer --destdir="$pkgdir" dist/*.whl install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/b407392c4b51d65d8957ee04ef68ecca601d6c7e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/b407392c4b51d65d8957ee04ef68ecca601d6c7e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-qdldl] Pushed new tag 0.1.7.post2-2
Antonio Rojas pushed new tag 0.1.7.post2-2 at Arch Linux / Packaging / Packages / python-qdldl -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/tree/0.1.7.post2-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-qdldl][main] upgpkg: 0.1.7.post2-1: Update to 0.1.7.post2
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-qdldl Commits: f8675a35 by Antonio Rojas at 2024-04-18T23:09:06+02:00 upgpkg: 0.1.7.post2-1: Update to 0.1.7.post2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,10 +1,10 @@ pkgbase = python-qdldl pkgdesc = Python interface to the QDLDL free LDL factorization routine for quasi-definite linear systems - pkgver = 0.1.7.post1 - pkgrel = 2 + pkgver = 0.1.7.post2 + pkgrel = 1 url = https://github.com/oxfordcontrol/qdldl-python/ arch = x86_64 - license = Apache + license = Apache-2.0 checkdepends = python-pytest makedepends = python-build makedepends = python-installer @@ -13,7 +13,7 @@ pkgbase = python-qdldl makedepends = pybind11 makedepends = cmake depends = python-scipy - source = https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post1.tar.gz - sha256sums = 798d88c16e02536ae65c71f06b64e3fbf31b74d7e47bc10ff9816768632b3a64 + source = https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post2.tar.gz + sha256sums = 4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3 pkgname = python-qdldl = PKGBUILD = @@ -2,8 +2,8 @@ _pyname=qdldl pkgname=python-$_pyname -pkgver=0.1.7.post1 -pkgrel=2 +pkgver=0.1.7.post2 +pkgrel=1 pkgdesc='Python interface to the QDLDL free LDL factorization routine for quasi-definite linear systems' url='https://github.com/oxfordcontrol/qdldl-python/' license=(Apache-2.0) @@ -12,7 +12,7 @@ depends=(python-scipy) makedepends=(python-build python-installer python-setuptools python-wheel pybind11 cmake) checkdepends=(python-pytest) source=(https://pypi.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('798d88c16e02536ae65c71f06b64e3fbf31b74d7e47bc10ff9816768632b3a64') +sha256sums=('4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3') build() { cd $_pyname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/f8675a351709a512ba82254412062a488050853c -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/commit/f8675a351709a512ba82254412062a488050853c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-qdldl] Pushed new tag 0.1.7.post2-1
Antonio Rojas pushed new tag 0.1.7.post2-1 at Arch Linux / Packaging / Packages / python-qdldl -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-qdldl/-/tree/0.1.7.post2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jupyter-server-fileid][main] upgpkg: 0.9.2-2: Python 3.12 rebuild
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyter-server-fileid Commits: 249a80f7 by Antonio Rojas at 2024-04-18T23:04:31+02:00 upgpkg: 0.9.2-2: Python 3.12 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = jupyter-server-fileid pkgdesc = A Jupyter Server extension providing an implementation of the File ID service pkgver = 0.9.2 - pkgrel = 1 + pkgrel = 2 url = https://jupyter.org/ arch = any license = BSD-3-Clause = PKGBUILD = @@ -3,7 +3,7 @@ _pyname=jupyter_server_fileid pkgname=jupyter-server-fileid pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc='A Jupyter Server extension providing an implementation of the File ID service' arch=(any) url='https://jupyter.org/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server-fileid/-/commit/249a80f75ab620a803cdb760f46dddafb1c73629 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server-fileid/-/commit/249a80f75ab620a803cdb760f46dddafb1c73629 You're receiving this email because of your account on gitlab.archlinux.org.