summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPiotr Rogoża2017-04-14 16:35:34 +0200
committerPiotr Rogoża2017-04-14 16:35:34 +0200
commite9d9f824dab5666c00488da0f02055bceb7d72e2 (patch)
tree3865053f6082fce702d50c76b30c5b266c1172f3 /PKGBUILD
parentf77bafbf51c291fe852979370a40627f45af38bc (diff)
downloadaur-e9d9f824dab5666c00488da0f02055bceb7d72e2.tar.gz
Added cmake to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b66eed8fa41..64abd2ee62cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ksnip-git
pkgver=r106.0ebb798
-pkgrel=1
+pkgrel=2
pkgdesc='Screenshot tool inspired by Windows Snipping Tool and made with Qt for Linux'
arch=('i686' 'x86_64')
url='https://github.com/DamirPorobic/ksnip'
license=('GPL')
-depends=(qt4)
+depends=(qt4 cmake)
makedepends=(git qt4)
optdepends=()
source=('git+https://github.com/DamirPorobic/ksnip.git')