summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2019-09-16 21:36:47 -0400
committerDavid Parrish2019-09-16 21:36:47 -0400
commitaff8001b39f9626618dafe7c6ee239ab27898a2b (patch)
tree190aa73102c1ae99f466f98edd7d3777955284de
parentedcba410c74949ebeb47cc19cd1b837b36cedef0 (diff)
downloadaur-aff8001b39f9626618dafe7c6ee239ab27898a2b.tar.gz
Update to version 0.5.2-beta
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 724914c554c8..7961006505ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zap-desktop-git
pkgdesc = Lightning wallet focused on user experience and ease of use
- pkgver = 0.4.1.beta
+ pkgver = 0.5.2.beta.63.gd4b9267ab
pkgrel = 1
url = https://github.com/LN-Zap/zap-desktop
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bdbbd3c93578..dc986bd15860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Parrish <daveparrish@tutanota.com>
pkgname=zap-desktop-git
-pkgver=0.4.1.beta
+pkgver=0.5.2.beta.63.gd4b9267ab
pkgrel=1
pkgdesc="Lightning wallet focused on user experience and ease of use"
arch=('x86_64')
@@ -40,6 +40,7 @@ package() {
# Symlink licenses
ln -s "/opt/$pkgname/LICENSE.electron.txt" "$pkgdir/usr/share/licenses/$pkgname"
ln -s "/opt/$pkgname/LICENSES.chromium.html" "$pkgdir/usr/share/licenses/$pkgname"
+ install -D -m644 "$srcdir/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# Desktop icon
install -D -m644 "$srcdir/zap-desktop.desktop" "${pkgdir}/usr/share/applications/zap-desktop.desktop"