summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei Maruyama2023-10-08 15:55:16 +0900
committerShohei Maruyama2023-10-08 15:55:16 +0900
commite32618442c340b42d45b95f122071c198024f48b (patch)
tree0ce202ad40fa2674d630daec06831417cfdc60d1
parente789eeef5cb140ecb415e92f65126c48e0c022ef (diff)
downloadaur-otto-kde-git.tar.gz
PKGBUILD: Update dependencies
Follow https://gitlab.archlinux.org/archlinux/packaging/packages/kvantum/-/commit/d0b33ddc5856aa886d5e5da2ce15757bd8412db6 Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcf4a076ddfb..a8aaf644119d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otto-kde-git
pkgdesc = Otto Theme for Kde Plasma
pkgver = r14.fd67d36
- pkgrel = 1
+ pkgrel = 2
url = https://www.opencode.net/jomada/otto
arch = any
license = GPL3
@@ -15,4 +15,4 @@ pkgname = otto-kde-git
pkgname = kvantum-theme-otto-git
pkgdesc = Otto theme for kvantum
- depends = kvantum-qt5
+ depends = kvantum
diff --git a/PKGBUILD b/PKGBUILD
index 20b3476c94e3..3fb78a85101b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(otto-kde-git kvantum-theme-otto-git)
pkgver=r14.fd67d36
-pkgrel=1
+pkgrel=2
pkgdesc="Otto Theme for Kde Plasma"
arch=('any')
url="https://www.opencode.net/jomada/otto"
@@ -37,7 +37,7 @@ package_otto-kde-git() {
package_kvantum-theme-otto-git() {
pkgdesc="Otto theme for kvantum"
- depends=(kvantum-qt5)
+ depends=(kvantum)
cd otto
install -d "${pkgdir}/usr/share"