mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump pkgrel to 2 for second v1.0.9 release
This commit is contained in:
parent
650df3a93f
commit
4efec24e65
2 changed files with 11 additions and 11 deletions
20
.SRCINFO
20
.SRCINFO
|
|
@ -1,23 +1,23 @@
|
|||
pkgbase = pvetui-bin
|
||||
pkgdesc = A terminal user interface (TUI) for Proxmox VE
|
||||
pkgver = 1.0.9
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/devnullvoid/pvetui
|
||||
arch = aarch64
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = glibc
|
||||
optdepends = kitty: Better terminal support
|
||||
optdepends = alacritty: Better terminal support
|
||||
depends = glibc
|
||||
provides = pvetui
|
||||
conflicts = pvetui
|
||||
conflicts = pvetui-git
|
||||
provides = pvetui
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/devnullvoid/pvetui/releases/download/v1.0.9/pvetui_1.0.9_linux_arm64.tar.gz
|
||||
source_aarch64 = pvetui-bin_1.0.9_aarch64.tar.gz::https://github.com/devnullvoid/pvetui/releases/download/v1.0.9/pvetui_1.0.9_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = fdfe1e20629ea9e1d01c604910bc238f431b11fe69bdf273525898f7709f4cd3
|
||||
arch = i686
|
||||
source_i686 = https://github.com/devnullvoid/pvetui/releases/download/v1.0.9/pvetui_1.0.9_linux_386.tar.gz
|
||||
source_i686 = pvetui-bin_1.0.9_i686.tar.gz::https://github.com/devnullvoid/pvetui/releases/download/v1.0.9/pvetui_1.0.9_linux_386.tar.gz
|
||||
sha256sums_i686 = 34ecc6dfc9069848d127aa14e704dea01583d7af3e222ff03c5f11d3d5f411e7
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/devnullvoid/pvetui/releases/download/v1.0.9/pvetui_1.0.9_linux_amd64.tar.gz
|
||||
source_x86_64 = pvetui-bin_1.0.9_x86_64.tar.gz::https://github.com/devnullvoid/pvetui/releases/download/v1.0.9/pvetui_1.0.9_linux_amd64.tar.gz
|
||||
sha256sums_x86_64 = b0c6e58d388e983ad7bd16b6ff51a2d8e24897a6201d0e1cdb3cbf36ba96180d
|
||||
|
||||
|
||||
pkgname = pvetui-bin
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname='pvetui-bin'
|
||||
pkgver=1.0.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A terminal user interface (TUI) for Proxmox VE'
|
||||
url='https://github.com/devnullvoid/pvetui'
|
||||
arch=('aarch64' 'i686' 'x86_64')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue