[arch-commits] Commit in syncthing/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Mar 22 16:17:23 UTC 2015
Date: Sunday, March 22, 2015 @ 17:17:23
Author: jlichtblau
Revision: 129761
upgpkg: syncthing 0.10.29-1
Modified:
syncthing/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-22 13:57:10 UTC (rev 129760)
+++ PKGBUILD 2015-03-22 16:17:23 UTC (rev 129761)
@@ -6,7 +6,7 @@
# Contributor: korjjj <korjjj+aur at gmail.com>
pkgname=syncthing
-pkgver=0.10.27
+pkgver=0.10.29
pkgrel=1
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
url="http://syncthing.net/"
@@ -14,8 +14,8 @@
arch=('i686' 'x86_64')
depends=('glibc')
makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=("$pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}"
- "syncthing.1")
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+ $pkgname.1)
sha1sums=('SKIP'
'17be8b3f99c577e325765abc251f597e204d7711')
install=${pkgname}.install
More information about the arch-commits
mailing list