Update PKGBUILD

This commit is contained in:
Nix 2025-09-21 15:04:02 -03:00 committed by GitHub
parent 8f24903fb3
commit 16936e3a0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
pkgname=picodulce pkgname=picodulce
pkgver=0.11.7 pkgver=0.13.5
pkgrel=1 pkgrel=1
pkgdesc="Launcher for Minecraft based on the picomc library" pkgdesc="Launcher for Minecraft based on the zucaro library"
arch=('x86_64') arch=('x86_64')
OPTIONS=(!strip !docs libtool emptydirs) OPTIONS=(!strip !docs libtool emptydirs)
url="https://github.com/nixietab/picodulce" url="https://github.com/nixietab/picodulce"
license=('MIT') # Replace with your project's license license=('MIT')
depends=('python' 'python-virtualenv' 'xdg-utils') depends=('python' 'python-virtualenv' 'xdg-utils')
makedepends=('git') makedepends=('git')
source=("git+https://github.com/nixietab/picodulce.git") source=("git+https://github.com/nixietab/picodulce.git")