summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-12-02 14:18:52 -0800
committerxiota2023-12-02 14:18:52 -0800
commitcbf5d717c47db35529f09ea0b453719595428833 (patch)
treefe7fc1b2cec4fb5c419cf1a73036dcd282f36db4 /PKGBUILD
parent152b39deaa3c1eaa2f793a7c15b89953c3819402 (diff)
downloadaur-retroshare.tar.gz
0.6.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57ed80a828e0..44c8e58d0ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,8 +29,7 @@
## basic info
_pkgname="retroshare"
pkgname="$_pkgname"
-pkgver=0.6.7.1
-_pkgtag=v0.6.7.1
+pkgver=0.6.7.2
pkgrel=1
pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail."
#url="http://retroshare.cc/"
@@ -94,6 +93,8 @@ _main_package() {
## stable package
_main_stable() {
+ _pkgtag="v$pkgver"
+
_pkgsrc="$_pkgname"
source=("$_pkgsrc"::"git+$url.git#tag=$_pkgtag")
sha256sums=('SKIP')