summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a21c5d419f0..8a7fb448e3d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pothos
pkgdesc = The Pothos data-flow framework
pkgver = 0.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 754c021c2e1c..c038172be5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pothos
pkgver=0.6.0
-pkgrel=3
+pkgrel=4
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')
url="https://github.com/pothosware/PothosCore/wiki"
@@ -44,6 +44,5 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/PothosFlow.desktop" "$pkgdir/usr/share/applications/PothosFlow.desktop"
- install -d "$pkgdir/usr/share/pixmaps"
- convert "$srcdir/PothosCore/flow/icons/PothosFlow.ico" "$pkgdir/usr/share/pixmaps/PothosFlow.png"
+ install -Dm644 "$srcdir/PothosCore/flow/icons/PothosFlow.png" "$pkgdir/usr/share/pixmaps/PothosFlow.png"
}