summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Manouchehri2017-08-23 20:33:14 -0400
committerDavid Manouchehri2017-08-23 20:33:14 -0400
commit4dec4ff7dded777d0a1d366b1e00632c17efeb72 (patch)
treec991d886de723fa35263b6db9f26a00e646c970d
parent7805c6c460dab2d385a1b64f09a671185b5bd96d (diff)
downloadaur-4dec4ff7dded777d0a1d366b1e00632c17efeb72.tar.gz
Fixed desktop file.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b2ed483cdf..67972b88d6d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Aug 22 05:50:35 UTC 2016
pkgbase = pulseview-git
pkgdesc = A Qt based logic analyzer GUI for sigrok. (git version)
- pkgver = 0.3.0.r86.g55547a4
- pkgrel = 1
+ pkgver = 0.3.0.r436.g753c8f0
+ pkgrel = 2
url = http://sigrok.org/wiki/Main_Page
arch = armv6h
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 0cfba4ec68d0..f9ff2684d135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: David Manouchehri <manouchehri@riseup.net>
+# Maintainer: David Manouchehri
# Contributor: Thomas Krug <t.krug@elektronenpumpe.de>
# Contributor: veox <veox at wemakethings dot net>
+# Contributor: megamoth
_gitname='pulseview'
pkgname="${_gitname}-git"
-pkgver=0.3.0.r86.g55547a4
-pkgrel=1
+pkgver=0.3.0.r436.g753c8f0
+pkgrel=2
pkgdesc="A Qt based logic analyzer GUI for sigrok. (git version)"
arch=('armv6h' 'armv7h' 'i686' 'x86_64')
url="http://sigrok.org/wiki/Main_Page"
@@ -33,5 +34,5 @@ package() {
cd "${srcdir}/${_gitname}"
make DESTDIR="${pkgdir}" PREFIX=/usr install
- install -Dm644 contrib/pulseview.desktop "${pkgdir}/usr/share/applications/pulseview.desktop"
+ install -Dm644 contrib/org.sigrok.PulseView.desktop "${pkgdir}/usr/share/applications/pulseview.desktop"
}