summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e74edba2ea4f..9072870a510d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 3 07:13:55 UTC 2018
+# Sat Jan 13 04:56:16 UTC 2018
pkgbase = appimage-git
pkgdesc = Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian and derivatives.
pkgver = r908.3a2c98d
@@ -10,6 +10,7 @@ pkgbase = appimage-git
arch = x86_64
license = MIT
makedepends = git
+ makedepends = cmake
makedepends = wget
makedepends = vim
depends = fuse
diff --git a/PKGBUILD b/PKGBUILD
index e7751804fcf7..bfab83b8dfc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://appimage.org"
license=('MIT')
depends=('fuse' 'glib2' 'glibc' 'binutils' 'coreutils' 'zlib' 'lz4' 'zsync' 'inotify-tools' 'openssl' 'libarchive' 'xz')
-makedepends=('git' 'wget' 'vim')
+makedepends=('git' 'cmake' 'wget' 'vim')
provides=('appimage')
conflicts=('appimage')
options=('!strip')