summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2021-04-13 14:37:44 +0800
committerJeffrey Zhang2021-04-13 14:37:44 +0800
commitcf369ad014de9f5f59ee30dd1ecf8eaa814bb2e6 (patch)
tree825206eca114e42c04e2e74d8e23ae0e105c38d8
parent0ec69882b46466879549b1339ca38b027b3d32ce (diff)
downloadaur-cf369ad014de9f5f59ee30dd1ecf8eaa814bb2e6.tar.gz
use -no-header as package suffix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92700998ed33..d20705b90da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = virt-viewer-git
+pkgbase = virt-viewer-git-no-header
pkgdesc = A lightweight interface for interacting with the graphical display of virtualized guest OS. This package contains a patch stop the header bar.
pkgver = 9.0.219.g15fbaa3
pkgrel = 1
@@ -22,5 +22,5 @@ pkgbase = virt-viewer-git
sha256sums = SKIP
sha256sums = 7e60094a44f5f33791f8147840afd6192d4f608606093ed8d745d799bf95bb25
-pkgname = virt-viewer-git
+pkgname = virt-viewer-git-no-header
diff --git a/PKGBUILD b/PKGBUILD
index eaf4b920e958..4e94a0c2d021 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeffrey Zhang <zhang.lei.fly@gmail.com>
_pkgname=virt-viewer
-pkgname=$_pkgname-git
+pkgname=$_pkgname-git-no-header
pkgver=9.0.219.g15fbaa3
pkgrel=1
pkgdesc='A lightweight interface for interacting with the graphical display of virtualized guest OS. This package contains a patch stop the header bar.'