summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanghyub Seo2023-05-03 20:13:46 +0900
committerJanghyub Seo2023-05-03 20:13:46 +0900
commitab773dcdcdca36453461e0e765aacc21eaf53077 (patch)
treed44af3fec47c80d7733285d549125f55f326f643 /PKGBUILD
parentc4fa03b27ea50317c5797f7effb87ff1a3087467 (diff)
downloadaur-ab773dcdcdca36453461e0e765aacc21eaf53077.tar.gz
v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 642939dbd3ae..49dea3783556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Jhyub <jhyub06 at gmail dot com>
pkgname='plasma5-applets-supergfxctl'
-pkgver=1.2.0
-pkgrel=4
+pkgver=1.3.0
+pkgrel=1
pkgdesc="KDE Plasma plasmoid for supergfxctl"
arch=('x86_64')
url="https://gitlab.com/Jhyub/supergfxctl-plasmoid"
license=('MPL2')
-depends=('plasma-framework' 'hicolor-icon-theme' 'supergfxctl>=5.0.1')
+depends=('plasma-framework' 'hicolor-icon-theme' 'glibc' 'ki18n' 'kcoreaddons' 'qt5-base' 'qt5-declarative' 'gcc-libs' 'supergfxctl>=5.1.0')
makedepends=('cmake' 'extra-cmake-modules')
source=(
"https://gitlab.com/Jhyub/supergfxctl-plasmoid/-/archive/v$pkgver/supergfxctl-plasmoid-v$pkgver.tar.gz"
)
sha256sums=(
- '6996d4aa2f64fe9b417120fcb430c45a529b441ffa63035c880691d6f72c852e'
+ 'ef68eecb4d17d72be918f84515a68480c7e30f0c8e46d1610d46e722837eab9b'
)
build() {