mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to 0.2.10
This commit is contained in:
parent
8ad08a2342
commit
198ec749f7
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.9
|
||||
pkgver = 0.2.10
|
||||
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.9.pkg.tar.zst
|
||||
noextract = terx-bin-0.2.10.pkg.tar.zst
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = terx-bin-0.2.9.pkg.tar.zst::https://github.com/OutrageLabs/terX/releases/download/v0.2.9/terx-bin-0.2.9-1-x86_64.pkg.tar.zst
|
||||
sha256sums = 89b56e42fd4591b8169a5b5f7f34799d527aad79390d8f8b3a26b630a643be01
|
||||
source = terx-bin-0.2.10.pkg.tar.zst::https://github.com/OutrageLabs/terX/releases/download/v0.2.10/terx-bin-0.2.10-1-x86_64.pkg.tar.zst
|
||||
sha256sums = c4947b0865d1dac2eb26f901e47320a8ce45f7fd63e0c6285eb9b844707c0c2e
|
||||
|
||||
pkgname = terx-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: kofany <j@dabrowski.biz>
|
||||
pkgname=terx-bin
|
||||
pkgver=0.2.9
|
||||
pkgver=0.2.10
|
||||
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=('89b56e42fd4591b8169a5b5f7f34799d527aad79390d8f8b3a26b630a643be01')
|
||||
sha256sums=('c4947b0865d1dac2eb26f901e47320a8ce45f7fd63e0c6285eb9b844707c0c2e')
|
||||
noextract=("terx-bin-${pkgver}.pkg.tar.zst")
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue