summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Kosteley2015-06-18 20:33:33 +0600
committerVladimir Kosteley2015-06-18 20:33:33 +0600
commitada932902a063036c8a0ba9e1824ea82c2babc62 (patch)
tree9996e484129b0d3c50e70ac23fc9d51fe92870bb
parent6118cced800de272a7d29b75e0dbd2db6c383d0f (diff)
downloadaur-ada932902a063036c8a0ba9e1824ea82c2babc62.tar.gz
Dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2018429c71b..7ab2c8e7589e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = screenshotgun-git
url = http://screenshotgun.com
arch = any
license = GPL
+ makedepends = git
+ depends = qt5-base
source = screenshotgun::git+https://github.com/ismd/screenshotgun.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 44f847a962b8..f0e360e9601d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=(any)
url="http://screenshotgun.com"
license=('GPL')
groups=()
-depends=()
-makedepends=()
+depends=('qt5-base')
+makedepends=('git')
optdepends=()
provides=()
conflicts=()