summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKogasa2023-05-05 07:26:04 -0500
committerKogasa2023-05-05 07:26:04 -0500
commit2345a0458744a71d50255b9db7962e7fb5bd940e (patch)
treeeba0a25f4c1bbef38c36114142bbe8f10fc8e5be /PKGBUILD
parent4db3f2ff055df1ab0721fa463fb92139518853fc (diff)
downloadaur-2345a0458744a71d50255b9db7962e7fb5bd940e.tar.gz
Update dependency botan -> botan2, version bump
Removes the revision symbol in favor of just the commit.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c8714a14201..1015332d3424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=corectrl
pkgname=${_pkgname}-git
-pkgver=1.2.0.r76.g2d3823f
+pkgver=1.4.0.6ce3a810
pkgrel=1
pkgdesc="Application to control your hardware with ease using application profiles"
url="https://gitlab.com/corectrl/corectrl"
license=(GPL3)
arch=(i686 x86_64)
-depends=('botan>=2.2.0' 'qt5-base>=5.9' qt5-quickcontrols2 qt5-charts qt5-svg procps-ng hwdata quazip-qt5)
+depends=('botan2>=2.2.0' 'qt5-base>=5.9' qt5-quickcontrols2 qt5-charts qt5-svg procps-ng hwdata quazip-qt5)
makedepends=(git 'cmake>=3.3' extra-cmake-modules 'gcc>=8' qt5-tools)
optdepends=(
'vulkan-tools: for vulkaninfo'