summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormananapr2019-03-21 15:55:22 +0530
committermananapr2019-03-21 15:55:22 +0530
commitbe6e0eee778c5f7f692167fe18bfd2c678cd8e16 (patch)
tree83c81d00a658bbc13cc86558f8938a77613a72a6
parent65750583a3637de82cb0ab48daaedd8b8ac3ef80 (diff)
downloadaur-be6e0eee778c5f7f692167fe18bfd2c678cd8e16.tar.gz
Updated to v1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30632a29a9f1..fb50ce19b224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cfiles
pkgdesc = A ncurses file manager written in C
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/mananapr/cfiles/
arch = any
@@ -13,8 +13,8 @@ pkgbase = cfiles
optdepends = atool: for archive previews
optdepends = python-ueberzug-git: for image previews
optdepends = w3m: for image previews
- source = cfiles-1.3.tar.gz::https://github.com/mananapr/cfiles/archive/v1.3.tar.gz
- sha256sums = abf4759019934bdb163ffb43083ad72fcb4c9ae5147eb42b6fd689a2811792cc
+ source = cfiles-1.4.tar.gz::https://github.com/mananapr/cfiles/archive/v1.4.tar.gz
+ sha256sums = 8d4eb7f9674c632cb827878a0e9c72b16e57275798208496bcd8134c546e77da
pkgname = cfiles
diff --git a/PKGBUILD b/PKGBUILD
index da52a666a41b..8c0551a18803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manan Singh <mananapr@gmail.com>
pkgname=cfiles
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="A ncurses file manager written in C"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('mediainfo: to see media info'
'w3m: for image previews')
makedepends=('gcc' 'make')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mananapr/cfiles/archive/v${pkgver}.tar.gz")
-sha256sums=('abf4759019934bdb163ffb43083ad72fcb4c9ae5147eb42b6fd689a2811792cc')
+sha256sums=('8d4eb7f9674c632cb827878a0e9c72b16e57275798208496bcd8134c546e77da')
build(){
cd "cfiles-${pkgver}"