summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2024-06-21 20:09:44 -0400
committerTed Alff2024-06-21 20:09:44 -0400
commitb2f8396568e65d9f9ff35e62968fce063741ae10 (patch)
treedce1774cf9fddf4d08ec7e1ddc729a3ca5728c26
parentaf5f165b19a8ced1b475bf8f7b2356442e20f5a9 (diff)
downloadaur-b2f8396568e65d9f9ff35e62968fce063741ae10.tar.gz
Version bump 1.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f15991a5486..8097eb943e14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = folder-color-switcher
pkgdesc = Folder color switcher for Nemo and Caja
- pkgver = 1.6.1
+ pkgver = 1.6.3
pkgrel = 1
url = https://github.com/linuxmint/folder-color-switcher
arch = any
license = GPL
makedepends = git
- optdepends = nemo-python>=3.9.0: Nemo extension
+ optdepends = nemo-python: Nemo extension
optdepends = python-caja: Caja extension
- source = folder-color-switcher::git+https://github.com/linuxmint/folder-color-switcher#commit=ebab2114649cc688a05e30857f6706f16fe82307
- sha256sums = SKIP
+ source = folder-color-switcher::git+https://github.com/linuxmint/folder-color-switcher#commit=35aa5b9839935fc3415ba6b7c77171459e7325fa
+ sha256sums = df4603a3df081fd51b75f585ea1a57843991b3742890af215233302a896d3696
pkgname = folder-color-switcher
diff --git a/PKGBUILD b/PKGBUILD
index 48078563167c..c62bf74a865e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=folder-color-switcher
-pkgver=1.6.1
+pkgver=1.6.3
pkgrel=1
pkgdesc="Folder color switcher for Nemo and Caja"
arch=('any')
url="https://github.com/linuxmint/folder-color-switcher"
license=('GPL')
-optdepends=('nemo-python>=3.9.0: Nemo extension'
+optdepends=('nemo-python: Nemo extension'
'python-caja: Caja extension')
makedepends=('git')
-_commit='ebab2114649cc688a05e30857f6706f16fe82307'
+_commit='35aa5b9839935fc3415ba6b7c77171459e7325fa'
source=("${pkgname}::git+${url}#commit=${_commit}")
-sha256sums=('SKIP')
+sha256sums=('df4603a3df081fd51b75f585ea1a57843991b3742890af215233302a896d3696')
build() {
cd "${pkgname}"