summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-07-13 23:20:28 +0100
committerBruno Nova2016-07-13 23:20:28 +0100
commitb2b849ebf900273c0979cc3aaea939c6ac2e219f (patch)
treec38d6b1043b63b911b110552e98886e4d3c429c1
parent1d715b5dabc79fae134bd63bd2cd4526f90bf7d3 (diff)
downloadaur-b2b849ebf900273c0979cc3aaea939c6ac2e219f.tar.gz
Release 0.2.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f90892a236..a96d679edf8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.1.7
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
@@ -13,8 +13,9 @@ pkgbase = nautilus-admin
depends = polkit
depends = gconf
optdepends = gedit: to use the "Edit as Administrator" action
- source = https://github.com/brunonova/nautilus-admin/releases/download/v0.1.7/nautilus-admin_0.1.7.tar.xz
- md5sums = aae518253f6a659c5a06f5bc3e07d43b
+ optdepends = gnome-terminal: to use the "Run as Administrator" action
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.0/nautilus-admin_0.2.0.tar.xz
+ md5sums = e8db128b4fb205503a30c3539e8b7456
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index 203a7254ad2b..fc6d938d8a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.1.7
+pkgver=0.2.0
pkgrel=1
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
@@ -8,10 +8,11 @@ url="https://github.com/brunonova/$pkgname"
license=('GPL3')
depends=('nautilus' 'python-nautilus' 'polkit' 'gconf')
makedepends=('cmake>=2.6' 'gettext')
-optdepends=('gedit: to use the "Edit as Administrator" action')
+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=('aae518253f6a659c5a06f5bc3e07d43b')
+md5sums=('e8db128b4fb205503a30c3539e8b7456')
build() {
cd "$srcdir"