summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2017-05-21 19:10:49 +0200
committerMuflone2017-05-21 19:10:49 +0200
commit16c24f435f6c826978d29610e2c3e9534d9501b7 (patch)
tree2a23e6b9d045fb77b790a75536418684329a7a99
parentce066be957569aef6cdc1134c093b2b7aac4be96 (diff)
downloadaur-16c24f435f6c826978d29610e2c3e9534d9501b7.tar.gz
Updated package xperia-flashtool 0.9.23.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed1bfe163b66..9e5ce759910d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Apr 15 14:08:21 UTC 2017
+# Sun May 21 17:08:45 UTC 2017
pkgbase = xperia-flashtool
pkgdesc = A S1 protocol flashing software for Sony Xperia phones
pkgver = 0.9.23.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.flashtool.net/
arch = i686
arch = x86_64
license = unknown
makedepends = p7zip
depends = libselinux
+ depends = libsystemd
+ depends = glib2
options = !strip
source = http://url.muflone.com/xperia-flashtool-0.9.23.1-linux.tar.7z
source = xperia-flashtool.sh
diff --git a/PKGBUILD b/PKGBUILD
index 855507dbee6f..2cdcf4843484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=xperia-flashtool
_realname=flashtool
pkgver=0.9.23.1
-pkgrel=1
+pkgrel=2
pkgdesc="A S1 protocol flashing software for Sony Xperia phones"
arch=('i686' 'x86_64')
url="http://www.flashtool.net/"
license=('unknown')
-depends=('libselinux')
+depends=('libselinux' 'libsystemd' 'glib2')
makedepends=('p7zip')
source=("http://url.muflone.com/${pkgname}-${pkgver}-linux.tar.7z"
"${pkgname}.sh")
@@ -23,12 +23,12 @@ build() {
package() {
# Remove useless files for the selected architecture
pushd "FlashTool/x10flasher_lib" > /dev/null
- if [ "$CARCH"=="x86_64" ]; then
- rm -rf "adb.linux.x86" "fastboot.linux.x86" "unyaffs.linux.x86" \
- "linjre32" "linux/lib32" "swtlin/swt32.jar"
+ if [ "$CARCH" == "x86_64" ]; then
+ rm -r "adb.linux.32" "fastboot.linux.32" "unyaffs.linux.32" \
+ "linjre32" "linux/lib32" "swtlin/x86"
else
- rm -rf "adb.linux.x64" "fastboot.linux.x64" "unyaffs.linux.x64" \
- "linjre64" "linux/lib64" "swtlin/swt64.jar"
+ rm -r "adb.linux.64" "fastboot.linux.64" "unyaffs.linux.64" \
+ "linjre64" "linux/lib64" "swtlin/x86_64"
fi
popd > /dev/null
# Install all the program files