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

Jiachen Yang farseerfc at gemini.archlinux.org
Fri Nov 26 15:07:55 UTC 2021


    Date: Friday, November 26, 2021 @ 15:07:55
  Author: farseerfc
Revision: 1054860

upgpkg: flameshot 0.10.2-1

Modified:
  flameshot/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-26 13:11:15 UTC (rev 1054859)
+++ PKGBUILD	2021-11-26 15:07:55 UTC (rev 1054860)
@@ -2,7 +2,7 @@
 # Contributor: xyzzy <628208 at gmail.com>
 
 pkgname=flameshot
-pkgver=0.10.1
+pkgver=0.10.2
 pkgrel=1
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
@@ -9,10 +9,12 @@
 url="https://github.com/flameshot-org/flameshot"
 license=('GPL')
 depends=('qt5-svg' 'hicolor-icon-theme')
-makedepends=('make' 'qt5-tools' 'cmake')
+makedepends=('make' 'qt5-tools' 'cmake' 'git')
 optdepends=('gnome-shell-extension-appindicator: for system tray icon if you are using Gnome')
-source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c2d760345d78dd5d2488c6bea54cb10870b09772179f33594a33c8f62ccdeeb9')
+# fixed to the commit in v0.10.2 branch instead of tagged release, see: https://github.com/flameshot-org/flameshot/issues/2119#issuecomment-980037011 
+source=("${pkgname}-${pkgver}::git+https://github.com/flameshot-org/flameshot.git#commit=cda5a0f148ade1536d390ed988091848ecf62d13")
+#source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('SKIP')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list