diff options
author | Munzir Taha | 2022-03-24 22:36:20 +0300 |
---|---|---|
committer | Munzir Taha | 2022-03-24 22:36:20 +0300 |
commit | f6adae4c687a1392a06af7f2c18c4af8757f0de4 (patch) | |
tree | 99708d83590fdad0468c7a6552e2247f338f012d /PKGBUILD | |
parent | f0da36b1c9a84cfaba49d9cbc056c496f834d165 (diff) | |
download | aur-f6adae4c687a1392a06af7f2c18c4af8757f0de4.tar.gz |
Add optdpends desktop-file-utils. Thanks @luscinius
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ # Maintainer: Munzir Taha <munzirtaha@gmail.com> + pkgname=chessx pkgver=1.5.6 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform chess database and PGN viewer" arch=(i686 x86_64) url=http://chessx.sourceforge.net @@ -9,7 +10,7 @@ license=(GPL2) depends=(qt5-svg qt5-speech) optdepends=('stockfish: for a chess engine' 'lc0-cudnn-git: for another chess engine') -makedepends=(qt5-tools) +makedepends=(desktop-file-utils qt5-tools) conflicts=($pkgname-svn) source=("https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tgz") sha256sums=('d09a4b534a909c5f1a398c64065049a2fdf30497bc81ccbdf0d940412364d205') |