summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2015-12-22 21:01:29 +0000
committerBruno Nova2015-12-22 21:01:29 +0000
commit6beb27bf5170eff343210b39cdfbf721c99e149e (patch)
tree270649ce48adf54ddd8a7f63a24745f321744c7d
parent41fd0ebaa6fd8b3d099df7475cbcef064e353589 (diff)
downloadaur-6beb27bf5170eff343210b39cdfbf721c99e149e.tar.gz
Release 0.1.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e98d7344186d..f2a103dc277e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-admin
pkgdesc = Extension for Nautilus to do administrative operations
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 1
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
@@ -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.4/nautilus-admin_0.1.4.tar.xz
- md5sums = 51c56cce0f33cfc978d2f620a85faaba
+ source = https://github.com/brunonova/nautilus-admin/releases/download/v0.1.5/nautilus-admin_0.1.5.tar.xz
+ md5sums = 764044b9f354736680dbf35d40953199
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index fb5657cf51da..4f6cd5002a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
@@ -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=('51c56cce0f33cfc978d2f620a85faaba')
+md5sums=('764044b9f354736680dbf35d40953199')
build() {
cd "$srcdir"