aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09a7bcc4b363..7e4550a72725 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.13.2
- pkgrel = 4
+ pkgver = 0.13.4
+ pkgrel = 1
url = https://gitlab.e.foundation/e/tools/easy-installer
arch = x86_64
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = easy-installer
makedepends = java-environment-openjdk=11
makedepends = java-runtime-common
makedepends = ruby-ronn
- source = easy-installer-0.13.2::git+https://gitlab.e.foundation/e/tools/easy-installer.git#tag=v0.13.2-beta
+ source = easy-installer-0.13.4::git+https://gitlab.e.foundation/e/tools/easy-installer.git#tag=v0.13.4-beta
source = easy-installer.8.md
md5sums = SKIP
md5sums = bc6e92b53daabcee25e57904b3eb1bb6
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..41f49fa111d3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.zst
+pkg/
+src/
+easy-installer-*.*.*
diff --git a/PKGBUILD b/PKGBUILD
index ebedbd70fa69..a05adab7e646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: efoundation <dev [at] e -dot- email>
# Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks>
pkgname=easy-installer
-pkgver=0.13.2
-pkgrel=4
+pkgver=0.13.4
+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}"