summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj1simon2018-02-22 11:04:09 +0100
committerj1simon2018-02-22 11:04:09 +0100
commit4f1a1caf7b9cfd472624e5264dc539c808092f5e (patch)
tree5a81512ff798190259ecbda4caac4172dc336cc8
parentbd32a38ff2c41a37eae2fc1248e536e97644e110 (diff)
downloadaur-4f1a1caf7b9cfd472624e5264dc539c808092f5e.tar.gz
makedepends corrections
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2deab590df3b..c455c9278ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = flameshot-git
pkgdesc = Powerful yet simple to use screenshot software
- pkgver = r119.a609e40
+ pkgver = r365.423bf59
pkgrel = 1
url = https://github.com/lupoDharkael/flameshot
arch = i686
arch = x86_64
license = GPL
- makedepends = make
+ makedepends = make qt5-tools
depends = qt5-base
provides = flameshot-git
conflicts = flameshot
diff --git a/PKGBUILD b/PKGBUILD
index a2c023bc45f0..3eedce9bf43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=flameshot
pkgname=flameshot-git
-pkgver=r119.a609e40
+pkgver=r365.423bf59
pkgrel=1
pkgdesc="Powerful yet simple to use screenshot software"
arch=('i686' 'x86_64')
url="https://github.com/lupoDharkael/flameshot"
license=('GPL')
depends=('qt5-base')
-makedepends=('make')
+makedepends=('make qt5-tools')
provides=('flameshot-git')
conflicts=('flameshot')
source=("git+https://github.com/lupoDharkael/flameshot.git")