mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.10.3
This commit is contained in:
parent
8452aecd49
commit
1f369614d8
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.2
|
||||
pkgver = 1.10.3
|
||||
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.2.pkg.tar.zst::https://github.com/fuddlesworth/PlasmaZones/releases/download/v1.10.2/plasmazones-1.10.2-1-x86_64.pkg.tar.zst
|
||||
sha256sums = 00dcc68fab8d482685563cb4beaea1717665bad5fc697ff7d082933a72194cf7
|
||||
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
|
||||
|
||||
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.2
|
||||
pkgver=1.10.3
|
||||
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=('00dcc68fab8d482685563cb4beaea1717665bad5fc697ff7d082933a72194cf7')
|
||||
sha256sums=('e90c7e1d77bb893035cfa9b0243ec8cd6b6d94339d5994c8b024ed0ceb63923e')
|
||||
install=plasmazones.install
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue