mirror of
https://github.com/nixietab/picodulce.git
synced 2025-10-29 20:45:10 +00:00
Compare commits
2 Commits
8f24903fb3
...
7f0108221b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f0108221b | ||
|
|
16936e3a0d |
6
PKGBUILD
6
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")
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user