[arch-commits] Commit in flameshot/trunk (PKGBUILD)
Jiachen Yang
farseerfc at archlinux.org
Wed Apr 1 16:27:10 UTC 2020
Date: Wednesday, April 1, 2020 @ 16:27:09
Author: farseerfc
Revision: 609003
upgpkg: flameshot 0.6.0-4: flameshot backport pr#678
Modified:
flameshot/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-01 16:22:19 UTC (rev 609002)
+++ PKGBUILD 2020-04-01 16:27:09 UTC (rev 609003)
@@ -3,7 +3,7 @@
pkgname=flameshot
pkgver=0.6.0
-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"
"fix311.patch::https://github.com/lupoDharkael/flameshot/commit/415b059fb248eec4b4ee3be85a1594ce99bfce67.patch"
"pr470.patch::https://patch-diff.githubusercontent.com/raw/lupoDharkael/flameshot/pull/470.patch"
+ "pr678.patch::https://patch-diff.githubusercontent.com/raw/lupoDharkael/flameshot/pull/678.patch"
)
sha256sums=('61b3a1969d6e17d80d5d90a3fce53ca5ae78fa21f9a45e5a19b0b32ea815a589'
- '94da922546ce1b41d702e13d4ec2141f6383b2410bd9b2ddd34ce75e1d8c9209'
- 'd9cdf793db3b4637a8bd00475d9e936d4e7e94af3295feaf4c6c8e952de58a18')
+ 'ab73202901f9f531ce7b3cc7d59c026a00ea347f9aeef1bc427b97154bb741d5'
+ 'cffd645935583d0b5b77b163e38063d457500f706003b4014ef5ed4620f14b49'
+ '4d373238da105734ea25097c4f088bd204285b9df9e2b1a7a2f71142c49dbf00')
install="${pkgname}.install"
prepare() {
@@ -28,6 +30,10 @@
## see https://github.com/lupoDharkael/flameshot/pull/470
patch -Np1 -i ../pr470.patch
+ ## fix issues #564 #265 #650
+ ## see https://github.com/lupoDharkael/flameshot/pull/678
+ patch -Np1 -i ../pr678.patch
+
## add a version number from pkgver
sed -i "s|TAG_VERSION = .*|TAG_VERSION = v${pkgver}|" flameshot.pro
}
More information about the arch-commits
mailing list