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 d90fee12deb2..5d5ff272b10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-hide'
-pkgver='0.2.4'
+pkgver='0.2.5'
pkgrel=1
pkgdesc='A simple Nautilus extension that adds "Hide" and "Unhide" to Nautilus right-click menu'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('glib2' 'libnautilus-extension')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz")
install="${pkgname}.install"
-sha256sums=('a2315b31188f210a60e088ace9f5a2893785c3ef94b3c6a033a55d31fc384617')
+sha256sums=('d2755492fa9a424f0234b2bcc5e00e9b70b14a516872c4d1052fea131939e2e9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"