summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2018-06-30 13:18:39 -0400
committerM.Reynolds2018-06-30 13:18:39 -0400
commitc65b3397900968cfab401a65be72c437145e12b4 (patch)
tree1306a3b572130e141107bec02fee6028d376ea68
parent357405116199adc3182c9cce3ef00061bcdda3a8 (diff)
downloadaur-c65b3397900968cfab401a65be72c437145e12b4.tar.gz
Update 1.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5aea0881243..538f1747e1a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 1.1.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
@@ -13,8 +13,8 @@ pkgbase = nautilus-admin
depends = polkit
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/v1.1.6/nautilus-admin_1.1.6.tar.xz
- sha256sums = 8629fc93e442616eb53c793f8b5976dee6e4f327caf2ad5da4f8c58a838cff6a
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v1.1.7/nautilus-admin_1.1.7.tar.xz
+ sha256sums = df5f2bb04ad9dc11378be7bc41cf03b0e6bf877624ddd3b7dd0c782821d3ba27
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index a8a504742585..1555d8c0fba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
@@ -14,7 +14,7 @@ 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")
-sha256sums=('8629fc93e442616eb53c793f8b5976dee6e4f327caf2ad5da4f8c58a838cff6a')
+sha256sums=('df5f2bb04ad9dc11378be7bc41cf03b0e6bf877624ddd3b7dd0c782821d3ba27')
build() {
cd "$srcdir"