summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefen Wakefield2022-09-30 03:00:03 -0500
committerStefen Wakefield2022-09-30 03:00:03 -0500
commita6bf0688d5e976199e193911caf3abb49da7599d (patch)
tree35b72efbec143fb69e44a5a1e020eb185e41cdf2 /PKGBUILD
parentff7d68f01dc9fc901920ed795195920677cc5e24 (diff)
downloadaur-a6bf0688d5e976199e193911caf3abb49da7599d.tar.gz
Updated package xperia-flashtool 0.9.35.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e359c308d840..e34d5d94e2fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,26 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer: xstefen <me@xstefen.dev>
+# Contributor: BrLi <hidden>
+# Contributor: philacs <yue.liu@mail.com>
pkgname=xperia-flashtool
_realname=flashtool
-pkgver=0.9.33.0
+pkgver=0.9.35.0
pkgrel=1
pkgdesc="A S1 protocol flashing software for Sony Xperia phones"
arch=('x86_64')
url="http://www.flashtool.net/"
license=('GPL3')
depends=('libselinux' 'libsystemd' 'glib2' 'mono')
-# It is suggested to use BT to fetch the source
-# Get it from http://www.flashtool.net/downloads_linux.php
-# Mirror in comment area: https://mega.nz/file/esFSwJ6S#5zKpTuWIPtSPnzwF_4_OaCg6MD6h8EMIJVPQsOOtyDo
-# Uploaded file: http://uploaded.net/file/ynh02q32
-source=("file:///${_realname}-${pkgver}-linux.tar.xz"
+# ${source} obtained from upstream project ${url}
+source=("https://github.com/Androxyde/Flashtool/releases/download/${pkgver}/${_realname}-${pkgver}-linux.tar.xz"
"${pkgname}.sh")
-# As provided upstream
-md5sums=('4eaea1819b731b592ce71ed6ba95e544'
+# Upstream archive and launcher script
+md5sums=('940c408b248bf165726d8da5906feae8'
'457c5decbc0f5ace3d0d9b98dfdd9ffa')
options=('!strip')
package() {
- # Install all the program files
+ # Install program files
install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"
cp -rt "${pkgdir}/usr/lib/${pkgname}" FlashTool/*
# Install launcher scripts