summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj1simon2018-08-17 07:03:06 +0200
committerj1simon2018-08-17 07:03:06 +0200
commitc9ae105ef399dc9799227ce4f225bdae867e5415 (patch)
tree56ee615bd86a7461d1f37128b0f7d675b6717bcd
parent6f398976c999dfa210f3632e067ca18b33b9ecaf (diff)
downloadaur-c9ae105ef399dc9799227ce4f225bdae867e5415.tar.gz
Added dependency qt5-svg
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5ff9bf4fd36..2289a0bb9594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flameshot-git
pkgdesc = Powerful yet simple to use screenshot software
- pkgver = r469.25790db
+ pkgver = r478.0f2ae9f
pkgrel = 1
url = https://github.com/lupoDharkael/flameshot
arch = i686
@@ -8,6 +8,7 @@ pkgbase = flameshot-git
license = GPL
makedepends = qt5-tools
depends = qt5-base
+ depends = qt5-svg
provides = flameshot-git
conflicts = flameshot
source = git+https://github.com/lupoDharkael/flameshot.git
diff --git a/PKGBUILD b/PKGBUILD
index fad96dab31bd..6cd4a93c8055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=flameshot
pkgname=flameshot-git
-pkgver=r469.25790db
+pkgver=r478.0f2ae9f
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')
+depends=('qt5-base' 'qt5-svg')
makedepends=('qt5-tools')
provides=('flameshot-git')
conflicts=('flameshot')