summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-07-28 22:50:13 +0100
committerBruno Nova2016-07-28 22:50:13 +0100
commitdee9778ce8ea070f37a63c73e9c5ae079f42b2d2 (patch)
tree346772772b7e49e4d5f51ee6349e56710622596d
parentb2b849ebf900273c0979cc3aaea939c6ac2e219f (diff)
downloadaur-dee9778ce8ea070f37a63c73e9c5ae079f42b2d2.tar.gz
Release 0.2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96d679edf8c..a88367c6c79a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.2.0
+ pkgver = 0.2.1
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.0/nautilus-admin_0.2.0.tar.xz
- md5sums = e8db128b4fb205503a30c3539e8b7456
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.2.1/nautilus-admin_0.2.1.tar.xz
+ md5sums = 9a1786cc4dab4d7e283f2f04758bc442
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index fc6d938d8a5b..afa72781b70c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.2.0
+pkgver=0.2.1
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=('e8db128b4fb205503a30c3539e8b7456')
+md5sums=('9a1786cc4dab4d7e283f2f04758bc442')
build() {
cd "$srcdir"