summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2022-02-14 14:36:10 +0800
committerJeffrey Zhang2022-02-14 14:36:31 +0800
commitd3858c483171f626c823b4267dc29fb811c11576 (patch)
tree8ebeaddf251e2f436eb0f07cf4dd9ad8dd7f80d7
parenteb88df2f4606df53543dc436ebc44b441ab59a63 (diff)
downloadaur-d3858c483171f626c823b4267dc29fb811c11576.tar.gz
bump pkgrel version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b6d23cae8f..be6c39b6d25d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = virt-viewer-no-header
pkgdesc = A lightweight interface for interacting with the graphical display of virtualized guest OS. This package contains a patch drop the header bar.
pkgver = 11.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/virt-viewer/virt-viewer
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a3484e3bb640..24900011157a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=virt-viewer
pkgname=$_pkgname-no-header
pkgver=11.0
-pkgrel=1
+pkgrel=2
pkgdesc='A lightweight interface for interacting with the graphical display of virtualized guest OS. This package contains a patch drop the header bar.'
arch=('x86_64')
url='https://gitlab.com/virt-viewer/virt-viewer'