summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-28 16:08:36 -0700
committeryochananmarqos2020-01-28 16:08:36 -0700
commit01b37d2c5ca9231ac726839159085d46afca1e21 (patch)
treef72ca11941e850b6ce4c55600e87fcbc89caa480
parent6129503def3a509d16bf9d205a1207e36ee9119e (diff)
downloadaur-01b37d2c5ca9231ac726839159085d46afca1e21.tar.gz
updated conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6254e6c5c104..713e8f45ce29 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
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/bilelmoussaoui/nautilus-folder-icons
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = nautilus-folder-icons
depends = gobject-introspection
depends = gtk3
depends = python-nautilus
+ conflicts = nautilus-ext-git
options = !emptydirs
source = nautilus-folder-icons-3.0.tar.gz::https://github.com/bilelmoussaoui/nautilus-folder-icons/archive/3.0.tar.gz
sha256sums = 25fa6f164f50ed84ee6fa6d7a6004cb5190051847a5c3895f41bf1b426ad2565
diff --git a/PKGBUILD b/PKGBUILD
index 726a9b6f1b76..1f80951fd0fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
# Contributor: ELmoussaoui Bilal <bil dot elmoussaoui at gmail.com>
pkgname=nautilus-folder-icons
pkgver=3.0
-pkgrel=5
+pkgrel=6
pkgdesc='Nautilus extension that makes changing folders icons easy!'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/bilelmoussaoui/nautilus-folder-icons"
depends=('gobject-introspection' 'gtk3' 'python-nautilus')
makedepends=('gnome-common' 'meson' 'appstream-glib')
+conflicts=('nautilus-ext-git')
+ # See https://github.com/bilelmoussaoui/nautilus-folder-icons/issues/34
options=('!emptydirs')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('25fa6f164f50ed84ee6fa6d7a6004cb5190051847a5c3895f41bf1b426ad2565')