summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex D'Andrea2023-09-20 17:50:29 +0200
committerAlex D'Andrea2023-09-20 17:50:29 +0200
commit348f169d8ed041e4f2eb88a6102f0846013748c0 (patch)
treedf5fe306330d2acd6a941f065d9f27d2d3571bea
parent8c7b362db5ddcbef1e65f4f8fa3d66bd4e397a50 (diff)
downloadaur-onedrivegui.tar.gz
update to 1.0.3; take over maintainership
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83dd457c7c34..f90497fc9746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onedrivegui
pkgdesc = A simple GUI for OneDrive Linux client, with multi-account support.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/bpozdena/OneDriveGUI
arch = any
@@ -11,9 +11,9 @@ pkgbase = onedrivegui
depends = qt6-webengine
provides = onedrivegui
conflicts = onedrivegui-git
- source = https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v1.0.2.tar.gz
+ source = https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v1.0.3.tar.gz
source = onedrivegui.desktop
- sha256sums = 3dcba012610696dda0386eff0937748a637754184fb53bd2ed1cbc9d29062c2b
+ sha256sums = 30511dd2b9c3c548e125564c08e2aaf50f0cfe348abded5733ea04dfa8eb93cf
sha256sums = c531f57c3c8424f265c0aad2e93260eab071d066d75de2f7eebb47e41c644267
pkgname = onedrivegui
diff --git a/PKGBUILD b/PKGBUILD
index 8f0320dae102..4fd3358156fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: zhullyb <zhullyb [at] outlook dot com>
+# Maintainer: Alex D'Andrea <alex [at] dandrea dot io>
+# Contributor: zhullyb <zhullyb [at] outlook dot com>
pkgname=onedrivegui
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="A simple GUI for OneDrive Linux client, with multi-account support."
license=("GPL")
@@ -13,7 +14,7 @@ arch=("any")
url="https://github.com/bpozdena/OneDriveGUI"
source=("https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${pkgver}.tar.gz"
"onedrivegui.desktop")
-sha256sums=('3dcba012610696dda0386eff0937748a637754184fb53bd2ed1cbc9d29062c2b'
+sha256sums=('30511dd2b9c3c548e125564c08e2aaf50f0cfe348abded5733ea04dfa8eb93cf'
'c531f57c3c8424f265c0aad2e93260eab071d066d75de2f7eebb47e41c644267')
package(){