summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Nova2017-02-02 20:44:46 +0000
committerBruno Nova2017-02-02 20:44:46 +0000
commit5b702c106be15c8c6d3137ea5f0f8583bca6ff7d (patch)
tree2d74efd4f862543db9ebde999128c4441de6275f
parent3632752c2e489f77bf63208cf90d20f2b38924a1 (diff)
downloadaur-5b702c106be15c8c6d3137ea5f0f8583bca6ff7d.tar.gz
Release 0.2.0-1
-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"