summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat2015-12-26 10:20:08 +0600
committerAskhat2015-12-26 10:20:08 +0600
commitc64b59258c1b68ad80185ce576ce718a62c8c259 (patch)
tree1e0b0fbb6619cf3d9b40cb97ba60a7b24c1ac0bb
parent57b79e8a8e654c0d48a829e4718ada4e1e6414ba (diff)
downloadaur-c64b59258c1b68ad80185ce576ce718a62c8c259.tar.gz
Updated dependencies, thanks to WorMzy
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda4f4faa464..3290ef31d57b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,24 @@
+# Generated by mksrcinfo v8
+# Sat Dec 26 04:17:07 UTC 2015
pkgbase = android-file-transfer-linux-git
pkgdesc = An interactive MTP client implemented in C++ using Qt toolkit
- pkgver = v2.3.r1.g04158a6
+ pkgver = v2.4.r175.g6eab331
pkgrel = 1
url = https://github.com/whoozle/android-file-transfer-linux
install = android-file-transfer-linux-git.install
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = cmake
makedepends = git
makedepends = ninja
+ makedepends = mesa
depends = qt5-base
depends = fuse
depends = hicolor-icon-theme
depends = xdg-utils
depends = libxkbcommon-x11
+ depends = file
source = git://github.com/whoozle/android-file-transfer-linux.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d44afb4c0dd..30ab7850630b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=android-file-transfer-linux-git
_pkgname="${pkgname/-git/}"
_gitbranch=master
_gitauthor=whoozle
-pkgver=v2.3.r1.g04158a6
+pkgver=v2.4.r175.g6eab331
pkgrel=1
pkgdesc="An interactive MTP client implemented in C++ using Qt toolkit"
arch=('i686' 'x86_64')
url="https://github.com/whoozle/android-file-transfer-linux"
-license=(GPL2)
-depends=('qt5-base' 'fuse' 'hicolor-icon-theme' 'xdg-utils' 'libxkbcommon-x11')
-makedepends=('cmake' 'git' 'ninja')
+license=(GPL3)
+depends=('qt5-base' 'fuse' 'hicolor-icon-theme' 'xdg-utils' 'libxkbcommon-x11' 'file')
+makedepends=('cmake' 'git' 'ninja' 'mesa')
install=$pkgname.install
source=("git://github.com/$_gitauthor/$_pkgname.git#branch=$_gitbranch")
md5sums=('SKIP')