summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2017-05-11 12:52:24 -0400
committerM.Reynolds2017-05-11 12:52:24 -0400
commit144900e6278f778c33d93f0a856e66729d586eea (patch)
tree08c26aa1487728c126db312958056968881b15d6
parent1851ae738fc5b3e77aa3f056ca4e4673fe0260bc (diff)
downloadaur-144900e6278f778c33d93f0a856e66729d586eea.tar.gz
Update checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--nautilus-admin.install2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 869933e78466..3e55c559dc8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = nautilus-admin
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.4/nautilus-admin_0.2.4.tar.xz
- md5sums = 8e270eacc5b3383f10073a8142d45252
+ sha256sums = 52976124dbcb84873c5c7835bc3f28b8dbe86d95cdc2b8accdca62645179bb8c
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index 2b608624842e..4a9f936da2fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,6 @@
-# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
+# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
+# Contributor: Bruno Nova <brunomb.nova@gmail.com>
+
pkgname=nautilus-admin
pkgver=0.2.4
pkgrel=1
@@ -12,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")
-md5sums=('8e270eacc5b3383f10073a8142d45252')
+sha256sums=('52976124dbcb84873c5c7835bc3f28b8dbe86d95cdc2b8accdca62645179bb8c')
build() {
cd "$srcdir"
diff --git a/nautilus-admin.install b/nautilus-admin.install
index d73966f2f3ce..2dd5c9915864 100644
--- a/nautilus-admin.install
+++ b/nautilus-admin.install
@@ -1,3 +1,3 @@
-post_install() {
+post_install () {
echo 'Nautilus, if running, must be restarted for this extension to work (execute "nautilus -q").'
}