Compare commits

...

2 Commits

Author SHA1 Message Date
Nix
7f0108221b
Update README.md 2025-09-21 15:05:59 -03:00
Nix
16936e3a0d
Update PKGBUILD 2025-09-21 15:04:02 -03:00
2 changed files with 4 additions and 4 deletions

View File

@ -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")

View File

@ -49,7 +49,7 @@ The package is available in the [AUR](https://aur.archlinux.org/packages/picodul
For installing on Arch without using an AUR helper a PKGBUILD is provided
```
git clone https://aur.archlinux.org/picodulce.git
git clone https://github.com/nixietab/picodulce.git
cd picodulce
makepkg -si
```