summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhonjow2024-02-16 06:08:14 +0000
committerhonjow2024-02-16 06:08:14 +0000
commit8a3de1fff6749e6e12be4e28e70cf33be2a81e0d (patch)
tree401c4a6236360f6cd660b0131adf27ad27b59956
parent6e299e7261a80973b41cbe123e3f2f222c9d45fe (diff)
downloadaur-8a3de1fff6749e6e12be4e28e70cf33be2a81e0d.tar.gz
Update AUR package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29cc8b5877f9..4bc09f507eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = sk-chos-tool
makedepends = git
depends = python-gobject
depends = gtk3
- optdepends = sk-chos-addon: sk-chos-addon
+ depends = sk-chos-addon
provides = sk-chos-tool
conflicts = sk-chos-tool-git
replaces = sk-chos-tool-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f045634c950..9024b2714539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ arch=('any')
url="https://github.com/honjow/sk-holoiso-config.git"
license=('MIT')
makedepends=('git')
-depends=('python-gobject' 'gtk3')
-optdepends=('sk-chos-addon: sk-chos-addon')
+depends=('python-gobject' 'gtk3' 'sk-chos-addon')
provides=(sk-chos-tool)
conflicts=(sk-chos-tool-git)
replaces=(sk-chos-tool-git)