summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2726708c9f6..a360b4b697a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ubports-installer-git
pkgdesc = A simple tool to install Ubuntu Touch on UBports devices
- pkgver = 0.4.16_beta.r0.g45e17f7
+ pkgver = 0.4.18_beta.r2.g0ff4a48
pkgrel = 1
url = https://github.com/ubports/ubports-installer
arch = any
diff --git a/.gitignore b/.gitignore
index 1455231d185f..695e2a016807 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
-ubports-installer-git
-src/npm-cache
+/pkg/
+/src/
+/*.log
+/*.tar.gz
+/*.pkg.tar*
diff --git a/PKGBUILD b/PKGBUILD
index a6e3930dd031..e1dcf32ab44a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ml <ml@visu.li>
pkgname=ubports-installer-git
-pkgver=0.4.16_beta.r0.g45e17f7
+pkgver=0.4.18_beta.r2.g0ff4a48
pkgrel=1
pkgdesc='A simple tool to install Ubuntu Touch on UBports devices'
arch=('any')