summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeresey2020-01-24 15:05:39 +0300
committerFeresey2020-01-24 15:05:39 +0300
commit5d57a3c4b754f6da1037a7c9744675c44c09ba3e (patch)
tree26b5d88f66192194600ffb14789b4c8f06d7a05d
parentb212f6e440b947b3bf42927cbf279d8323ee3f4a (diff)
downloadaur-5d57a3c4b754f6da1037a7c9744675c44c09ba3e.tar.gz
git & depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61ff96c7cb63..a38804ccbb3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = flameshot-git
pkgdesc = Powerful yet simple to use screenshot software
pkgver = r549.91ba28c
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lupoDharkael/flameshot
arch = i686
arch = x86_64
license = GPL
makedepends = qt5-tools
+ makedepends = git
depends = qt5-base
depends = hicolor-icon-theme
+ depends = qt5-svg
provides = flameshot-git
conflicts = flameshot
source = git+https://github.com/lupoDharkael/flameshot.git
diff --git a/PKGBUILD b/PKGBUILD
index 7261cfa80379..9f0635e9ecee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=flameshot-git
_pkgname=flameshot
pkgver=r549.91ba28c
-pkgrel=2
+pkgrel=3
pkgdesc="Powerful yet simple to use screenshot software"
arch=('i686' 'x86_64')
url="https://github.com/lupoDharkael/flameshot"
license=('GPL')
-depends=(qt5-base hicolor-icon-theme)
-makedepends=(qt5-tools)
+depends=(qt5-base hicolor-icon-theme qt5-svg)
+makedepends=(qt5-tools git)
provides=(flameshot-git)
conflicts=(flameshot)
source=("git+https://github.com/lupoDharkael/flameshot.git")