diff options
author | Bastian Pukallus | 2020-04-02 20:03:27 +0200 |
---|---|---|
committer | Bastian Pukallus | 2020-04-02 20:03:27 +0200 |
commit | 9a25f018d80893ee8b6ff7a8b3880f8debc61b6b (patch) | |
tree | c40fc59770dc1da98e2e095ea9cc8467485aadd3 /PKGBUILD | |
parent | a713afdf87eb1426061c8d384104a924e4c5c937 (diff) | |
download | aur-9a25f018d80893ee8b6ff7a8b3880f8debc61b6b.tar.gz |
added .SRCINFO and gconf to dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ # Maintainer: Bastian Pukallus <bplinux at posteo de> pkgname='fspy' pkgver='1.0.3' -pkgrel=2 +pkgrel=3 pkgdesc="cross platform app for still image camera matching" arch=('x86_64') url="https://github.com/stuffmatic/fSpy" license=('GPL') -depends=(fuse2 xdialog) +depends=(gconf fuse2 xdialog) makedepends=(yarn) provides=() options=() |