summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-10-31 21:29:33 +0000
committerBruno Nova2016-10-31 21:29:33 +0000
commit1851ae738fc5b3e77aa3f056ca4e4673fe0260bc (patch)
tree9cfcd4fca9210888ad05b759378977071516b25a
parentc7e4a104545047f1aafe3acd5a22280db496456d (diff)
downloadaur-1851ae738fc5b3e77aa3f056ca4e4673fe0260bc.tar.gz
Release 0.2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7b893e6fa9..869933e78466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.2.3
+ pkgver = 0.2.4
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.3/nautilus-admin_0.2.3.tar.xz
- md5sums = 1897a0ea24b2eb17e711b98d3f82e48c
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.4/nautilus-admin_0.2.4.tar.xz
+ md5sums = 8e270eacc5b3383f10073a8142d45252
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index 5ce91835b3f1..2b608624842e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=1
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
@@ -12,7 +12,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=('1897a0ea24b2eb17e711b98d3f82e48c')
+md5sums=('8e270eacc5b3383f10073a8142d45252')
build() {
cd "$srcdir"