Fixed PKGBUILD #29

Merged
sohrab merged 2 commits from github/fork/DanielcoderX/main into main 2023-09-03 05:18:26 -04:00
2 changed files with 5 additions and 4 deletions

View file

@ -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*
```
```

View file

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