summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c31e427e4ae7..411f4b74535f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,7 @@ pkgbase = flipper-bin
provides = flipper
noextract = Flipper-linux.zip
source = https://github.com/facebook/flipper/releases/download/v0.38.0/Flipper-linux.zip
+ source = icon.png
sha512sums = 02719aca28fc6603fc16e7b0f2dbda682e1f73ff0ffbb4689cb5672f4911a6c4200ec98f577da6214799cf940bff078c2c833c052468675dfab1a9f1ecf817a6
pkgname = flipper-bin
diff --git a/PKGBUILD b/PKGBUILD
index a84a562cbddf..10952f9c2319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ depends=('gtk3'
optdepends=('watchman: An inotify-based file watching and job triggering command line utility'
'android-sdk: Android debugging support')
makedepends=('gendesk' 'unzip')
-source=("https://github.com/facebook/flipper/releases/download/v${pkgver}/Flipper-linux.zip")
+source=("https://github.com/facebook/flipper/releases/download/v${pkgver}/Flipper-linux.zip"
+ 'icon.png')
sha512sums=('02719aca28fc6603fc16e7b0f2dbda682e1f73ff0ffbb4689cb5672f4911a6c4200ec98f577da6214799cf940bff078c2c833c052468675dfab1a9f1ecf817a6')
noextract=('Flipper-linux.zip')