From 16936e3a0ddc369d4c12f560b7dcdbf8687c52d5 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:04:02 -0300 Subject: [PATCH] Update PKGBUILD --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 400877b..e16d0a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ pkgname=picodulce -pkgver=0.11.7 +pkgver=0.13.5 pkgrel=1 -pkgdesc="Launcher for Minecraft based on the picomc library" +pkgdesc="Launcher for Minecraft based on the zucaro library" arch=('x86_64') OPTIONS=(!strip !docs libtool emptydirs) url="https://github.com/nixietab/picodulce" -license=('MIT') # Replace with your project's license +license=('MIT') depends=('python' 'python-virtualenv' 'xdg-utils') makedepends=('git') source=("git+https://github.com/nixietab/picodulce.git")