summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2016-04-05 21:32:54 +0100
committerBruno Nova2016-04-05 21:32:54 +0100
commit7f583907b1800d7e2c71feb94302f3b9bcf0245a (patch)
tree3153cdd8bc5d5ecdb630cb2307f5addb50a7632d
parent337986abeb6579078981bc6c61fa3ee736751e95 (diff)
downloadaur-7f583907b1800d7e2c71feb94302f3b9bcf0245a.tar.gz
Fix md5sums and release 0.1.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6cd945c4071..e21af1911622 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 = 1
+ pkgrel = 2
url = https://github.com/brunonova/nautilus-admin
install = nautilus-admin.install
arch = any
@@ -14,7 +14,7 @@ pkgbase = nautilus-admin
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 = 764044b9f354736680dbf35d40953199
+ md5sums = 0cf5f8d941856424a5762b6611b56c14
pkgname = nautilus-admin
diff --git a/PKGBUILD b/PKGBUILD
index e7a71c3f4148..06b6949cb83b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-admin
pkgver=0.1.6
-pkgrel=1
+pkgrel=2
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=('764044b9f354736680dbf35d40953199')
+md5sums=('0cf5f8d941856424a5762b6611b56c14')
build() {
cd "$srcdir"