summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f904f027f2a..5724def8e894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = thefile
pkgdesc = Simple File Manager
- pkgver = 2.1
+ pkgver = 3.0
pkgrel = 0
url = https://github.com/vicr123/thefile
arch = x86_64
license = GPL2
makedepends = qtchooser
makedepends = git
+ makedepends = clang
depends = kwidgetsaddons
depends = xdg-utils
- source = thefile-2.1::git+https://github.com/vicr123/thefile#branch=master
+ optdepends = jmtpfs: for MTP support
+ source = thefile-3.0::git+https://github.com/vicr123/thefile#branch=master
md5sums = SKIP
pkgname = thefile
diff --git a/PKGBUILD b/PKGBUILD
index 31c1d8c01d11..56164307c014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thefile
-pkgver=2.1
+pkgver=3.0
pkgrel=0
pkgdesc="Simple File Manager"
arch=("x86_64")
url="https://github.com/vicr123/thefile"
license=('GPL2')
depends=('kwidgetsaddons' 'xdg-utils')
-makedepends=('qtchooser' 'git')
+makedepends=('qtchooser' 'git' 'clang')
+optdepends=('jmtpfs: for MTP support')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/thefile#branch=master')
md5sums=('SKIP')