summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry2018-07-12 10:41:59 -0400
committerHarry2018-07-12 10:41:59 -0400
commitae9e8907a43e6d371e3dd816a4e5d771e4ec84c4 (patch)
tree341706926b0743143d676b44b398edeeedc95c2a
parent1ec43d3929bbb1bbbc83a04f0a89a7a828de2d10 (diff)
downloadaur-ae9e8907a43e6d371e3dd816a4e5d771e4ec84c4.tar.gz
update pkgbuild so that errors aren't thrown
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66468136947c..3eec35a37fa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=bitmask
pkgver=0.10.2
-pkgrel=2
+pkgrel=3
pkgdesc="easy and secure encrypted communication"
arch=('x86_64')
url="https://bitmask.net/"
@@ -16,5 +16,5 @@ package() {
mv bitmask.desktop "${pkgdir}/usr/share/applications/"
tar -zxf Bitmask-linux64-latest.tar.gz -C "${pkgdir}/opt/"
mv "${pkgdir}/opt/bitmask-0.10.2" "${pkgdir}/opt/bitmask"
- wget -O /opt/bitmask/icon.png https://bitmask.readthedocs.io/en/latest/_static/bitmask-sidebar.png
+ wget -O "${pkgdir}/opt/bitmask/icon.png" https://bitmask.readthedocs.io/en/latest/_static/bitmask-sidebar.png
}