summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-11-04 19:14:33 +0100
committerM0Rf302017-11-04 19:14:33 +0100
commitc6503c336187891f1752741c41bb5239ca77e1a8 (patch)
tree768411eb04f0b63f41f326880afdba80d31a2fe5
parent5609314e08e3691da6d754120bb1a28e8646065e (diff)
downloadaur-c6503c336187891f1752741c41bb5239ca77e1a8.tar.gz
openbazaar-git: icon fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--icons.patch2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326ef3845d2f..21c9f7ec28b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Nov 4 16:12:15 UTC 2017
+# Sat Nov 4 18:14:18 UTC 2017
pkgbase = openbazaar-git
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon (Latest devel version)
pkgver = v2.0.17.r16.g77be2641
@@ -20,7 +20,7 @@ pkgbase = openbazaar-git
md5sums = SKIP
md5sums = 446ad1e41acd07468c3750a9027dc8f8
md5sums = f48876b52eee00c24abb7bbbb53d8e6c
- md5sums = 90f70698f1593b1dda1349b1353451fd
+ md5sums = c8d61887729b1326c611aafba89e0df1
pkgname = openbazaar-git
diff --git a/PKGBUILD b/PKGBUILD
index 87f558497bc5..39863b93e098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,4 +54,4 @@ pkgver() {
md5sums=('SKIP'
'446ad1e41acd07468c3750a9027dc8f8'
'f48876b52eee00c24abb7bbbb53d8e6c'
- '90f70698f1593b1dda1349b1353451fd')
+ 'c8d61887729b1326c611aafba89e0df1')
diff --git a/icons.patch b/icons.patch
index 2898c8765057..c183db1b1a83 100644
--- a/icons.patch
+++ b/icons.patch
@@ -22,7 +22,7 @@ index 69b9bd8c2..545bbe7e1 100644
title: 'OpenBazaar',
frame: false,
- icon: 'imgs/openbazaar-icon.png',
-+ icon: process.platform === 'linux' && `${__dirname}/imgs/icon.png`,
++ icon: `${__dirname}/imgs/icon.png`,
});
// and load the index.html of the app.