diff options
author | FirstAirBender | 2023-10-02 20:59:36 -0600 |
---|---|---|
committer | FirstAirBender | 2023-10-02 20:59:36 -0600 |
commit | 5fe6f9ffb555dc8798e8d813f359ca06e1ec4e2a (patch) | |
tree | f1351c2cb07b0e10db201bb0c3e107326ed05606 | |
parent | 21be2bb486d20db501b5888fea46dda2e52e86b1 (diff) | |
download | aur-5fe6f9ffb555dc8798e8d813f359ca06e1ec4e2a.tar.gz |
Fix kvantum dependency
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ pkgbase = kvkonqi pkgdesc = A Kvantum theme that looks like Breeze theme pkgver = 1.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Niru2169/KvKonqi arch = any license = GPL3 - depends = kvantum-qt5 + depends = kvantum source = kvkonqi-dark@v1.1.tar.gz::https://github.com/Niru2169/KvKonqi/releases/download/v1.1/KvKonqiDark.tar.gz source = kvkonqi-light@v1.1.tar.gz::https://github.com/Niru2169/KvKonqi/releases/download/v1.1/KvKonqiLight.tar.gz sha256sums = 844fafaa191f641e64cab0ddf6b3434c62537145d48ef8c162dc85a64779e0b2 @@ -3,12 +3,12 @@ _pkgname=KvKonqi pkgname=${_pkgname,,} pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Kvantum theme that looks like Breeze theme" arch=('any') url="https://github.com/Niru2169/KvKonqi" license=('GPL3') -depends=('kvantum-qt5') +depends=('kvantum') source=( "$pkgname-dark@v${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}Dark.tar.gz" "$pkgname-light@v${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}Light.tar.gz" |