summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2021-01-30 13:27:55 +0100
committerEduardo Sánchez Muñoz2021-01-30 13:27:55 +0100
commitd2ef9eeb6b38145f8130fd38a712e9c6ded4ba5d (patch)
treec31a1301e4fb619bafd16c527e46ade16b7cfa2d /PKGBUILD
parent4e1c051bc058d98e33cd539aad98967e33079da9 (diff)
downloadaur-pothos-git.tar.gz
Update to r3114.0a56cd42.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37937c365630..f2f506a04bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sebastien Chassot (sinux) <seba.ptl@sinux.net>
pkgname=pothos-git
-pkgver=r3071.7b9c3c4f
+pkgver=r3114.0a56cd42
pkgrel=1
pkgdesc="The Pothos data-flow framework"
arch=('i686' 'x86_64')
@@ -51,7 +51,7 @@ build() {
package() {
cd "$srcdir/pothos-build"
make DESTDIR="$pkgdir" install
-
+
install -Dm644 "$srcdir/PothosFlow.desktop" "$pkgdir/usr/share/applications/PothosFlow.desktop"
install -Dm644 "$srcdir/PothosCore/flow/icons/PothosFlow.png" "$pkgdir/usr/share/pixmaps/PothosFlow.png"
}