summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj1simon2019-06-15 19:44:37 +0200
committerj1simon2019-06-15 19:44:37 +0200
commite4db7f2934ea31d34b2c5af2289d7afe6f6a743c (patch)
treee35b701dbf694899adf15cc5a5b902ed44f2c2a8
parentc9ae105ef399dc9799227ce4f225bdae867e5415 (diff)
downloadaur-e4db7f2934ea31d34b2c5af2289d7afe6f6a743c.tar.gz
'makedependes' added
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2289a0bb9594..b35697d4af13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = flameshot-git
pkgdesc = Powerful yet simple to use screenshot software
- pkgver = r478.0f2ae9f
+ pkgver = r539.234a51b
pkgrel = 1
url = https://github.com/lupoDharkael/flameshot
arch = i686
arch = x86_64
license = GPL
makedepends = qt5-tools
+ makedepends = git
depends = qt5-base
depends = qt5-svg
provides = flameshot-git
diff --git a/PKGBUILD b/PKGBUILD
index 6cd4a93c8055..337224e10c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=flameshot
pkgname=flameshot-git
-pkgver=r478.0f2ae9f
+pkgver=r539.234a51b
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' 'qt5-svg')
-makedepends=('qt5-tools')
+makedepends=('qt5-tools' 'git')
provides=('flameshot-git')
conflicts=('flameshot')
source=("git+https://github.com/lupoDharkael/flameshot.git")