aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d2af5d03c6f..6d76b13fbad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pedro Henrique <pedro00dk@gmail.com>
pkgname=overgrive
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
pkgdesc="A complete Google Driveā„¢ desktop client solution for Linux"
arch=('x86_64')
@@ -18,13 +18,13 @@ conflicts=("overgrive")
install="overgrive.install"
changelog=
source=(
- "https://www.thefanclub.co.za/sites/default/files/public/overgrive/overgrive-3.3.0-0-any.pkg.tar.xz"
+ "https://www.thefanclub.co.za/sites/default/files/public/overgrive/overgrive-3.3.1-0-any.pkg.tar.xz"
)
-noextract=("overgrive-3.3.0-0-any.pkg.tar.xz")
-md5sums=("6304942914a53af282f0ac27e285275b")
+noextract=("overgrive-3.3.1-0-any.pkg.tar.xz")
+md5sums=("5e42edfb340a7c34785ad04655b1ff39")
prepare() {
- tar --extract --file='./overgrive-3.3.0-0-any.pkg.tar.xz'
- rm -- './overgrive-3.3.0-0-any.pkg.tar.xz'
+ tar --extract --file='./overgrive-3.3.1-0-any.pkg.tar.xz'
+ rm -- './overgrive-3.3.1-0-any.pkg.tar.xz'
sed --in-place -- \
's+Exec=python3+Exec=/opt/thefanclub/overgrive/venv/bin/python3+g' \
'./usr/share/applications/overgrive.desktop'