diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/syncthing | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/syncthing')
-rw-r--r-- | community/syncthing/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/syncthing/PKGBUILD b/community/syncthing/PKGBUILD index 9830506cc..40d0f7d4d 100644 --- a/community/syncthing/PKGBUILD +++ b/community/syncthing/PKGBUILD @@ -6,8 +6,8 @@ _pkgstamp=$(date +%s) pkgname=syncthing -pkgver=0.8.16 -pkgrel=1 +pkgver=0.8.17 +pkgrel=2 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" license=('MIT') @@ -17,7 +17,7 @@ makedepends=('go' 'godep' 'inetutils' 'sed') source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz" "syncthing@.service" "syncthing.1") -sha1sums=('62ed3ac4f01546bba743e223dd98a2af8f67ca2b' +sha1sums=('5915f8bd29bfa239b79f884dc2d5195538dd2742' '204cad3823306c793a14a17a23220e26199160d4' '17be8b3f99c577e325765abc251f597e204d7711') install=${pkgname}.install @@ -27,7 +27,7 @@ prepare() { mkdir -p "src/github.com/calmh" mv "${pkgname}-${pkgver}" "src/github.com/calmh/${pkgname}" # Patch the build variables that require a git clone - sed -i -e "s/^version=.*/version=\"${pkgver}\"/" "${srcdir}/src/github.com/calmh/${pkgname}/build.sh" + sed -i -e "s/^version=.*/version=v\"${pkgver}\"/" "${srcdir}/src/github.com/calmh/${pkgname}/build.sh" sed -i -e "s/^date=.*/date=\"${_pkgstamp}\"/" "${srcdir}/src/github.com/calmh/${pkgname}/build.sh" } |