summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBastian Pukallus2020-04-02 20:03:27 +0200
committerBastian Pukallus2020-04-02 20:03:27 +0200
commit9a25f018d80893ee8b6ff7a8b3880f8debc61b6b (patch)
treec40fc59770dc1da98e2e095ea9cc8467485aadd3 /PKGBUILD
parenta713afdf87eb1426061c8d384104a924e4c5c937 (diff)
downloadaur-9a25f018d80893ee8b6ff7a8b3880f8debc61b6b.tar.gz
added .SRCINFO and gconf to dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6afdafe658fd..e1c51fcc10e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=()