summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarry2018-05-14 16:19:08 -0400
committerHarry2018-05-14 16:19:08 -0400
commit1ec43d3929bbb1bbbc83a04f0a89a7a828de2d10 (patch)
treefecdcc02134b2a5a978f02c44a1b794791474719 /PKGBUILD
parent0cf4c0d3f69ece7d1a96adf2823a2ea5806e2b09 (diff)
downloadaur-1ec43d3929bbb1bbbc83a04f0a89a7a828de2d10.tar.gz
add icon for bitmask
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7373bb9319b9..66468136947c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=bitmask
pkgver=0.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="easy and secure encrypted communication"
arch=('x86_64')
url="https://bitmask.net/"
license=('GPL3')
groups=('base-devel')
source=(https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz bitmask.desktop)
-md5sums=(94bb24e9068d9ca71ced7469aa18a43d 9da51e679f8217e510bac857a7008e51)
+md5sums=(94bb24e9068d9ca71ced7469aa18a43d 0d109e95a7dd38f64f95b48afc9f6d18)
+makedepends=(wget)
package() {
mkdir -p "${pkgdir}/usr/share/applications/"
@@ -15,4 +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
}