summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-10-31 23:20:42 +0000
committergrufo2022-10-31 23:20:42 +0000
commit27ec24e5c635b4e871a1ba5451268045d473a068 (patch)
treec450601ee73db33c0b5c1f73fc022871c72a4365
parentf8dd8aee99ad16dc6b1bc72a85f3a3b07a9df268 (diff)
downloadaur-27ec24e5c635b4e871a1ba5451268045d473a068.tar.gz
New release (0.3.0-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36822a59f2d0..a68cf16ba968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-hide
pkgdesc = A simple Nautilus extension that adds "Hide" and "Unhide" to Nautilus right-click menu
- pkgver = 0.2.6
+ pkgver = 0.3.0
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nautilus-hide
install = nautilus-hide.install
@@ -11,7 +11,7 @@ pkgbase = nautilus-hide
depends = libnautilus-extension
conflicts = nautilus-hide-git
conflicts = nautilus-hide-bin
- source = https://github.com/madmurphy/nautilus-hide/releases/download/0.2.6/nautilus-hide-0.2.6-with-configure.tar.gz
- sha256sums = 700d28231758676ab816f229add0f872f263e947bd1a3855ccdb1be4abb14329
+ source = https://github.com/madmurphy/nautilus-hide/releases/download/0.3.0/nautilus-hide-0.3.0-with-configure.tar.gz
+ sha256sums = b9ab5cfd04677f993002195e357083110f1171e5ed0ec1578fb709fe2d780f28
pkgname = nautilus-hide
diff --git a/PKGBUILD b/PKGBUILD
index 2fcb74400ea6..24e336c63dd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-hide'
-pkgver='0.2.6'
+pkgver='0.3.0'
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=('700d28231758676ab816f229add0f872f263e947bd1a3855ccdb1be4abb14329')
+sha256sums=('b9ab5cfd04677f993002195e357083110f1171e5ed0ec1578fb709fe2d780f28')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"