summarylogtreecommitdiffstats
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
parent4e1c051bc058d98e33cd539aad98967e33079da9 (diff)
downloadaur-pothos-git.tar.gz
Update to r3114.0a56cd42.
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ce2e4fb20d..71ebfee306eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pothos-git
pkgdesc = The Pothos data-flow framework
- pkgver = r3071.7b9c3c4f
+ pkgver = r3114.0a56cd42
pkgrel = 1
url = https://github.com/pothosware/PothosCore/wiki
arch = i686
diff --git a/.gitignore b/.gitignore
index 37b03e17d5e4..c07e52b76fb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/*.pkg.tar.xz
+/*.pkg.tar.zst
/PothosCore
/pkg
/src
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"
}