[arch-commits] Commit in rethinkdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Feb 7 20:11:43 UTC 2017


    Date: Tuesday, February 7, 2017 @ 20:11:42
  Author: anatolik
Revision: 210871

Revert $tag value back

Modified:
  rethinkdb/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-07 20:11:13 UTC (rev 210870)
+++ PKGBUILD	2017-02-07 20:11:42 UTC (rev 210871)
@@ -5,7 +5,7 @@
 
 pkgname=rethinkdb
 pkgver=2.3.5
-_tag=
+_tag=rethinkdb-$pkgver
 pkgrel=3
 pkgdesc='Distributed powerful and scalable NoSQL database'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 install=rethinkdb.install
 options=(!emptydirs)
 source=(
-  https://download.rethinkdb.com/dist/rethinkdb-$pkgver$_tag.tgz
+  https://download.rethinkdb.com/dist/$_tag.tgz
   rethinkdb-tmpfile.conf
   rethinkdb.service
   rethinkdb.sysusers



More information about the arch-commits mailing list