summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2019-09-25 22:08:11 +0200
committerFabioLolix2019-09-25 22:08:11 +0200
commitd10940cd00173fc44646704929ccd44f052cf9db (patch)
tree771c8de15d4aee2d699c025eac16a172b9d8097e
parente96279905bdeaaf3f97633b4b318a40d1cd36dd9 (diff)
downloadaur-d10940cd00173fc44646704929ccd44f052cf9db.tar.gz
fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca21aabddf2..97f28a5381a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appimagelauncher-git
pkgdesc = A Helper application for running and integrating AppImages.
- pkgver = r760.6ce8449
+ pkgver = r848.adae2d6
pkgrel = 1
url = https://github.com/TheAssassin/AppImageLauncher
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3d2d99fb0d04..7be67d169be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=AppImageLauncher
pkgname=appimagelauncher-git
-pkgver=r760.6ce8449
+pkgver=r848.adae2d6
pkgrel=1
pkgdesc="A Helper application for running and integrating AppImages."
arch=('x86_64')
@@ -86,6 +86,8 @@ build() {
-DUSE_SYSTEM_XZ=ON \
-DUSE_SYSTEM_LIBARCHIVE=ON \
-DBUILD_TESTING=OFF
+ make libappimage libappimageupdate libappimageupdate-qt
+ cmake .
make
}