summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70082f95da3b..269e405835ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-hide
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Extension for Nautilus to hide files without renaming them"
arch=('any')
@@ -10,7 +10,7 @@ depends=('nautilus' 'python-nautilus' 'xdotool')
makedepends=('cmake>=2.6' 'gettext')
install="$pkgname.install"
source=("https://github.com/brunonova/$pkgname/releases/download/v$pkgver/${pkgname}_$pkgver.tar.xz")
-md5sums=('9284fbc49e5ac64a7c4429764ecd81eb')
+md5sums=('7eea2effd69b779f8caddb480352fb68')
build() {
cd "$srcdir"