summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2019-07-27 20:08:57 -0400
committerTed Alff2019-07-27 20:08:57 -0400
commit8aa1105ccd97ff9078765de98fca1e0efc58eae5 (patch)
treebe667033abb2093a17dc0a67d2e7ae1b1e1cef1b /PKGBUILD
parentc4cb268e5f655a9828b0b506f5039549a40a8d81 (diff)
downloadaur-8aa1105ccd97ff9078765de98fca1e0efc58eae5.tar.gz
Version bump 1.2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d68d8bffc99..96ced50e9e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: twa022 <twa022 at gmail dot com>
pkgname=folder-color-switcher
-pkgver=1.2.6
+pkgver=1.2.9
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'
- 'python2-caja: Caja extension')
-source=("${pkgname}-${pkgver}.tar.gz::http://packages.linuxmint.com/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.gz")
-
-sha256sums=('07fe6ade13bdec06fb2af5278b7ec75668b6d92aa781e1e1687e965cf3cb7966')
+ 'python-caja: Caja extension')
+makedepends=('git')
+_commit='b0e6d61d6134edb0d2b02793ef6f3664c777cf82'
+source=("${pkgname}::git+${url}#commit=${_commit}")
+sha256sums=('SKIP')
build() {
cd "${srcdir}/${pkgname}"