summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry2018-05-14 16:19:08 -0400
committerHarry2018-05-14 16:19:08 -0400
commit1ec43d3929bbb1bbbc83a04f0a89a7a828de2d10 (patch)
treefecdcc02134b2a5a978f02c44a1b794791474719
parent0cf4c0d3f69ece7d1a96adf2823a2ea5806e2b09 (diff)
downloadaur-1ec43d3929bbb1bbbc83a04f0a89a7a828de2d10.tar.gz
add icon for bitmask
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--bitmask.desktop1
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63414d5eea5..8290d34fa3eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,11 @@ pkgbase = bitmask
arch = x86_64
groups = base-devel
license = GPL3
+ makedepends = wget
source = https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz
source = bitmask.desktop
md5sums = 94bb24e9068d9ca71ced7469aa18a43d
- md5sums = 9da51e679f8217e510bac857a7008e51
+ md5sums = 0d109e95a7dd38f64f95b48afc9f6d18
pkgname = bitmask
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
}
diff --git a/bitmask.desktop b/bitmask.desktop
index cbc2e7120f3e..b2445485d82c 100644
--- a/bitmask.desktop
+++ b/bitmask.desktop
@@ -5,3 +5,4 @@ Terminal=false
Type=Application
Path=/opt/bitmask
Categories=Network
+Icon=/opt/bitmask/icon.png