summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-06-12 10:26:55 -0400
committerTed Alff2022-06-12 10:26:55 -0400
commit376c96d49f33cae9ce3d02fe27430a1049bb71ae (patch)
treefa945fbb7c793b3c4532551b79bb1e818b08826c
parent710b74b354860d418be0f275bd4f19973182bded (diff)
downloadaur-376c96d49f33cae9ce3d02fe27430a1049bb71ae.tar.gz
Version bump 5.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fa256c64530..5c2b8d3b5ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nemo-compare
pkgdesc = Context menu comparison extension for Nemo file manager
- pkgver = 5.2.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://github.com/linuxmint/nemo-extensions
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = nemo-compare
optdepends = fldiff: Additional comparison options (preferred diff, three-way, multi-compare)
optdepends = diffuse: Alternate comparison backend
optdepends = kdiff3: Alternate comparison backend
- source = nemo-extensions-5.2.0.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/5.2.0.tar.gz
- sha256sums = 92364ac03be3458d3cdfa39ebd4061babd3926c280459e66f8814a6acc42a6a5
+ source = nemo-extensions-5.4.0.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/5.4.0.tar.gz
+ sha256sums = 49a3e2f132b83fb18958648522ba2e5cb02230b9602fe57b1b5e537bf1f0e6ba
pkgname = nemo-compare
diff --git a/PKGBUILD b/PKGBUILD
index 9a33919befa5..52c358b58d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sebastian Lau <lauseb644 _at_ gmail _dot_ com>
pkgname=nemo-compare
-pkgver=5.2.0
+pkgver=5.4.0
pkgrel=1
pkgdesc="Context menu comparison extension for Nemo file manager"
arch=("x86_64" 'i686' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ optdepends=('meld: Install at least one file comparison program'
'diffuse: Alternate comparison backend'
'kdiff3: Alternate comparison backend')
source=("nemo-extensions-$pkgver.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/$pkgver.tar.gz")
-sha256sums=('92364ac03be3458d3cdfa39ebd4061babd3926c280459e66f8814a6acc42a6a5')
+sha256sums=('49a3e2f132b83fb18958648522ba2e5cb02230b9602fe57b1b5e537bf1f0e6ba')
build() {
cd "${srcdir}/nemo-extensions-${pkgver}/${pkgname}"