summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-01 09:50:26 -0600
committerMark Wagie2022-11-01 09:50:26 -0600
commit0d91a1e9cb9d2f5ec8fae218fc40188a4e8fc841 (patch)
tree8211671a40ae769e03d52b58b96d650f603d6c2b
parent3f88c616a1a5f5545c56738a425ea2da06830091 (diff)
downloadaur-0d91a1e9cb9d2f5ec8fae218fc40188a4e8fc841.tar.gz
not compatible with python-nautilus>=4.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf24544ebf48..1cd9f7b34a9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nautilus-folder-icons
pkgdesc = Nautilus extension that makes changing folders icons easy!
pkgver = 3.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/bilelmoussaoui/nautilus-folder-icons
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = nautilus-folder-icons
makedepends = git
makedepends = meson
depends = gtk3
- depends = python-nautilus
+ depends = python-nautilus<4.0
conflicts = nautilus-ext-git
conflicts = nautilus-compare
source = git+https://github.com/bilelmoussaoui/nautilus-folder-icons.git#commit=b0ae536292177cbdb8c26d8fdb4981959aee3ab4
diff --git a/PKGBUILD b/PKGBUILD
index 99ec13a39a12..dc6d95d8f6c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: ELmoussaoui Bilal <bil dot elmoussaoui at gmail.com>
pkgname=nautilus-folder-icons
pkgver=3.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Nautilus extension that makes changing folders icons easy!"
arch=('any')
url="https://github.com/bilelmoussaoui/nautilus-folder-icons"
license=('GPL3')
-depends=('gtk3' 'python-nautilus')
+depends=('gtk3' 'python-nautilus<4.0')
makedepends=('git' 'meson')
checkdepends=('appstream-glib' 'libcanberra')
conflicts=('nautilus-ext-git' 'nautilus-compare')