summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Gembe2020-03-26 12:51:49 +0700
committerAxel Gembe2020-03-26 12:51:49 +0700
commitb7e2d7a11e7c5aeed93b96b6dfc7346e86e759a8 (patch)
tree469fb5cbd5dad76815eee68d61b454bccaad71b7 /PKGBUILD
parent437c0397f927ba6f36099b84901fc0a25a72e135 (diff)
downloadaur-b7e2d7a11e7c5aeed93b96b6dfc7346e86e759a8.tar.gz
Update to version 5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d013ad9b00a..7dd129395523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Axel Gembe <derago@gmail.com>
pkgname=plexdrive
-pkgver=5.0.0
+pkgver=5.1.0
pkgrel=1
pkgdesc='Plexdrive allows you to mount your Google Drive account as read-only fuse filesystem, with direct delete option on the filesystem.'
arch=('any')
@@ -13,8 +13,8 @@ makedepends=(
)
provides=("$pkgname")
conflicts=("$pkgname")
-source=(https://github.com/dweidenfeld/plexdrive/archive/5.0.0.tar.gz)
-sha256sums=('68763993a3da3d8ccd0dc18b3a5db7ab7ad8d03fde2d9be2ef4829e8356225bd')
+source=(https://github.com/dweidenfeld/plexdrive/archive/5.1.0.tar.gz)
+sha256sums=('4fa3afc59edcd4ba1917e32af8b0202b9ab7256541c54e417b591d7fd54c632e')
prepare() {
mkdir -p gopath/src/github.com/dweidenfeld