summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-27 04:50:44 +0200
committergrufo2021-05-27 04:50:44 +0200
commitae903d90335e65df60885b0711e3bec3c17c4239 (patch)
tree0dda75cde004f603ed7828205895cf4d488c0dce
parent7f648308488001e6eefcce951b6d2d0eaf6ad780 (diff)
downloadaur-ae903d90335e65df60885b0711e3bec3c17c4239.tar.gz
New release (0.2.4-1)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6814e405bb07..e12f1585f15b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = nautilus-hide
pkgdesc = A simple Nautilus extension that adds "Hide" and "Unhide" to Nautilus right-click menu
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nautilus-hide
install = nautilus-hide.install
arch = i686
arch = x86_64
license = GPL
- makedepends = intltool
depends = glib2
depends = libnautilus-extension
conflicts = nautilus-hide-git
conflicts = nautilus-hide-bin
- source = https://github.com/madmurphy/nautilus-hide/releases/download/0.2.3/nautilus-hide-0.2.3-with-configure.tar.gz
- sha256sums = fd0a3cffb45ec95b5cf3f011871dfeb2b12cd8ba62145fc719d1be7beaf30361
+ source = https://github.com/madmurphy/nautilus-hide/releases/download/0.2.4/nautilus-hide-0.2.4-with-configure.tar.gz
+ sha256sums = 243eff475e8f5c744a2f4c3a0afb3e7d5e69f8721cfc4f95dd6513a1b04af0dc
pkgname = nautilus-hide
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}"