summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-05-07 15:19:04 +0200
committergrufo2021-05-07 15:19:04 +0200
commit6adddea9db22e9facad7c178b01f968e63514ad5 (patch)
tree301c13d1466c8ee2579508dfaf1034f09b9f213a
parentfd7c72a906893ab1726e383d805f935240daadfc (diff)
downloadaur-6adddea9db22e9facad7c178b01f968e63514ad5.tar.gz
New release (0.2.2-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d651faa31716..38fb00124c41 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.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://gitlab.gnome.org/madmurphy/nautilus-hide
install = nautilus-hide.install
@@ -12,8 +12,8 @@ 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.1/nautilus-hide-0.2.1-with-configure.tar.gz
- sha256sums = a76fe7353d5255441c7de25c1d67056baf251cc6f21ced6b0c873c49a83dd698
+ source = https://github.com/madmurphy/nautilus-hide/releases/download/0.2.2/nautilus-hide-0.2.2-with-configure.tar.gz
+ sha256sums = 6e074e408e71ab199ae1f1cd40b0fbd37993f54a34bf08a87fd015cec1257474
pkgname = nautilus-hide
diff --git a/PKGBUILD b/PKGBUILD
index f5cb46dd2235..fc6ab870556c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-hide'
-pkgver='0.2.1'
+pkgver='0.2.2'
pkgrel=1
pkgdesc='A simple Nautilus extension that adds "Hide" and "Unhide" to Nautilus right-click menu'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ 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=('a76fe7353d5255441c7de25c1d67056baf251cc6f21ced6b0c873c49a83dd698')
+sha256sums=('6e074e408e71ab199ae1f1cd40b0fbd37993f54a34bf08a87fd015cec1257474')
build() {