summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Rodriguez2022-04-01 11:09:15 -0400
committerAndres Rodriguez2022-04-01 11:10:14 -0400
commitcd5d9ece5bca7230cac4a81eb283a697198d6613 (patch)
tree384480234616f815e6fdca0a1d56aaac29d46e69
parent71f908669da1a2e3e7abccb75fb9252a3e64488f (diff)
downloadaur-gpuvis-git.tar.gz
Fix package step producing an error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 162b80ebe353..f518c9692d48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gpuvis-git
pkgdesc = GPU trace visualizer
- pkgver = 0.1
+ pkgver = 0.1+6.g8c4eddaa2e
pkgrel = 1
url = https://github.com/mikesart/gpuvis
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = gpuvis-git
depends = sdl2
provides = gpuvis
conflicts = gpuvis
- source = https://github.com/mikesart/gpuvis
+ source = git+https://github.com/mikesart/gpuvis
sha1sums = SKIP
pkgname = gpuvis-git
diff --git a/PKGBUILD b/PKGBUILD
index f8111b36a0be..e065e6466811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at tuta dot io>
pkgname=gpuvis-git
-pkgver=0.1
+pkgver=0.1+6.g8c4eddaa2e
pkgrel=1
pkgdesc="GPU trace visualizer"
arch=('x86_64')
@@ -26,6 +26,6 @@ build() {
package() {
DESTDIR="$pkgdir" ninja -C build install
- install -Dm644 gpuvis/gpuvis.desktop -t "$pkgdir/usr/share/applications/"
+ install -Dm644 gpuvis/com.github.gpuvis.Gpuvis.desktop -t "$pkgdir/usr/share/applications/"
install -Dm644 gpuvis/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
}