summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--Cryptocat.pngbin0 -> 5960 bytes
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6283c5fdf44d..f23edaa35e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 21 14:23:27 UTC 2016
+# Thu Apr 21 22:39:57 UTC 2016
pkgbase = cryptocat-bin
pkgdesc = Chat with your friends, privately.
pkgver = 3.1.07
- pkgrel = 1
+ pkgrel = 2
url = https://crypto.cat/
arch = x86_64
license = GPL3
diff --git a/Cryptocat.png b/Cryptocat.png
new file mode 100644
index 000000000000..fa16eb035e63
--- /dev/null
+++ b/Cryptocat.png
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 75adaf07b787..617808c8a3a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="cryptocat-bin"
_pkgname="cryptocat-bin"
pkgver="3.1.07"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Chat with your friends, privately."
arch=("x86_64")
url="https://crypto.cat/"
@@ -42,6 +42,6 @@ package() {
install -Dm644 "${srcdir}/Cryptocat.desktop" "${pkgdir}/usr/share/applications/Cryptocat.desktop"
# Icon
- install -Dm644 "logo.png" "${pkgdir}/usr/share/pixmaps/Cryptocat.png"
+ install -Dm644 "${srcdir}/Cryptocat.png" "${pkgdir}/usr/share/pixmaps/Cryptocat.png"
}