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

Jiachen Yang farseerfc at archlinux.org
Mon May 14 09:04:09 UTC 2018


    Date: Monday, May 14, 2018 @ 09:04:03
  Author: farseerfc
Revision: 321878

upgpkg: flameshot 0.5.1-4

flameshot 0.5.1-4 backport PR171

Modified:
  flameshot/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-14 08:58:14 UTC (rev 321877)
+++ PKGBUILD	2018-05-14 09:04:03 UTC (rev 321878)
@@ -3,7 +3,7 @@
 
 pkgname=flameshot
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/lupoDharkael/flameshot"
@@ -13,10 +13,12 @@
 source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz"
 	"pr174.patch::https://github.com/lupoDharkael/flameshot/commit/986b7741428e1f00a5b0688e254665eab90c025a.patch"
 	"pr149.patch::https://github.com/lupoDharkael/flameshot/commit/1bf282921744d3b3332d626c3ca00367ac7e6a44.patch"
+	"pr171.patch::https://github.com/lupoDharkael/flameshot/commit/b4ba65588df33ead8bd0e9898a2f0b48be9f979d.patch"
 	)
 sha256sums=('35220eabb8c4203abb0732c63e0b4d955e17ddd0c03c3d2c7a5beb875728e44e'
             'ad8d85d72e0729fb7629f04b1250fab354340987efd58f3fdd09ae6a7f075b27'
-            '2f5b165f43831f1447b28df57cb3853a0eeaa9a52b72faddc06764e4e8715ac2')
+            '2f5b165f43831f1447b28df57cb3853a0eeaa9a52b72faddc06764e4e8715ac2'
+            'e6479eb2a6e489e33a57d74f25c00adead799d4bd2af9e013f92b2f22d59f50d')
 install="${pkgname}.install"
 
 prepare() {
@@ -23,6 +25,7 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -Np1 <../pr174.patch
   patch -Np1 <../pr149.patch
+  patch -Np1 <../pr171.patch
 }
 
 build() {



More information about the arch-commits mailing list