summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormananapr2019-07-11 16:30:35 +0530
committermananapr2019-07-11 16:30:35 +0530
commit5a193bbb533c575d14a1ea6895bf8db0a425fd31 (patch)
treed0fd0d74b41637ce09e6dc64fbcfb6c6bb76e0a9
parentc12ba1591d39a06723a1af0f00074b830376cb06 (diff)
downloadaur-5a193bbb533c575d14a1ea6895bf8db0a425fd31.tar.gz
Updated to v1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4f51c667d2b..8d55583d7b2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cfiles
pkgdesc = A ncurses file manager written in C
- pkgver = 1.5
- pkgrel = 3
+ pkgver = 1.6
+ pkgrel = 1
url = https://github.com/mananapr/cfiles/
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = cfiles
optdepends = python-ueberzug-git: for image previews
optdepends = poppler: for pdf previews
optdepends = w3m: for image previews
- source = cfiles-1.5.tar.gz::https://github.com/mananapr/cfiles/archive/v1.5.tar.gz
- sha256sums = 6decac548ac8f8b900bfe962407889101438889fab806327e29848f1918aae2d
+ source = cfiles-1.6.tar.gz::https://github.com/mananapr/cfiles/archive/v1.6.tar.gz
+ sha256sums = 37c9a9e1c63f6c670039ccc7aa63fd83a0c1d4a7d564e356989d82aa80b5a9fa
pkgname = cfiles
diff --git a/PKGBUILD b/PKGBUILD
index 6ba895b82a27..7007489129bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Manan Singh <mananapr@gmail.com>
pkgname=cfiles
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
pkgdesc="A ncurses file manager written in C"
arch=('any')
url="https://github.com/mananapr/cfiles/"
@@ -15,7 +15,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=('6decac548ac8f8b900bfe962407889101438889fab806327e29848f1918aae2d')
+sha256sums=('37c9a9e1c63f6c670039ccc7aa63fd83a0c1d4a7d564e356989d82aa80b5a9fa')
build(){
cd "cfiles-${pkgver}"