summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 946ad73b53af..f54747431ee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appimagelauncher-git
pkgdesc = A Helper application for running and integrating AppImages.
- pkgver = 1alpha+git20180424.6eac993
+ pkgver = 1alpha+git20180425.e530df7
pkgrel = 1
url = https://github.com/TheAssassin/AppImageLauncher
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = appimagelauncher-git
makedepends = cmake
makedepends = wget
makedepends = vim
+ makedepends = binfmt-support
depends = qt5-base
depends = fuse
depends = cairo
@@ -17,7 +18,8 @@ pkgbase = appimagelauncher-git
depends = shared-mime-info
depends = inotify-tools
depends = libarchive
- source = git://github.com/TheAssassin/AppImageLauncher
+ depends = binfmt-support
+ source = git://github.com/TheAssassin/AppImageLauncher#tag=continuous
sha256sums = SKIP
pkgname = appimagelauncher-git
diff --git a/PKGBUILD b/PKGBUILD
index a1cef4c4b85f..a2b111e3affd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=AppImageLauncher
pkgname=appimagelauncher-git
-pkgver=1alpha+git20180424.6eac993
+pkgver=1alpha+git20180425.e530df7
pkgrel=1
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')