aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Henrique2019-09-06 19:39:10 -0300
committerPedro Henrique2019-09-06 19:39:10 -0300
commit75e3347ed685076ce11c0172040f0063df4d085a (patch)
tree049bb3f85f13c3004a4af01bf4d0d03cb265f0b1
parent0084a2ceeddd35c4e38ad2c8323cb822af9aab8f (diff)
downloadaur-75e3347ed685076ce11c0172040f0063df4d085a.tar.gz
Update to version 3.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35be7e10763a..8ae8fc37f1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = overgrive
pkgdesc = A complete Google Drive™ desktop client solution for Linux
- pkgver = 3.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://www.thefanclub.co.za/overgrive
install = overgrive.install
@@ -14,9 +14,9 @@ pkgbase = overgrive
depends = libappindicator-gtk3
provides = overgrive
conflicts = overgrive
- noextract = overgrive-3.3.0-0-any.pkg.tar.xz
- source = https://www.thefanclub.co.za/sites/default/files/public/overgrive/overgrive-3.3.0-0-any.pkg.tar.xz
- md5sums = 6304942914a53af282f0ac27e285275b
+ noextract = overgrive-3.3.1-0-any.pkg.tar.xz
+ source = https://www.thefanclub.co.za/sites/default/files/public/overgrive/overgrive-3.3.1-0-any.pkg.tar.xz
+ md5sums = 5e42edfb340a7c34785ad04655b1ff39
pkgname = overgrive
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'