summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-09-27 08:12:40 -0600
committeryochananmarqos2019-09-27 08:12:40 -0600
commit9b8576ee69c2daa9e2d4b618c28a68105e7a8599 (patch)
tree5ec6efb6487dcb85a50c1e5fbb0f0be52c177a55
parent2dcae06ae274fca57c5e6887e15e6651523dda65 (diff)
downloadaur-9b8576ee69c2daa9e2d4b618c28a68105e7a8599.tar.gz
fixed pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead17092500d..ce6eae08fbba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guiscrcpy-git
pkgdesc = A full fledged GUI integration for the most award winning open-source Android screen mirroring system -- scrcpy
- pkgver = v1.11.r15.2983e79
+ pkgver = 1.11.r16.4ce6699
pkgrel = 1
url = https://srevinsaju.github.io/guiscrcpy
arch = i686
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() {