mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to 0.2.13
This commit is contained in:
parent
5ec93c8e1a
commit
a7bb160da8
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = terx-bin
|
||||
pkgdesc = Cross-platform SSH client with GPU-accelerated terminal rendering
|
||||
pkgver = 0.2.12
|
||||
pkgver = 0.2.13
|
||||
pkgrel = 1
|
||||
url = https://github.com/OutrageLabs/terX
|
||||
arch = x86_64
|
||||
|
|
@ -18,10 +18,10 @@ pkgbase = terx-bin
|
|||
optdepends = gst-plugins-good: video/audio support
|
||||
provides = terx
|
||||
conflicts = terx
|
||||
noextract = terx-bin-0.2.12.pkg.tar.zst
|
||||
noextract = terx-bin-0.2.13.pkg.tar.zst
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = terx-bin-0.2.12.pkg.tar.zst::https://github.com/OutrageLabs/terX/releases/download/v0.2.12/terx-bin-0.2.12-1-x86_64.pkg.tar.zst
|
||||
sha256sums = d45bd9e2037954d73b2bf92d7ffa45921248bcddbadb99abea06006dbc9d9542
|
||||
source = terx-bin-0.2.13.pkg.tar.zst::https://github.com/OutrageLabs/terX/releases/download/v0.2.13/terx-bin-0.2.13-1-x86_64.pkg.tar.zst
|
||||
sha256sums = 8efa76743fda98c77ea3293ec8d473d59f33ad0591c40cc5a520442aa9b71b03
|
||||
|
||||
pkgname = terx-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: kofany <j@dabrowski.biz>
|
||||
pkgname=terx-bin
|
||||
pkgver=0.2.12
|
||||
pkgver=0.2.13
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform SSH client with GPU-accelerated terminal rendering"
|
||||
arch=('x86_64')
|
||||
|
|
@ -25,7 +25,7 @@ provides=('terx')
|
|||
conflicts=('terx')
|
||||
options=('!strip' '!debug')
|
||||
source=("terx-bin-${pkgver}.pkg.tar.zst::https://github.com/OutrageLabs/terX/releases/download/v${pkgver}/terx-bin-${pkgver}-1-x86_64.pkg.tar.zst")
|
||||
sha256sums=('d45bd9e2037954d73b2bf92d7ffa45921248bcddbadb99abea06006dbc9d9542')
|
||||
sha256sums=('8efa76743fda98c77ea3293ec8d473d59f33ad0591c40cc5a520442aa9b71b03')
|
||||
noextract=("terx-bin-${pkgver}.pkg.tar.zst")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue