summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch2023-09-16 13:13:52 -0300
committerleo-arch2023-09-16 13:13:52 -0300
commit4f17d8d64b66fc89af7a61e15ca02e8ef08150b2 (patch)
treef1c25156663b014042aa97ae2a897ee8379a358d
parent6df697d3314eda5e872575d82cf87bef8552fb49 (diff)
downloadaur-4f17d8d64b66fc89af7a61e15ca02e8ef08150b2.tar.gz
Upgrade to version 1.14.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 304ace4e09de..98a23fdcf87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm
pkgdesc = The command line file manager
- pkgver = 1.14
+ pkgver = 1.14.5
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = i686
@@ -25,7 +25,7 @@ pkgbase = clifm
optdepends = udevil: (un)mount storage devices
optdepends = udisks2: (un)mount storage devices
provides = clifm
- source = clifm-1.14.tar.gz::https://github.com/leo-arch/clifm/archive/v1.14.tar.gz
- sha256sums = 2c15c8198abd3c060014874d7f0ee7b9cfa3bc8715c65375ca7a79c01c4064bc
+ source = clifm-1.14.5.tar.gz::https://github.com/leo-arch/clifm/archive/v1.14.5.tar.gz
+ sha256sums = 60aa04cd6e6966107693499028765e13f1de30950d85d3ef29d44bc4d58467b9
pkgname = clifm
diff --git a/PKGBUILD b/PKGBUILD
index 44ed69c78bb5..6c5112c7462e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: archcrack <leo.clifm@outlook.com>
pkgname=clifm
-pkgver=1.14
+pkgver=1.14.5
pkgrel=1
pkgdesc="The command line file manager"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'aarch64' 'armv7h')
-url="https://github.com/leo-arch/clifm"
+url="https://github.com/leo-arch/${pkgname}"
license=(GPL2)
provides=('clifm')
depends=('libcap' 'readline' 'acl' 'file')
@@ -20,8 +20,8 @@ optdepends=(
'udevil: (un)mount storage devices'
'udisks2: (un)mount storage devices'
)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-arch/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('2c15c8198abd3c060014874d7f0ee7b9cfa3bc8715c65375ca7a79c01c4064bc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('60aa04cd6e6966107693499028765e13f1de30950d85d3ef29d44bc4d58467b9')
build() {
cd "$srcdir/${pkgname}-${pkgver}"