summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-06-09 20:12:25 +0100
committerBruno Nova2016-06-09 20:12:25 +0100
commit1d715b5dabc79fae134bd63bd2cd4526f90bf7d3 (patch)
tree98873daa2527897230a8579c2d515d3ebdd605ea
parent7f583907b1800d7e2c71feb94302f3b9bcf0245a (diff)
downloadaur-1d715b5dabc79fae134bd63bd2cd4526f90bf7d3.tar.gz
Release 0.1.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e21af1911622..a7f90892a236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.1.6
- pkgrel = 2
+ pkgver = 0.1.7
+ pkgrel = 1
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
arch = any
@@ -13,8 +13,8 @@ pkgbase = nautilus-admin
depends = polkit
depends = gconf
optdepends = gedit: to use the "Edit as Administrator" action
- source = https://github.com/brunonova/nautilus-admin/releases/download/v0.1.6/nautilus-admin_0.1.6.tar.xz
- md5sums = 0cf5f8d941856424a5762b6611b56c14
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.1.7/nautilus-admin_0.1.7.tar.xz
+ md5sums = aae518253f6a659c5a06f5bc3e07d43b
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index 06b6949cb83b..203a7254ad2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.1.6
-pkgrel=2
+pkgver=0.1.7
+pkgrel=1
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
url="https://github.com/brunonova/$pkgname"
@@ -11,7 +11,7 @@ makedepends=('cmake>=2.6' 'gettext')
optdepends=('gedit: to use the "Edit as Administrator" action')
install="$pkgname.install"
source=("https://github.com/brunonova/$pkgname/releases/download/v$pkgver/${pkgname}_$pkgver.tar.xz")
-md5sums=('0cf5f8d941856424a5762b6611b56c14')
+md5sums=('aae518253f6a659c5a06f5bc3e07d43b')
build() {
cd "$srcdir"