mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.10.4
This commit is contained in:
parent
1f369614d8
commit
b4b90222fb
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.10.3
|
||||
pkgver = 1.10.4
|
||||
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.10.3.pkg.tar.zst::https://github.com/fuddlesworth/PlasmaZones/releases/download/v1.10.3/plasmazones-1.10.3-1-x86_64.pkg.tar.zst
|
||||
sha256sums = e90c7e1d77bb893035cfa9b0243ec8cd6b6d94339d5994c8b024ed0ceb63923e
|
||||
source = plasmazones-bin-1.10.4.pkg.tar.zst::https://github.com/fuddlesworth/PlasmaZones/releases/download/v1.10.4/plasmazones-1.10.4-1-x86_64.pkg.tar.zst
|
||||
sha256sums = a4abeedab22c00d3bc86d74ef8be990338d0f21396de491389522ab1d6c96591
|
||||
|
||||
pkgname = plasmazones-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
pkgname=plasmazones-bin
|
||||
pkgver=1.10.3
|
||||
pkgver=1.10.4
|
||||
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=('e90c7e1d77bb893035cfa9b0243ec8cd6b6d94339d5994c8b024ed0ceb63923e')
|
||||
sha256sums=('a4abeedab22c00d3bc86d74ef8be990338d0f21396de491389522ab1d6c96591')
|
||||
install=plasmazones.install
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue