summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch2022-01-17 05:22:31 -0300
committerleo-arch2022-01-17 05:22:31 -0300
commitb982a538b5b6d170cbf94c7f921d63733620f5f4 (patch)
tree607b0d43753ad59ae0961871fb5ae40a4708232a
parentd062d9c5ea3f956b453574d651b0fbd41bb7d844 (diff)
downloadaur-b982a538b5b6d170cbf94c7f921d63733620f5f4.tar.gz
Upgrade to version 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d4e7f67ea16..cdfb054e75ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm
pkgdesc = The command line file manager
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = i686
@@ -23,7 +23,7 @@ pkgbase = clifm
optdepends = udevil: (un)mount storage devices
optdepends = udisks2: (un)mount storage devices
provides = clifm
- source = clifm-1.3.tar.gz::https://github.com/leo-arch/clifm/archive/v1.3.tar.gz
- sha256sums = 8418c71e90fe3b88b2e5b30eeadcb829574f99a9c90049e550a38f8c9e3f1076
+ source = clifm-1.4.tar.gz::https://github.com/leo-arch/clifm/archive/v1.4.tar.gz
+ sha256sums = d6d8776ce14060912cfd04b6fdc9b04b032944ed58588954f21309ce13bf4f32
pkgname = clifm
diff --git a/PKGBUILD b/PKGBUILD
index 7ec8de0c84ef..221fbde532fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: archcrack <johndoe.arch@outlook.com>
pkgname=clifm
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="The command line file manager"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'aarch64' 'armv7h')
@@ -20,7 +20,7 @@ optdepends=(
'udisks2: (un)mount storage devices'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-arch/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('8418c71e90fe3b88b2e5b30eeadcb829574f99a9c90049e550a38f8c9e3f1076')
+sha256sums=('d6d8776ce14060912cfd04b6fdc9b04b032944ed58588954f21309ce13bf4f32')
package() {
cd "$srcdir/${pkgname}-${pkgver}"