Date: Thursday, September 24, 2020 @ 04:39:06 Author: farseerfc Revision: 711650
upgpkg: flameshot 0.8.1-1: flameshot 0.8.1 Modified: flameshot/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-24 00:40:48 UTC (rev 711649) +++ PKGBUILD 2020-09-24 04:39:06 UTC (rev 711650) @@ -2,7 +2,7 @@ # Contributor: xyzzy <[email protected]> pkgname=flameshot -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Powerful yet simple to use screenshot software" arch=('x86_64') @@ -10,8 +10,8 @@ license=('GPL') depends=('qt5-svg' 'hicolor-icon-theme') makedepends=('make' 'qt5-tools' 'cmake') -source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz") -sha256sums=('41d04c1ccb5c492768d6b66252b554ff1e5fec11fccb7bb0bdb8ae878dd01909') +source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz") +sha256sums=('92394c469536b264f36e592b51468d9bbe4ea619888bb0090e8a4831c2ce2d7c') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -25,6 +25,6 @@ cd "${srcdir}/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install - # provided by zsh-completions so exclude from packaging - rm ${pkgdir}/usr/share/zsh/site-functions/_flameshot + # zsh _flameshot completion is provided by zsh-completions so exclude from packaging + rm -rf ${pkgdir}/usr/share/zsh/ }
