summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2022-02-07 20:09:21 +1100
committerVictor Tran2022-02-07 20:09:21 +1100
commitb6c6c06238a0585015cc567d114a1d8618519c6e (patch)
treeddf10bd7f11e392ff88fbe1c7748fd9c3feee03d
parentdadcd26e04262a7f4792d511562bde37a5272705 (diff)
downloadaur-b6c6c06238a0585015cc567d114a1d8618519c6e.tar.gz
Update to 4.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2cdc9db3c43..bcfd9a17df84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thefile
pkgdesc = File Manager
- pkgver = 4.0
+ pkgver = 4.0.1
pkgrel = 0
url = https://github.com/vicr123/thefile
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = thefile
depends = libtdesktopenvironment
depends = libthefrisbee
depends = qt5-svg
- source = thefile-4.0::https://github.com/vicr123/thefile/archive/refs/tags/v4.0.tar.gz
- sha256sums = 214f4751b8d194adaa25f06176849242ade9539352672655cdf5071d240b17fa
+ source = thefile-4.0.1::https://github.com/vicr123/thefile/archive/refs/tags/v4.0.1.tar.gz
+ sha256sums = f8184a2ce92d5be72af15b5a09e6c8f1e2f0bc240751afb6d267917374fc36f8
pkgname = thefile
diff --git a/PKGBUILD b/PKGBUILD
index 22bd2f41c5ca..83c5d3b9986f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thefile
-pkgver=4.0
+pkgver=4.0.1
pkgrel=0
pkgdesc="File Manager"
arch=("x86_64")
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('xdg-utils' 'qt5-base' 'the-libs' 'libtdesktopenvironment' 'libthefrisbee' 'qt5-svg')
makedepends=('qt5-tools')
source=("$pkgname-$pkgver"::"https://github.com/vicr123/thefile/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('214f4751b8d194adaa25f06176849242ade9539352672655cdf5071d240b17fa')
+sha256sums=('f8184a2ce92d5be72af15b5a09e6c8f1e2f0bc240751afb6d267917374fc36f8')
build() {
cd "thefile-$pkgver"