summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Chapuis2018-03-09 12:06:15 +0100
committerPierre Chapuis2018-03-09 12:06:15 +0100
commit00ffd6ab7d8be9a26cf1e5cb2629399a9bb4cb83 (patch)
tree8ed4138f36cf1cf6588fe60faa4d572eece3d102 /PKGBUILD
parent7fa9439dfa22a922756cce94d7f571c3e9945849 (diff)
downloadaur-00ffd6ab7d8be9a26cf1e5cb2629399a9bb4cb83.tar.gz
fix dependency issue (prelink)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0243a06cbd1..0d99bf526c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lima
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Personal Cloud software"
depends=(python2 fuse libyaml ffmpeg libjpeg-turbo)
optdepends=(
"python2-gnomekeyring: Gnome Keyring support"
"kdebindings-python2: KWallet support"
)
-makedepends=(prelink)
+makedepends=(execstack)
arch=("x86_64")
url="https://meetlima.com"
license=(custom)