[arch-commits] Commit in flameshot/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Mon Sep 28 00:11:07 UTC 2020


    Date: Monday, September 28, 2020 @ 00:11:07
  Author: farseerfc
Revision: 712787

upgpkg: flameshot 0.8.1-3: flameshot 0.8.1-3 backport PR#982 and PR#977

Modified:
  flameshot/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 23:56:02 UTC (rev 712786)
+++ PKGBUILD	2020-09-28 00:11:07 UTC (rev 712787)
@@ -3,24 +3,30 @@
 
 pkgname=flameshot
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
-url="https://github.com/lupoDharkael/flameshot"
+url="https://github.com/flameshot-org/flameshot"
 license=('GPL')
 depends=('qt5-svg' 'hicolor-icon-theme')
 makedepends=('make' 'qt5-tools' 'cmake')
-source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
 "pr969.patch::https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9.patch"
-"pr648.patch::https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111.patch")
+"pr648.patch::https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111.patch"
+"pr982.patch::https://github.com/flameshot-org/flameshot/commit/ac038474ceeee9b3fef9fe777c2d34def563d19e.patch"
+"pr977.patch::https://github.com/flameshot-org/flameshot/commit/f5d581c89f36c705f65f10193902a2382a5bf595.patch")
 sha256sums=('92394c469536b264f36e592b51468d9bbe4ea619888bb0090e8a4831c2ce2d7c'
             'c69c5055452e688cd3f2ca8b2d7ba9e3f8985727884f5ee6cba8e1d686e815f2'
-            '0f5aeb9cab8540ef0fec2ce71de18aabb7fd8ffeb2b080fab1ff88b88569a22c')
+            '0f5aeb9cab8540ef0fec2ce71de18aabb7fd8ffeb2b080fab1ff88b88569a22c'
+            '566760bce2092e05ca1a53baae30d62eed4bdb15282dfbc2675bc0b1f8a845ff'
+            'db7c6190cb96289b8397f484df43f83664c09ca55ec1dcec256088865080c1b8')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 -i ${srcdir}/pr969.patch # https://github.com/flameshot-org/flameshot/commit/0d5386edd4223dca682c0a50e53f6931af080ee9
   patch -Np1 -i ${srcdir}/pr648.patch # https://github.com/flameshot-org/flameshot/commit/e1214e23e5a2641d585e47aa064cfcbb8a2b6111
+  patch -Np1 -i ${srcdir}/pr982.patch # https://github.com/flameshot-org/flameshot/commit/ac038474ceeee9b3fef9fe777c2d34def563d19e
+  patch -Np1 -i ${srcdir}/pr977.patch # https://github.com/flameshot-org/flameshot/commit/f5d581c89f36c705f65f10193902a2382a5bf595
 }
 
 build() {



More information about the arch-commits mailing list