summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-09-15 14:10:15 -0400
committerSolomon Choina2020-09-15 14:10:15 -0400
commit665090d1c782b1862e97aec4a4dbc2528937c1e9 (patch)
tree8253091c85b5f398bf3acedfcc6f3265ebf8df6d /PKGBUILD
parent3012ff353360aab4be385fcee8a545a27bc1b575 (diff)
downloadaur-665090d1c782b1862e97aec4a4dbc2528937c1e9.tar.gz
update meson command and depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5100b7b21c24..896f6cd8bd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>
pkgname=pantheon-files-git
-pkgver=r6554.35b7661f
+pkgver=r7225.f100853d3
pkgrel=1
pkgdesc='The Pantheon File Browser'
arch=(x86_64)
@@ -10,6 +10,7 @@ url=https://github.com/elementary/files
license=(GPL3)
groups=(pantheon-unstable)
depends=(
+ libhandy1
atk
cairo
gdk-pixbuf2
@@ -19,12 +20,12 @@ depends=(
libgee
libgit2-glib
granite-git
- desktop-file-utils
libnotify
pango
sqlite
zeitgeist
libcloudproviders
+ plank
)
makedepends=(
git
@@ -50,8 +51,7 @@ pkgver() {
}
build() {
- arch-meson pantheon-files build \
- -D with-unity=false
+ arch-meson pantheon-files build
ninja -C build
}