summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c249243e9770..ad040c2a1ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 19 18:20:09 UTC 2017
+# Sun Jan 21 16:52:39 UTC 2018
pkgbase = file-commander-git
pkgdesc = Qt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
- pkgver = 0.9.3.3.r39.g3852e7f
+ pkgver = 0.9.3.3.r65.g6362e00
pkgrel = 1
url = https://github.com/VioletGiraffe/file-commander
arch = i686
@@ -12,7 +12,6 @@ pkgbase = file-commander-git
depends = qt5-base
depends = qt5-multimedia
depends = hunspell
- options = debug
source = file-commander-git::git+https://github.com/VioletGiraffe/file-commander
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f7ca037a80ca..d52de7e43128 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=file-commander-git
_pkgname=file-commander
-pkgver=0.9.3.3.r39.g3852e7f
+pkgver=0.9.3.3.r65.g6362e00
pkgrel=1
pkgdesc='Qt-based cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux'
arch=('i686' 'x86_64')
url="https://github.com/VioletGiraffe/file-commander"
license=('GPL3')
-options=(debug)
+options=()
depends=('qt5-base' 'qt5-multimedia' 'hunspell')
makedepends=('qt5-tools')
source=("$pkgname::git+$url")