aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsteadfasterX2021-06-15 18:51:29 +0200
committersteadfasterX2021-06-15 18:51:29 +0200
commit0701561bf0959197e877eacccb1ed552104c1d0b (patch)
tree6003d978213ab1838405f5f08030e89e48c0eebf /PKGBUILD
parent47e1715e7e35c6d2723845ffb240d29ea2963e0b (diff)
downloadaur-0701561bf0959197e877eacccb1ed552104c1d0b.tar.gz
v0.12.3-1 beta
Start Italian translation - by Paolo Pantaleo Update French translation - by Gaƫl Duval & Vincent Bourgmayer Update Dutch translation - by Edoardo Regni & Tim de Boer Update German translation - by F Wildermuth Refactor code for steps before device detection Add a step to prevent Factory reset protection to be enabled v0.12.2-beta Update instruction about enable file transfer mode Progress bar loading is smoother remove crash message when trying to load null image Refactor some codes (no visible change) Update translation for german (by Anonymous and F. Wildermuth) Update translation for french Update Russian translation - by Nikolay Sinyov Handle missing driver issue add instruction for "Unauthorized" device at detection step Update translation for basque - by avtkal Fix GS290's last script called on windows v0.12.1-beta Fixed "android debugging"/"usb debugging" - by Ingo Add German translation - by many users: Ingo, Mex Salem, F Wildermuth & Anonymous Update Russian translation - by Nikolay Sinyov Remove dead codes Add missing javadoc Fixed snap installation failure - by Ingo v0.12.0-beta add some translation Upgrade "Feedback" view to display what contains the feedback Add horizontal padding to text in button Add Easy-installer version into feedback Add GS290 support Fix S9 button wrong name "Home" -> "Bixby"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 2 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9576418e8cf5..e11120025827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks>
pkgname=easy-installer
-pkgver=0.11.1
-pkgrel=4
+pkgver=0.12.3
+pkgrel=1
pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices."
arch=('x86_64')
url="https://gitlab.e.foundation/e/tools/${pkgname}"
@@ -13,24 +13,14 @@ makedepends=('git' 'gradle' "java-environment-openjdk=${_reqjava}" 'java-runtime
optdepends=()
backup=()
source=("${pkgname}-${pkgver}::git+https://gitlab.e.foundation/e/tools/${pkgname}.git#tag=v${pkgver}-beta"
- "${pkgname}-${pkgver}_fixbuild.patch"
- "${pkgname}-${pkgver}_fixlog.patch"
"${pkgname}.8.md")
md5sums=('SKIP'
- 'd6b12a412e1cbeba347727a84851c8d8'
- 'c6abbaa5cc677ae827317451682dafd5'
'bc6e92b53daabcee25e57904b3eb1bb6')
BINFIX=usr/local/bin
MANDIR=usr/share/man
MAN8DIR=${MANDIR}/man8
MAN8PAGE=${pkgname}.8
-prepare(){
- cd "$pkgname-$pkgver"
- patch -p1 < "$srcdir/${pkgname}-${pkgver}_fixbuild.patch"
- patch -p1 < "$srcdir/${pkgname}-${pkgver}_fixlog.patch"
-}
-
build(){
cd "$pkgname-$pkgver"
export JAVA_HOME="/usr/lib/jvm/java-${_reqjava}-openjdk"