summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-10-11 20:26:33 +0100
committerBruno Nova2016-10-11 20:26:33 +0100
commitc7e4a104545047f1aafe3acd5a22280db496456d (patch)
tree37d52fc55ae429b80312d3384178a1fad2e9c833
parent1d71cc8712259a26efd1d981070427676ce86115 (diff)
downloadaur-c7e4a104545047f1aafe3acd5a22280db496456d.tar.gz
Remove dependency on gconf and Release 0.2.3-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902bfdfca6da..3e7b893e6fa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
@@ -11,11 +11,10 @@ pkgbase = nautilus-admin
depends = nautilus
depends = python-nautilus
depends = polkit
- depends = gconf
optdepends = gedit: to use the "Edit as Administrator" action
optdepends = gnome-terminal: to use the "Run as Administrator" action
- source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.2/nautilus-admin_0.2.2.tar.xz
- md5sums = f5bc99533aa75f3d5ee3b7ca8a7cd9df
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.3/nautilus-admin_0.2.3.tar.xz
+ md5sums = 1897a0ea24b2eb17e711b98d3f82e48c
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index a0c651b74c24..5ce91835b3f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
url="https://github.com/brunonova/$pkgname"
license=('GPL3')
-depends=('nautilus' 'python-nautilus' 'polkit' 'gconf')
+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')
install="$pkgname.install"
source=("https://github.com/brunonova/$pkgname/releases/download/v$pkgver/${pkgname}_$pkgver.tar.xz")
-md5sums=('f5bc99533aa75f3d5ee3b7ca8a7cd9df')
+md5sums=('1897a0ea24b2eb17e711b98d3f82e48c')
build() {
cd "$srcdir"