Skip to content

Instantly share code, notes, and snippets.

# Maintainer: envolution
# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=geogram-git
_pkgname='geogram'
pkgver=1.9.0+r1100+ge49be1199
pkgrel=1
pkgdesc="Library of geometric algorithms"
arch=('x86_64')
url="https://github.com/BrunoLevy/geogram"
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
# Contributor: Sam L. Yes <samlukeyes123@gmail.com>
_base=paddlepaddle
pkgname=${_base}-bin
pkgdesc="Parallel Distributed Deep Learning"
pkgver=2.6.2
pkgrel=2 #bump rel
arch=(x86_64)
url="https://${_base}.org.cn"
license=(Apache-2.0) #spdx identifier
@envolution
envolution / PKGBUILD
Last active January 5, 2025 23:15
python-msgspec
# Maintainer: rumpelsepp <stefan at rumpelsepp dot org>
# Contributor: Carl Smedstad <carsme@archlinux.org>
# Contributor: envolution
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=python-msgspec
_pkgname=${pkgname#python-}
pkgver=0.19.0
pkgrel=1
pkgdesc="A fast and friendly JSON/MessagePack library, with optional schema validation"
@envolution
envolution / dont-care-about-sandbox.patch
Created January 5, 2025 23:52
dont-care-about-sandbox.patch
diff -rub Bottles-51.16/bottles/frontend/meson.build Bottles-51.16-patched/bottles/frontend/meson.build
--- Bottles-51.16/bottles/frontend/meson.build 2024-12-12 22:50:52.000000000 +0100
+++ Bottles-51.16-patched/bottles/frontend/meson.build 2024-12-13 07:44:56.242543882 +0100
@@ -25,10 +25,6 @@
fs = import('fs')
-if not fs.is_file('/' + '.flatpak-info')
- error('file does not exist')
-endif
@envolution
envolution / PKGBUILD
Created January 5, 2025 23:54
bottles-git PKGBUILD
# Maintainer: envolution
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: Talebian <talebian@sovietunion.xyz>
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=bottles-git
pkgver=51.17.r50.g8996b41e
pkgrel=1
epoch=2
pkgdesc="Easily manage wineprefix using environments"
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Maintainer: Fabian Bornschein <fabiscafe@archlinux.org>
pkgbase=libadwaita
pkgname=(
libadwaita
)
pkgver=1.7alpha
pkgrel=1
epoch=1
# Maintainer: Victor Lavaud <victor.lavaud@pm.me>
pkgname=python-google-generativeai
pkgver=0.8.4
pkgrel=2
pkgdesc="(deprecated) Google AI Python SDK for the Gemini API"
arch=('any')
url="https://github.com/google-gemini/generative-ai-python"
license=('Apache-2.0')
makedepends=('python-setuptools')
source=("generative-ai-${pkgver}.tar.gz::https://github.com/google-gemini/generative-ai-python/archive/refs/tags/v${pkgver}.tar.gz")
# Maintainer: redponike <proton (dot) me>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-dm-tree
_pkgname='tree'
pkgver=0.1.9
pkgrel=1
pkgdesc='tree is a library for working with nested data structures'
arch=('x86_64')
url='https://github.com/google-deepmind/tree'
--- /github/envolution/aur/maintain/build/openfoam/PKGBUILD 2025-02-07 03:58:55.974030381 -0500
+++ PKGBUILD 2025-05-19 17:20:24.168928213 -0400
@@ -11,7 +11,7 @@
_pkgver="${pkgver%.*}"
_subver="${pkgver#*.}"
[[ "$pkgver" = "$_subver" ]] && _subver="version-$pkgver"
-pkgrel=4
+pkgrel=5
pkgdesc="The open source CFD toolbox (www.openfoam.org)"
_distpkgbase=OpenFOAM
diff -Naur sedutil_orig/PKGBUILD sedutil/PKGBUILD
--- sedutil_orig/PKGBUILD 2025-06-01 23:43:47.331591194 -0400
+++ sedutil/PKGBUILD 2025-06-01 23:48:44.260916483 -0400
@@ -28,7 +28,8 @@
'mkinitcpio.conf.lib'
'linuxpba.hook'
'linuxpba.install'
- 'getpasswd.c')
+ 'getpasswd.c'
+ 'sedutil-fix-hidden-identify-overload.patch')