summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazhar Hussain2022-11-23 13:41:30 +0500
committerMazhar Hussain2022-11-23 13:41:30 +0500
commitd85b476a78e74b77687fe678bfc39efd2fcb3e41 (patch)
treecdec368a44935ed1563dcb0f392077c49e061411
parentbfac2904ba1f2503aa63591ac0f17f3f2aea0ef4 (diff)
downloadaur-d85b476a78e74b77687fe678bfc39efd2fcb3e41.tar.gz
Replace libnautilus-extension with python-nautilus in depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 868dec96ebeb..e07731a92ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Adds right-click menu items to open current folder in code editors"
arch=(any)
url="https://github.com/realmazharhussain/nautilus-code"
license=('AGPL3')
-depends=('libnautilus-extension')
+depends=('python-nautilus')
makedepends=('git' 'meson')
provides=('nautilus-code')
conflicts=('nautilus-code')