summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2019-11-12 17:10:28 +0100
committerBernhard Landauer2019-11-12 17:10:28 +0100
commit7b6dc9de87c58ab8e68e7b9bc7970665badd5861 (patch)
treedabafc93ca04bb2c695c02cb35219bf6d3c5479a
parentc66f2a8e839747e1bf4e23efd81b9620719eb0f2 (diff)
downloadaur-7b6dc9de87c58ab8e68e7b9bc7970665badd5861.tar.gz
v2.0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f040b1477435..923dc6147462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = appimagelauncher
pkgdesc = A Helper application for running and integrating AppImages.
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/TheAssassin/AppImageLauncher
arch = x86_64
license = MIT
- makedepends = git
makedepends = cmake
makedepends = wget
makedepends = vim
@@ -22,9 +21,9 @@ pkgbase = appimagelauncher
depends = qt5-base
depends = shared-mime-info
conflicts = appimagelauncher-git
- source = git+https://github.com/TheAssassin/AppImageLauncher.git#tag=v2.0.2
+ source = https://github.com/TheAssassin/AppImageLauncher/archive/v2.0.3.tar.gz
source = appimage-binfmt-remove.hook
- sha256sums = SKIP
+ sha256sums = d04b9b909c8594f1f97738b67633f905019e245fd60f20785d2874c0f4a6718a
sha256sums = 72a2630cf79b8f90bc21eae1d9f40c07fe77ce22df46c511b500f514455d7c81
pkgname = appimagelauncher
diff --git a/PKGBUILD b/PKGBUILD
index be55397c704e..84ac85e62962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
_pkgname=AppImageLauncher
pkgname=appimagelauncher
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')
-url="https://github.com/TheAssassin/AppImageLauncher"
+url="https://github.com/TheAssassin/$_pkgname"
license=('MIT')
depends=('binutils'
'boost'
@@ -21,11 +21,11 @@ depends=('binutils'
'librsvg'
'qt5-base'
'shared-mime-info')
-makedepends=('git' 'cmake' 'wget' 'vim' 'qt5-tools')
+makedepends=('cmake' 'wget' 'vim' 'qt5-tools')
conflicts=('appimagelauncher-git')
-source=("git+$url.git#tag=v$pkgver"
+source=("$url/archive/v$pkgver.tar.gz"
'appimage-binfmt-remove.hook')
-sha256sums=('SKIP'
+sha256sums=('d04b9b909c8594f1f97738b67633f905019e245fd60f20785d2874c0f4a6718a'
'72a2630cf79b8f90bc21eae1d9f40c07fe77ce22df46c511b500f514455d7c81')
prepare() {