summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-09-27 08:12:40 -0600
committeryochananmarqos2019-09-27 08:12:40 -0600
commit9b8576ee69c2daa9e2d4b618c28a68105e7a8599 (patch)
tree5ec6efb6487dcb85a50c1e5fbb0f0be52c177a55 /PKGBUILD
parent2dcae06ae274fca57c5e6887e15e6651523dda65 (diff)
downloadaur-9b8576ee69c2daa9e2d4b618c28a68105e7a8599.tar.gz
fixed pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c17273ad83c3..a2ca1d960363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=guiscrcpy-git
-pkgver=v1.11.r15.2983e79
+pkgver=1.11.r16.4ce6699
pkgrel=1
pkgdesc="A full fledged GUI integration for the most award winning open-source Android screen mirroring system -- scrcpy"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$srcdir/${pkgname%-git}"
- printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
}
package() {