makedeb
A Helper application for running and integrating AppImages.
Click here to go back to the commit logs for appimagelauncher-bin.
Hash: 380289350f6a2e45826e0ecc0d6a5db0fb25e097
Message: fixing the source single quotes
diff --git a/.SRCINFO b/.SRCINFO
index 83a31a4..9c9e638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = appimagelauncher-bin
pkgbase = appimagelauncher-bin
pkgdesc = A Helper application for running and integrating AppImages.
-pkgrel = 1
+pkgrel = 2
pkgver = 2.2.0
url = https://github.com/TheAssassin/AppImageLauncher
arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 3d02547..3af744b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=appimagelauncher-bin
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Helper application for running and integrating AppImages.'
arch=('amd64')
depends=(
@@ -24,7 +24,7 @@ license=(MIT)
url='https://github.com/TheAssassin/AppImageLauncher'
-source=('https://github.com/TheAssassin/AppImageLauncher/releases/download/v${pkgver}/appimagelauncher_${pkgver}-travis995.0f91801.bionic_amd64.deb')
+source=("https://github.com/TheAssassin/AppImageLauncher/releases/download/v${pkgver}/appimagelauncher_${pkgver}-travis995.0f91801.bionic_amd64.deb")
sha256sums=('f4b9db56a6ba7dd091074b14157612986a9f6a0cb3fcd230abfc8f4555c70a7f')