summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d54d360ae02b..46213175cd1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = kwalletcli-bin
pkgdesc = Command-Line Interface for the KDE Wallet
- pkgver = 3.03.r3
- pkgrel = 2
+ pkgver = 3.03.r4
+ pkgrel = 1
url = https://www.mirbsd.org/kwalletcli.htm
arch = x86_64
license = custom:MirOS
license = LGPL3
- depends = kwallet
+ depends = kwallet5
depends = mksh
provides = kwalletcli
conflicts = kwalletcli
- source = https://git.stefanwimmer128.io/api/v4/projects/166/packages/generic/kwalletcli/3.03-3/kwalletcli-3.03-3-x86_64.pkg.tar.zst
- sha256sums = 31959535e2a9571aae554c3b702ef30c6408f4a9a1b34c3485c2685d5fe2b080
+ source = https://git.stefanwimmer128.xyz/api/v4/projects/166/packages/generic/kwalletcli/3.03-4/kwalletcli-3.03-4-x86_64.pkg.tar.zst
+ sha256sums = 56429c2e0e28c4041c0bef8624295cd7e269fb0588a354facfc7737d98effff4
pkgname = kwalletcli-bin
diff --git a/PKGBUILD b/PKGBUILD
index bf23e495ee49..1faee6ee64e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
_pkgname=kwalletcli
pkgname=$_pkgname-bin
-_pkgver=3.03-3
+_pkgver=3.03-4
pkgver=${_pkgver//-/.r}
-pkgrel=2
+pkgrel=1
pkgdesc='Command-Line Interface for the KDE Wallet'
_arch=x86_64
arch=($_arch)
license=('custom:MirOS' 'LGPL3')
url='https://www.mirbsd.org/kwalletcli.htm'
-depends=('kwallet' 'mksh')
+depends=('kwallet5' 'mksh')
provides=($_pkgname)
conflicts=($_pkgname)
-source=("https://git.stefanwimmer128.io/api/v4/projects/166/packages/generic/$_pkgname/$_pkgver/$_pkgname-$_pkgver-$_arch.pkg.tar.zst")
-sha256sums=('31959535e2a9571aae554c3b702ef30c6408f4a9a1b34c3485c2685d5fe2b080')
+source=("https://git.stefanwimmer128.xyz/api/v4/projects/166/packages/generic/$_pkgname/$_pkgver/$_pkgname-$_pkgver-$_arch.pkg.tar.zst")
+sha256sums=('56429c2e0e28c4041c0bef8624295cd7e269fb0588a354facfc7737d98effff4')
build() {
rm "$_pkgname-$_pkgver-$_arch.pkg.tar.zst"