aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteadfasterX2021-10-03 13:14:17 +0200
committersteadfasterX2021-10-03 13:14:17 +0200
commit8d76fff332f7d4fe4ececbcbab0881976f289f96 (patch)
tree25090c4abd39e7606bb32301e0939c45ae6cf497
parent0701561bf0959197e877eacccb1ed552104c1d0b (diff)
downloadaur-8d76fff332f7d4fe4ececbcbab0881976f289f96.tar.gz
v0.13.2-beta
Small refactoring of FlashSceneController.java & FlashScene.fxml Revert support of Volla phone Update translations Update dutch translations - by Edoardo Regni Update german translations - by F. Wildermuth Update russian translations - by Nikolay Sinyov Update Italian translations - by Paolo Pantaleo v0.13.1-beta Remove useless/unused code from FlashThread.java Refactor Device.java into Phone.java Easy-installer now detect Volla phone as a GS290 Add gaelic translations - by GunChleoc Add catalan translations - by Arnau Vàzquez Update Italian translations - by Paolo Pantaleo Update French translations - by Piero & Vincent Bourgmayer Update German translations - by F. Wildermuth
-rw-r--r--.SRCINFO7
-rw-r--r--.gitkeep0
-rw-r--r--PKGBUILD5
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5140b0bc20f..09a7bcc4b363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = easy-installer
pkgdesc = The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices.
- pkgver = 0.12.3
- pkgrel = 1
+ pkgver = 0.13.2
+ pkgrel = 4
url = https://gitlab.e.foundation/e/tools/easy-installer
arch = x86_64
license = GPL3
@@ -10,10 +10,9 @@ pkgbase = easy-installer
makedepends = java-environment-openjdk=11
makedepends = java-runtime-common
makedepends = ruby-ronn
- source = easy-installer-0.12.3::git+https://gitlab.e.foundation/e/tools/easy-installer.git#tag=v0.12.3-beta
+ source = easy-installer-0.13.2::git+https://gitlab.e.foundation/e/tools/easy-installer.git#tag=v0.13.2-beta
source = easy-installer.8.md
md5sums = SKIP
md5sums = bc6e92b53daabcee25e57904b3eb1bb6
pkgname = easy-installer
-
diff --git a/.gitkeep b/.gitkeep
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/.gitkeep
diff --git a/PKGBUILD b/PKGBUILD
index e11120025827..ebedbd70fa69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: efoundation <dev [at] e -dot- email>
# Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks>
pkgname=easy-installer
-pkgver=0.12.3
-pkgrel=1
+pkgver=0.13.2
+pkgrel=4
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}"