summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84ac85e62962..6b945ce2edc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@
_pkgname=AppImageLauncher
pkgname=appimagelauncher
pkgver=2.0.3
+_commit=4f7bc8e9fae72005935143d255b83a7ee6572f4a
pkgrel=1
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')
@@ -21,11 +22,11 @@ depends=('binutils'
'librsvg'
'qt5-base'
'shared-mime-info')
-makedepends=('cmake' 'wget' 'vim' 'qt5-tools')
+makedepends=('cmake' 'git' 'wget' 'vim' 'qt5-tools')
conflicts=('appimagelauncher-git')
-source=("$url/archive/v$pkgver.tar.gz"
+source=("git+$url.git#tag=v$pkgver"
'appimage-binfmt-remove.hook')
-sha256sums=('d04b9b909c8594f1f97738b67633f905019e245fd60f20785d2874c0f4a6718a'
+sha256sums=('SKIP'
'72a2630cf79b8f90bc21eae1d9f40c07fe77ce22df46c511b500f514455d7c81')
prepare() {