diff options
author | Dmali | 2023-05-31 22:36:52 +0500 |
---|---|---|
committer | Dmali | 2023-05-31 22:36:52 +0500 |
commit | d5934118b9d92b446ac291b708bf3e7ac99a99d0 (patch) | |
tree | bcfeef85ae4bbf7eb5153e6d7e926be17fd2f8b3 | |
parent | a1863fe320a5babebbce5585bbd0459b3e416ab5 (diff) | |
download | aur-d5934118b9d92b446ac291b708bf3e7ac99a99d0.tar.gz |
Update to version 1.5
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = klaus-bin pkgdesc = Arch manager that allows you to download, install, delete packages... - pkgver = 1.4 + pkgver = 1.5 pkgrel = 1 url = https://github.com/dmaliog/kLausqt/ arch = x86_64 @@ -11,9 +11,8 @@ pkgbase = klaus-bin depends = yay depends = zenity depends = libnotify - depends = konsole depends = neofetch - source = klaus-bin-1.4.zip::https://github.com/dmaliog/kLausqt//releases/download/1.4/klaus-1.4-2023-05-29-linux64.zip - sha256sums = edb612d3ae02a7cb95451e970955511326eb3b717db0d4cec1935c6ee2832859 + source = klaus-bin-1.5.zip::https://github.com/dmaliog/kLausqt//releases/download/1.5/klaus-1.5-2023-05-31-linux64.zip + sha256sums = 48c1e194963792c9087b89ba9d020b30a224873e1063a54bca0c3589aa6ca2e1 pkgname = klaus-bin @@ -1,22 +1,22 @@ # Maintainer: Dmali <dmali@vk.com> pkgname=klaus-bin -pkgver=1.4 -_releasedate=2023-05-29 +pkgver=1.5 +_releasedate=2023-05-31 pkgrel=1 pkgdesc="Arch manager that allows you to download, install, delete packages..." arch=('x86_64') url="https://github.com/dmaliog/kLausqt/" license=('GPL 2.0') groups=() -depends=('qt6-base' 'qt6-multimedia' 'qt6-webengine' 'yay' 'zenity' 'libnotify' 'konsole' 'neofetch') +depends=('qt6-base' 'qt6-multimedia' 'qt6-webengine' 'yay' 'zenity' 'libnotify' 'neofetch') source=( "${pkgname}-${pkgver}.zip::${url}/releases/download/${pkgver}/klaus-${pkgver}-${_releasedate}-linux64.zip" ) sha256sums=( - 'edb612d3ae02a7cb95451e970955511326eb3b717db0d4cec1935c6ee2832859' + '48c1e194963792c9087b89ba9d020b30a224873e1063a54bca0c3589aa6ca2e1' ) package() { |