summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrufo2021-05-27 04:50:44 +0200
committergrufo2021-05-27 04:50:44 +0200
commitae903d90335e65df60885b0711e3bec3c17c4239 (patch)
tree0dda75cde004f603ed7828205895cf4d488c0dce /PKGBUILD
parent7f648308488001e6eefcce951b6d2d0eaf6ad780 (diff)
downloadaur-ae903d90335e65df60885b0711e3bec3c17c4239.tar.gz
New release (0.2.4-1)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1661186e767..7c8723c5bbaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-hide'
-pkgver='0.2.3'
+pkgver='0.2.4'
pkgrel=1
pkgdesc='A simple Nautilus extension that adds "Hide" and "Unhide" to Nautilus right-click menu'
arch=('i686' 'x86_64')
url='https://gitlab.gnome.org/madmurphy/nautilus-hide'
license=('GPL')
depends=('glib2' 'libnautilus-extension')
-makedepends=('intltool')
conflicts=("${pkgname}-git" "${pkgname}-bin")
source=("https://github.com/madmurphy/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}-with-configure.tar.gz")
install="${pkgname}.install"
-sha256sums=('fd0a3cffb45ec95b5cf3f011871dfeb2b12cd8ba62145fc719d1be7beaf30361')
+sha256sums=('243eff475e8f5c744a2f4c3a0afb3e7d5e69f8721cfc4f95dd6513a1b04af0dc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"