Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Bump AUR package
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Jul 13, 2015
1 parent 7b091ca commit 9eac9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/arch/syncany/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pim Otte <otte dot pim at gmail dot com>
pkgname=syncany
pkgver=0.4.5_alpha
_realver=0.4.5-alpha
pkgver=0.4.6_alpha
_realver=0.4.6-alpha
pkgrel=1
pkgdesc="Cloud storage and filesharing application with a focus on security and abstraction of storage."
arch=(any)
Expand All @@ -10,7 +10,7 @@ license=('GPL3')
depends=('java-runtime>=7' 'bash-completion')
source=("http://syncany.org/dist/$pkgname-${_realver}.tar.gz"
)
sha256sums=('7e8fbad0d9bf90369ad21fd1b3d54c7025738f2da9b1a364273f16cb76d59069')
sha256sums=('9aab83cc336b898a48dde5e7799d703ef569255e5c6f24a7182a6983c0846bc8')

package() {
install -Dm644 "$srcdir/$pkgname-${_realver}/bash/syncany.bash-completion" "${pkgdir}/etc/bash_completion.d/syncany"
Expand Down

0 comments on commit 9eac9ff

Please sign in to comment.