summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 18:50:34 -0500
committerSolomon Choina2021-02-20 18:50:34 -0500
commita5f33e757f5d02184f15b11345dca37c283cbf89 (patch)
treefbd9a1fd7f91e6eaccd19c2fd564845884c47ac6
parent2f4925a0a26d2220437bfe3012adfabb1a4cf1a2 (diff)
downloadaur-a5f33e757f5d02184f15b11345dca37c283cbf89.tar.gz
fixing granite depends i think
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06bd835838b7..0f14103099f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pantheon-files-git
pkgdesc = The Pantheon File Browser
- pkgver = r7239.813bcd1ea
+ pkgver = r7398.789df8e04
pkgrel = 1
url = https://github.com/elementary/files
arch = x86_64
@@ -20,13 +20,13 @@ pkgbase = pantheon-files-git
depends = libcanberra
depends = libgee
depends = libgit2-glib
- depends = granite-git
+ depends = libgranite.so
depends = libnotify
depends = pango
depends = sqlite
depends = zeitgeist
depends = libcloudproviders
- depends = plank
+ depends = pantheon-dock
optdepends = contractor-git: Various context menu entries
optdepends = gvfs: Cleaner devices section
optdepends = tumbler: Thumbnails generation
@@ -36,4 +36,3 @@ pkgbase = pantheon-files-git
sha256sums = SKIP
pkgname = pantheon-files-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 321e74030485..451b048a225b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>
pkgname=pantheon-files-git
-pkgver=r7239.813bcd1ea
+pkgver=r7398.789df8e04
pkgrel=1
pkgdesc='The Pantheon File Browser'
arch=(x86_64)
@@ -19,13 +19,13 @@ depends=(
libcanberra
libgee
libgit2-glib
- granite-git
+ libgranite.so
libnotify
pango
sqlite
zeitgeist
libcloudproviders
- plank
+ pantheon-dock
)
makedepends=(
git
@@ -51,7 +51,7 @@ pkgver() {
}
build() {
- arch-meson pantheon-files build
+ arch-meson pantheon-files build
ninja -C build
}