mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v0.2.1
This commit is contained in:
parent
0ce75a5795
commit
d80bc84e68
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = portty
|
||||
pkgdesc = XDG Desktop Portal backend for TTY environments
|
||||
pkgver = 0.2.0
|
||||
pkgrel = 2
|
||||
pkgver = 0.2.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/werdxz/portty
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = portty
|
|||
depends = xdg-desktop-portal
|
||||
provides = portty
|
||||
conflicts = portty-git
|
||||
source = portty-0.2.0.tar.gz::https://github.com/WERDXZ/portty/archive/refs/tags/v0.2.0.tar.gz
|
||||
sha256sums = a2556b52268db2f14ac8616b08b1d70b570d62cb43cb5c468d68504be4c71abb
|
||||
source = portty-0.2.1.tar.gz::https://github.com/WERDXZ/portty/archive/refs/tags/v0.2.1.tar.gz
|
||||
sha256sums = 351e0c12a57e182b1cbf0669085288502ef541334d6c2992645ed0b103fc711c
|
||||
|
||||
pkgname = portty
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: werdxz
|
||||
|
||||
pkgname=portty
|
||||
pkgver=0.2.0
|
||||
pkgrel=2
|
||||
pkgver=0.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="XDG Desktop Portal backend for TTY environments"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/werdxz/portty"
|
||||
|
|
@ -12,7 +12,7 @@ makedepends=('rustup')
|
|||
provides=('portty')
|
||||
conflicts=('portty-git')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WERDXZ/portty/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('a2556b52268db2f14ac8616b08b1d70b570d62cb43cb5c468d68504be4c71abb')
|
||||
sha256sums=('351e0c12a57e182b1cbf0669085288502ef541334d6c2992645ed0b103fc711c')
|
||||
|
||||
prepare() {
|
||||
rustup toolchain install --profile minimal --no-self-update nightly
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue