Fixed PKGBUILD #29
2 changed files with 5 additions and 4 deletions
|
@ -7,14 +7,15 @@ Parch dorood (/do-rood/, درود, pronunciation) which is Persian word for "Gre
|
|||
This program is still on beta stages and it is semi complete and ready to use.
|
||||
|
||||
## Build the package on Arch machines
|
||||
|
||||
- For building this package run:
|
||||
```shell
|
||||
cd build/
|
||||
makepkg -f
|
||||
```
|
||||
|
||||
### Install the package
|
||||
- For installing this pacakge run:
|
||||
```shell
|
||||
cd build
|
||||
cd build/
|
||||
sudo pacman -U ./parch-welcome*
|
||||
```
|
||||
```
|
||||
|
|
|
@ -6,7 +6,7 @@ pkgdesc='Parch dorood (/do-rood/, درود, pronunciation) which is Persian word
|
|||
url="https://github.com/parchlinux/${pkgname}"
|
||||
license=('GPL')
|
||||
makedepends=("git")
|
||||
depends=("qt6-base" "qt6-declarative" "build-base")
|
||||
depends=("qt6-base" "qt6-declarative" "base-devel")
|
||||
conflicts=("${pkgname}")
|
||||
provides=("${pkgname}")
|
||||
source=("${pkgname}::git+${url}")
|
||||
|
|
Loading…
Add table
Reference in a new issue