summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeresey2020-01-19 15:29:18 +0300
committerFeresey2020-01-19 15:30:15 +0300
commit8e8b52e4f2389db7d2f4dd6212276fef5462c35d (patch)
tree0e917dd605e4566ad5482c6ddccafe9a03eb1664
parente4db7f2934ea31d34b2c5af2289d7afe6f6a743c (diff)
downloadaur-8e8b52e4f2389db7d2f4dd6212276fef5462c35d.tar.gz
new maintainer
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b35697d4af13..61ff96c7cb63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = flameshot-git
pkgdesc = Powerful yet simple to use screenshot software
- pkgver = r539.234a51b
- pkgrel = 1
+ pkgver = r549.91ba28c
+ pkgrel = 2
url = https://github.com/lupoDharkael/flameshot
arch = i686
arch = x86_64
license = GPL
makedepends = qt5-tools
- makedepends = git
depends = qt5-base
- depends = qt5-svg
+ depends = hicolor-icon-theme
provides = flameshot-git
conflicts = flameshot
source = git+https://github.com/lupoDharkael/flameshot.git
diff --git a/PKGBUILD b/PKGBUILD
index 337224e10c69..d4f89a3d2440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: j1simon <stemp@ono.com>
+# Maintainer : Feresey <p.milko1999@yandex.ru>
+# Contributor : j1simon <stemp@ono.com>
+# Contributor : Feresey <p.milko1999@yandex.ru>
-_pkgname=flameshot
pkgname=flameshot-git
-pkgver=r539.234a51b
+_pkgname=flameshot
+pkgver=r549.91ba28c
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' 'git')
-provides=('flameshot-git')
-conflicts=('flameshot')
+depends=(qt5-base hicolor-icon-theme)
+makedepends=(qt5-tools)
+provides=(flameshot-git)
+conflicts=(flameshot)
source=("git+https://github.com/lupoDharkael/flameshot.git")
sha256sums=('SKIP')