summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc5da6e5da7a..16d0fa193ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = onedrivegui-git
pkgdesc = A simple GUI for OneDrive Linux client, with multi-account support.
- pkgver = 1.0.3.r4.gbc9bf3e
+ pkgver = 1.1.0alpha5.r2.g9f9df60
pkgrel = 1
url = https://github.com/bpozdena/OneDriveGUI
arch = any
- license = GPL
+ license = GPL-3.0-or-later
makedepends = git
depends = pyside6
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 310a25a6b5a8..9650e39c6ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=onedrivegui-git
_pkgname=OneDriveGUI
-pkgver=1.0.3.r4.gbc9bf3e
+pkgver=1.1.0alpha5.r2.g9f9df60
pkgrel=1
pkgdesc="A simple GUI for OneDrive Linux client, with multi-account support."
url="https://github.com/bpozdena/${_pkgname}"
-license=("GPL")
+license=("GPL-3.0-or-later")
depends=("pyside6" "python-requests" "onedrive-abraunegg" "qt6-webengine")
makedepends=("git")
conflicts=("onedrivegui")