mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
android-file-transfer-linux: update to 3.4. (#638)
This commit is contained in:
parent
ad526071b0
commit
b291df29d6
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'android-file-transfer-linux'
|
# Template file for 'android-file-transfer-linux'
|
||||||
pkgname=android-file-transfer-linux
|
pkgname=android-file-transfer-linux
|
||||||
version=3.2
|
version=3.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="ninja pkg-config"
|
hostmakedepends="ninja pkg-config"
|
||||||
makedepends="fuse-devel qt5-devel readline-devel file-devel"
|
makedepends="file-devel fuse-devel qt5-devel readline-devel"
|
||||||
short_desc="Android File Transfer for Linux"
|
short_desc="Android File Transfer for Linux"
|
||||||
maintainer="Toyam Cox <Vaelatern@Voidlinux.eu>"
|
maintainer="Toyam Cox <Vaelatern@Voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/whoozle/android-file-transfer-linux"
|
homepage="https://github.com/whoozle/android-file-transfer-linux"
|
||||||
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
|
distfiles="https://github.com/whoozle/android-file-transfer-linux/archive/v${version}.tar.gz"
|
||||||
checksum=56d0ff8b5197a9089dd30533006fafb9a1b1c7a1e310a78d359ff00145107bcf
|
checksum=3b911e454fb3287a56b2359fcc7d767d150a7df950fb994d58c4c9c9987f1a3d
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue