summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11f3dd3edbb7..aebaaf508121 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nautilus-admin-gtk4
pkgdesc = Extension for Nautilus to do administrative operations
pkgver = 1.1.9.f736e9d
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/MacTavishAO/nautilus-admin-gtk4
install = nautilus-admin-gtk4.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = nautilus-admin-gtk4
makedepends = cmake>=2.6
makedepends = gettext
depends = nautilus
- depends = python-nautilus-gtk4
+ depends = python-nautilus
depends = polkit
optdepends = gedit: to use the "Edit as Administrator" action
optdepends = gnome-terminal: to use the "Run as Administrator" action
diff --git a/PKGBUILD b/PKGBUILD
index 485af67f012a..f782aa1fbe77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=nautilus-admin
pkgname=$_pkgname-gtk4
pkgver=1.1.9.f736e9d
-pkgrel=2
+pkgrel=3
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
url="https://github.com/MacTavishAO/$pkgname"
license=('GPL3')
-depends=('nautilus' 'python-nautilus-gtk4' 'polkit')
+depends=('nautilus' 'python-nautilus' 'polkit')
makedepends=('cmake>=2.6' 'gettext')
optdepends=('gedit: to use the "Edit as Administrator" action'
'gnome-terminal: to use the "Run as Administrator" action')