Update AUR package to 26.02

This commit is contained in:
Adrian 2026-02-21 16:09:48 -05:00
parent 31f0ec7641
commit eac6db702f
No known key found for this signature in database
GPG key ID: 70938C780679EE98
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = custom-toolbox
pkgdesc = A customizable toolbox application built with Qt
pkgver = 26.01
pkgver = 26.02
pkgrel = 1
url = https://github.com/MX-Linux/custom-toolbox
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = custom-toolbox
depends = qt6-base
provides = custom-toolbox
conflicts = custom-toolbox
source = https://github.com/MX-Linux/custom-toolbox/archive/refs/tags/26.01.tar.gz
sha256sums = 742bd70fa8c51001e0dc16ebbcd5b92d261f7cc523fbbf5ad5551313e7f374cf
source = https://github.com/MX-Linux/custom-toolbox/archive/refs/tags/26.02.tar.gz
sha256sums = ccfc157ddf48797fa4dc471a28f6edab807afb0ad09b6588be6e687e18662644
pkgname = custom-toolbox

View file

@ -1,6 +1,6 @@
# Maintainer: Adrian <adrian@mxlinux.org>
pkgname=custom-toolbox
pkgver=26.01
pkgver=26.02
pkgrel=1
pkgdesc="A customizable toolbox application built with Qt"
arch=('x86_64')
@ -10,8 +10,8 @@ depends=('qt6-base')
provides=('custom-toolbox')
conflicts=('custom-toolbox')
makedepends=('cmake' 'ninja' 'qt6-tools')
source=("https://github.com/MX-Linux/custom-toolbox/archive/refs/tags/26.01.tar.gz")
sha256sums=('742bd70fa8c51001e0dc16ebbcd5b92d261f7cc523fbbf5ad5551313e7f374cf')
source=("https://github.com/MX-Linux/custom-toolbox/archive/refs/tags/26.02.tar.gz")
sha256sums=('ccfc157ddf48797fa4dc471a28f6edab807afb0ad09b6588be6e687e18662644')
build() {
cd "$srcdir/$pkgname-$pkgver"