summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2021-04-13 14:27:31 +0800
committerJeffrey Zhang2021-04-13 14:27:31 +0800
commit0ec69882b46466879549b1339ca38b027b3d32ce (patch)
tree9ba1410f7cf7ae0fd0179b987e432c7cece6a671
parentb2af5c5b568c8a932af580d85f7cbd5606b36f64 (diff)
downloadaur-0ec69882b46466879549b1339ca38b027b3d32ce.tar.gz
change the description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ca1ef14e2ee..92700998ed33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = virt-viewer-git
- pkgdesc = A lightweight interface for interacting with the graphical display of virtualized guest OS
+ 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
url = https://virt-manager.org
@@ -20,7 +20,7 @@ pkgbase = virt-viewer-git
source = git+https://gitlab.com/virt-viewer/virt-viewer.git
source = drop-header.patch
sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 7e60094a44f5f33791f8147840afd6192d4f608606093ed8d745d799bf95bb25
pkgname = virt-viewer-git
diff --git a/PKGBUILD b/PKGBUILD
index fa2df552758d..eaf4b920e958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Peter Mattern <pmattern at arcor dot de>
+# Maintainer: Jeffrey Zhang <zhang.lei.fly@gmail.com>
_pkgname=virt-viewer
pkgname=$_pkgname-git
pkgver=9.0.219.g15fbaa3
pkgrel=1
-pkgdesc='A lightweight interface for interacting with the graphical display of virtualized guest OS'
+pkgdesc='A lightweight interface for interacting with the graphical display of virtualized guest OS. This package contains a patch stop the header bar.'
arch=('i686' 'x86_64')
url='https://virt-manager.org'
license=('GPL')
@@ -18,7 +18,7 @@ source=(
)
sha256sums=(
"SKIP"
- "SKIP")
+ "7e60094a44f5f33791f8147840afd6192d4f608606093ed8d745d799bf95bb25")
pkgver() {
cd $_pkgname