summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-08-16 20:24:52 +0100
committerBruno Nova2016-08-16 20:24:52 +0100
commit1d71cc8712259a26efd1d981070427676ce86115 (patch)
tree04e6da742f54a4fb28067d1229230caa553262ed
parentdee9778ce8ea070f37a63c73e9c5ae079f42b2d2 (diff)
downloadaur-1d71cc8712259a26efd1d981070427676ce86115.tar.gz
Release 0.2.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a88367c6c79a..902bfdfca6da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
@@ -14,8 +14,8 @@ pkgbase = nautilus-admin
depends = gconf
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.1/nautilus-admin_0.2.1.tar.xz
- md5sums = 9a1786cc4dab4d7e283f2f04758bc442
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.2/nautilus-admin_0.2.2.tar.xz
+ md5sums = f5bc99533aa75f3d5ee3b7ca8a7cd9df
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index afa72781b70c..a0c651b74c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.2.1
+pkgver=0.2.2
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=('9a1786cc4dab4d7e283f2f04758bc442')
+md5sums=('f5bc99533aa75f3d5ee3b7ca8a7cd9df')
build() {
cd "$srcdir"