summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-10-29 19:56:26 -0700
committerxiota2023-10-29 20:18:03 -0700
commitc3351e66ac61294de4b8835ec29af56dfd42a67f (patch)
tree824f510e6a2b1bb4829c4b32424a016ad3a69506 /PKGBUILD
parent68e773d44e23b1edf2ef5f840d1d2cb39e93f3e5 (diff)
downloadaur-c3351e66ac61294de4b8835ec29af56dfd42a67f.tar.gz
0.6.7-RC2.47: change version format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 227fb4546f3e..784e2f7aa669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@
## basic info
_pkgname="retroshare"
pkgname="$_pkgname"
-pkgver=0.6.7RC2.r47.gc52e84d70
+pkgver=0.6.7RC2.47
pkgrel=1
pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail."
#url="http://retroshare.cc/"
@@ -88,7 +88,7 @@ if [ x"$pkgname" == x"$_pkgname" ] ; then
pkgver() {
cd "$_pkgsrc"
- git describe --tags --exclude='*[a-z][a-z]*' | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g ; s/\.RC/RC/'
+ git describe --tags --exclude='*[a-z][a-z]*' | sed -E 's/^v//;s/-/./g;s/\.RC/RC/;s/\.g.*$//'
}
else
# git package