summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80f39c812a67..d82d3791c7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Silvio Ankermann <silvio at booq dot org>
pkgname=git-annex-remote-gdrive
-pkgver=0.6
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc='A git-annex special remote for Google Drive'
arch=('any')
url='https://github.com/Lykos153/git-annex-remote-gdrive'
license=('GPL3')
depends=('git-annex' 'gdrive=2.1.0' 'bash')
source=("https://github.com/Lykos153/git-annex-remote-gdrive/archive/v${pkgver}.tar.gz")
-sha512sums=('be63be0e0619490a019c5cd3638bf0e10f212786ea3588f6b3f6d615d6659672bfbd19b7bfc4c60bf2a3e50dc7053687b378810b57dac1d47f6ec7e844d6fab5')
+sha512sums=('a7caa2b5eda0ff88ca973ebfc3d738f8a0a8102000a385a8d36da5f8be2ac9df1a3914312516e32aea6b749a99a52514a8c734f5ea63daf6f8f7162a51eaf5fb')
package() {
cd "${pkgname}-${pkgver}"