summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c592823e7dc6..fc84a737a95d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ubports-installer
pkgdesc = A simple tool to install Ubuntu Touch on UBports devices
pkgver = 0.2.5b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ubports/ubports-installer
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8f92f25fe62e..f762618d0eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ubports-installer
pkgver=0.2.5b
_ver=${pkgver/b/-beta}
-pkgrel=1
+pkgrel=2
pkgdesc='A simple tool to install Ubuntu Touch on UBports devices'
arch=('x86_64' 'i686')
url='https://github.com/ubports/ubports-installer'
@@ -57,4 +57,7 @@ Categories=Utility" > "$srcdir/ubports-installer.desktop"
cd "$srcdir/$pkgname-$_ver/dist/linux-unpacked/resources"
install -Dm644 app.asar "$pkgdir/usr/share/ubports-installer/app.asar"
+
+ cd app.asar.unpacked
+ find . -type f -exec install -Dm644 {} "$pkgdir/usr/share/ubports-installer/app.asar.unpacked/{}" \;
}