summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj1simon2018-02-23 12:22:39 +0100
committerj1simon2018-02-23 12:22:39 +0100
commit663c90f86d326d0836859acce4a4994c3fccc8a7 (patch)
treeaa9928d2a23ca3e5c82eff9d210e8158c79bcf24
parent4f1a1caf7b9cfd472624e5264dc539c808092f5e (diff)
downloadaur-663c90f86d326d0836859acce4a4994c3fccc8a7.tar.gz
makedepends correction: 'make' isn't necessary
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c455c9278ae1..33db40c12643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = flameshot-git
pkgdesc = Powerful yet simple to use screenshot software
- pkgver = r365.423bf59
+ pkgver = r366.5461b27
pkgrel = 1
url = https://github.com/lupoDharkael/flameshot
arch = i686
arch = x86_64
license = GPL
- makedepends = make qt5-tools
+ makedepends = qt5-tools
depends = qt5-base
provides = flameshot-git
conflicts = flameshot
diff --git a/PKGBUILD b/PKGBUILD
index 3eedce9bf43e..f0b1a7af012f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=flameshot
pkgname=flameshot-git
-pkgver=r365.423bf59
+pkgver=r366.5461b27
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 qt5-tools')
+makedepends=('qt5-tools')
provides=('flameshot-git')
conflicts=('flameshot')
source=("git+https://github.com/lupoDharkael/flameshot.git")