summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-04-26 18:47:50 +0200
committergrufo2021-04-26 18:47:50 +0200
commite0bb6cd7c34d3b969749b5ba73991db5605c8eec (patch)
tree510a5606df8f58f7da9113f6c33bd132c491b36e
parent2d82c53f78244bbe972e3da9facf072fc3d16a9d (diff)
downloadaur-e0bb6cd7c34d3b969749b5ba73991db5605c8eec.tar.gz
New release (0.1.1-1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 880612438980..a1410dc8c01a 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.1.0
+ pkgver = 0.1.1
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://gitlab.gnome.org/madmurphy/nautilus-hide/-/archive/0.1.0/nautilus-hide-0.1.0.tar.gz
- sha256sums = 5accaef09428f86cc8f862330b830f664d890690386e677d91ce0600dd0a464a
+ source = https://gitlab.gnome.org/madmurphy/nautilus-hide/-/archive/0.1.1/nautilus-hide-0.1.1.tar.gz
+ sha256sums = 34cc889595c0e059f75432594a9f6763eeac51e9aec9d11aedbc1c2728970f21
pkgname = nautilus-hide
diff --git a/PKGBUILD b/PKGBUILD
index d30e79d27d57..cba2e27bbc6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grufo <madmurphy333 AT gmail DOT com>
pkgname='nautilus-hide'
-pkgver='0.1.0'
+pkgver='0.1.1'
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://gitlab.gnome.org/madmurphy/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=('5accaef09428f86cc8f862330b830f664d890690386e677d91ce0600dd0a464a')
+sha256sums=('34cc889595c0e059f75432594a9f6763eeac51e9aec9d11aedbc1c2728970f21')
prepare() {