summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5246a03a2344..36a70e96d351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = gnome-shell-extension-desktop-icons-ng-git
pkgdesc = A fork from the official desktop icons project, with several enhancements like Drag'n'Drop.
- pkgver = 47.0.7.r4.gcfe944e
+ pkgver = 47.0.7.r6.gdf4108a
pkgrel = 1
url = https://gitlab.com/rastersoft/desktop-icons-ng
- arch = x86_64
- arch = i686
- arch = aarch64
+ arch = any
license = GPL3
makedepends = meson
makedepends = glib2
- depends = gnome-shell>=3.38
+ depends = gnome-shell>=45
depends = nautilus
- provides = gnome-shell-extension-desktop-icons-ng
+ depends = dconf
+ depends = gjs
conflicts = gnome-shell-extension-desktop-icons-ng
source = git+https://gitlab.com/rastersoft/desktop-icons-ng.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 843b4bd5a48f..b09e62332be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Torben <git at letorbi dot com>
pkgname=gnome-shell-extension-desktop-icons-ng-git
-pkgver=47.0.7.r4.gcfe944e
+pkgver=47.0.7.r6.gdf4108a
pkgrel=1
pkgdesc="A fork from the official desktop icons project, with several enhancements like Drag'n'Drop."
-arch=('x86_64' 'i686' 'aarch64')
+arch=('any')
url="https://gitlab.com/rastersoft/desktop-icons-ng"
license=('GPL3')
-depends=('gnome-shell>=3.38' 'nautilus')
-makedepends=('meson' 'glib2')
-provides=('gnome-shell-extension-desktop-icons-ng')
+depends=('gnome-shell>=45' nautilus dconf gjs)
+makedepends=(meson glib2)
conflicts=('gnome-shell-extension-desktop-icons-ng')
source=('git+https://gitlab.com/rastersoft/desktop-icons-ng.git')
sha256sums=('SKIP')