Skip to content

Commit

Permalink
🔖 cachyos-kde-settings: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Feb 13, 2025
1 parent 109d539 commit 8a6fa36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cachyos-kde-settings/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cachyos-kde-settings
pkgdesc = CachyOS KDE settings
pkgver = 4.5
pkgver = 4.6
pkgrel = 1
url = https://github.com/cachyos/cachyos-kde-settings
install = cachyos-kde-settings.install
Expand All @@ -14,7 +14,7 @@ pkgbase = cachyos-kde-settings
depends = cachyos-alacritty-config
provides = cachyos-desktop-settings
conflicts = cachyos-desktop-settings
source = cachyos-kde-settings-4.5.tar.gz::https://github.com/cachyos/cachyos-kde-settings/archive/4.5.tar.gz
sha512sums = a691d2ec0f25f1104738528d8bfffc9fa06abd293b496940d37eee166d23aadbeecae11803138264430f2287b886ba6d46dc2cbb3f1c71f86f4c545402694245
source = cachyos-kde-settings-4.6.tar.gz::https://github.com/cachyos/cachyos-kde-settings/archive/4.6.tar.gz
sha512sums = a79a441bf4386e9d017cf741fb215425f01b8c67a882543285bc56ff6fbb3e5f3a12679887de6bd4d41247486d8c5f4ab67212dd1d1bb01b7a0336b65d71a9d9

pkgname = cachyos-kde-settings
8 changes: 4 additions & 4 deletions cachyos-kde-settings/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@

pkgname=cachyos-kde-settings
pkgdesc='CachyOS KDE settings'
pkgver=4.5
pkgver=4.6
pkgrel=1
arch=('any')
url="https://github.com/cachyos/$pkgname"
license=(GPL-1.0-only)
makedepends=('coreutils')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('a691d2ec0f25f1104738528d8bfffc9fa06abd293b496940d37eee166d23aadbeecae11803138264430f2287b886ba6d46dc2cbb3f1c71f86f4c545402694245')
depends=('ttf-fantasque-nerd'
'noto-fonts'
'ttf-fira-sans'
'capitaine-cursors'
'cachyos-alacritty-config'
)
makedepends=('coreutils')
install=$pkgname.install
provides=('cachyos-desktop-settings')
conflicts=('cachyos-desktop-settings')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('a79a441bf4386e9d017cf741fb215425f01b8c67a882543285bc56ff6fbb3e5f3a12679887de6bd4d41247486d8c5f4ab67212dd1d1bb01b7a0336b65d71a9d9')

package() {
install -d $pkgdir/etc
Expand Down

0 comments on commit 8a6fa36

Please sign in to comment.