summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-04-30 08:34:44 -0600
committerMark Wagie2020-04-30 08:34:44 -0600
commit3e1300b7aa89a01bab7fbdf81da062f6535cd817 (patch)
tree25d2ed8c14c4ba84a7b6875e083f7d6be5fdf937
parentd0b760c903e4bed988ebdfcfde69cc3d3d8304b6 (diff)
downloadaur-3e1300b7aa89a01bab7fbdf81da062f6535cd817.tar.gz
adjust pkgver()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed203c5e3564..974e40323ba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = guiscrcpy-git
pkgdesc = Open Source GUI based Android Screen Mirroring System
- pkgver = 3.7.post96.dev.continuous.r1.gc674b86
+ pkgver = 3.7.r114.gad967f8
pkgrel = 1
- epoch = 1
url = https://guiscrcpy.github.io
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f82e56717f45..52735296b966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=guiscrcpy-git
-pkgver=3.7.post96.dev.continuous.r1.gc674b86
+pkgver=3.7.r114.gad967f8
pkgrel=1
-epoch=1
+#epoch=1
pkgdesc="Open Source GUI based Android Screen Mirroring System"
arch=('any')
url="https://guiscrcpy.github.io"
@@ -18,8 +18,9 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
- printf $(grep -oP "(?<=version=').*(?=')" setup.py).$(git describe \
- --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+# printf $(grep -oP "(?<=version=').*(?=')" setup.py).$(git describe \
+# --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')
}
prepare() {