summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2017-07-02 19:40:20 -0400
committerM.Reynolds2017-07-02 19:40:20 -0400
commit38a7bfdac99914b9f6ad9aeddf647b7b3f8cedc6 (patch)
treef2f3dd4527a51bb96d3bf1838d22f276425e6a12
parent144900e6278f778c33d93f0a856e66729d586eea (diff)
downloadaur-38a7bfdac99914b9f6ad9aeddf647b7b3f8cedc6.tar.gz
Update 0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e55c559dc8a..342a616000d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.2.4
+ pkgver = 0.2.5
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/v0.2.4/nautilus-admin_0.2.4.tar.xz
- sha256sums = 52976124dbcb84873c5c7835bc3f28b8dbe86d95cdc2b8accdca62645179bb8c
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.5/nautilus-admin_0.2.5.tar.xz
+ sha256sums = c32017270c47b797f5279e787b37b8608a1efd4c88c49b6426d6adaedc698f2a
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index 4a9f936da2fa..737ba41e52bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.2.4
+pkgver=0.2.5
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=('52976124dbcb84873c5c7835bc3f28b8dbe86d95cdc2b8accdca62645179bb8c')
+sha256sums=('c32017270c47b797f5279e787b37b8608a1efd4c88c49b6426d6adaedc698f2a')
build() {
cd "$srcdir"