mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.15.11
This commit is contained in:
parent
5b45439301
commit
528e990636
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = plasmazones-bin
|
||||
pkgdesc = FancyZones-style window tiling for KDE Plasma (binary)
|
||||
pkgver = 1.15.9
|
||||
pkgver = 1.15.11
|
||||
pkgrel = 1
|
||||
url = https://github.com/fuddlesworth/PlasmaZones
|
||||
install = plasmazones.install
|
||||
|
|
@ -24,7 +24,7 @@ pkgbase = plasmazones-bin
|
|||
provides = plasmazones
|
||||
conflicts = plasmazones
|
||||
conflicts = plasmazones-git
|
||||
source = plasmazones-bin-1.15.9.pkg.tar.zst::https://github.com/fuddlesworth/PlasmaZones/releases/download/v1.15.9/plasmazones-1.15.9-1-x86_64.pkg.tar.zst
|
||||
sha256sums = 0563cefc9d558e8ee20cd33b0822ad8f0964e9e7812802103593ea72e5eb48bf
|
||||
source = plasmazones-bin-1.15.11.pkg.tar.zst::https://github.com/fuddlesworth/PlasmaZones/releases/download/v1.15.11/plasmazones-1.15.11-1-x86_64.pkg.tar.zst
|
||||
sha256sums = 42b55aa1aef40a136e8e118f16f911a0ed5ebd91344bbc869709a5a430844a56
|
||||
|
||||
pkgname = plasmazones-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
pkgname=plasmazones-bin
|
||||
pkgver=1.15.9
|
||||
pkgver=1.15.11
|
||||
pkgrel=1
|
||||
pkgdesc='FancyZones-style window tiling for KDE Plasma (binary)'
|
||||
arch=('x86_64')
|
||||
|
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
provides=('plasmazones')
|
||||
conflicts=('plasmazones' 'plasmazones-git')
|
||||
source=("$pkgname-$pkgver.pkg.tar.zst::$url/releases/download/v$pkgver/plasmazones-$pkgver-1-x86_64.pkg.tar.zst")
|
||||
sha256sums=('0563cefc9d558e8ee20cd33b0822ad8f0964e9e7812802103593ea72e5eb48bf')
|
||||
sha256sums=('42b55aa1aef40a136e8e118f16f911a0ed5ebd91344bbc869709a5a430844a56')
|
||||
install=plasmazones.install
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue