summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde0832b7547..1958b448f73f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-hide
pkgdesc = Extension for Nautilus to hide files without renaming them
- pkgver = 0.1.3
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/brunonova/nautilus-hide
install = nautilus-hide.install
@@ -10,8 +10,9 @@ pkgbase = nautilus-hide
makedepends = gettext
depends = nautilus
depends = python-nautilus
- source = https://github.com/brunonova/nautilus-hide/releases/download/v0.1.3/nautilus-hide_0.1.3.tar.xz
- md5sums = e4b0f6450c35a3b43d2652e4679e9468
+ depends = xdotool
+ source = https://github.com/brunonova/nautilus-hide/releases/download/v0.2.0/nautilus-hide_0.2.0.tar.xz
+ md5sums = 9284fbc49e5ac64a7c4429764ecd81eb
pkgname = nautilus-hide
diff --git a/PKGBUILD b/PKGBUILD
index de5b3a19f189..70082f95da3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Bruno Nova <brunomb.nova@gmail.com>
pkgname=nautilus-hide
-pkgver=0.1.3
+pkgver=0.2.0
pkgrel=1
pkgdesc="Extension for Nautilus to hide files without renaming them"
arch=('any')
url="https://github.com/brunonova/$pkgname"
license=('GPL3')
-depends=('nautilus' 'python-nautilus')
+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=('e4b0f6450c35a3b43d2652e4679e9468')
+md5sums=('9284fbc49e5ac64a7c4429764ecd81eb')
build() {
cd "$srcdir"