summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5724def8e894..0e159bfd8f92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thefile
pkgdesc = Simple File Manager
- pkgver = 3.0
+ pkgver = 3.1
pkgrel = 0
url = https://github.com/vicr123/thefile
arch = x86_64
@@ -11,7 +11,10 @@ pkgbase = thefile
depends = kwidgetsaddons
depends = xdg-utils
optdepends = jmtpfs: for MTP support
- source = thefile-3.0::git+https://github.com/vicr123/thefile#branch=master
+ optdepends = ifuse: for iOS support
+ optdepends = usbmuxd: for iOS support
+ optdepends = libplist: for iOS support
+ source = thefile-3.1::git+https://github.com/vicr123/thefile#branch=master
md5sums = SKIP
pkgname = thefile
diff --git a/PKGBUILD b/PKGBUILD
index 56164307c014..04bcc1db9dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thefile
-pkgver=3.0
+pkgver=3.1
pkgrel=0
pkgdesc="Simple File Manager"
arch=("x86_64")
@@ -9,7 +9,10 @@ url="https://github.com/vicr123/thefile"
license=('GPL2')
depends=('kwidgetsaddons' 'xdg-utils')
makedepends=('qtchooser' 'git' 'clang')
-optdepends=('jmtpfs: for MTP support')
+optdepends=('jmtpfs: for MTP support'
+ 'ifuse: for iOS support'
+ 'usbmuxd: for iOS support'
+ 'libplist: for iOS support')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/thefile#branch=master')
md5sums=('SKIP')