summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka2022-03-22 20:53:25 +0100
committerJakub Jirutka2022-03-22 20:53:25 +0100
commit638e69776506ff75a300482b31a3937eff5dec31 (patch)
tree55fbf92c78bc80b64f8edc6adc64dadb2a0292e3
parentc8e66a3ee6aa0dda926b2164e6f41b7ac7f92fec (diff)
downloadaur-638e69776506ff75a300482b31a3937eff5dec31.tar.gz
Upgrade to 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a3c995af00..ea7526fcb29e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tty-copy
pkgdesc = Copy content to system clipboard via TTY and terminal using ANSI OSC52 sequence
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/jirutka/tty-copy
arch = any
license = MIT
makedepends = asciidoctor
- source = tty-copy-0.2.1.tar.gz::https://github.com/jirutka/tty-copy/archive/v0.2.1.tar.gz
- sha256sums = 88db18987ff8e8a045de5a759d541982a14f83dd2f8dc933f3d33536cf374fa2
+ source = tty-copy-0.2.2.tar.gz::https://github.com/jirutka/tty-copy/archive/v0.2.2.tar.gz
+ sha256sums = 5dad7c9eeb1f13747f989e38c4165edd367e7c6c348545b28ac8c1fb50cf4716
pkgname = tty-copy
diff --git a/PKGBUILD b/PKGBUILD
index bcb04719b120..5da4e6fcfa71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=tty-copy
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Copy content to system clipboard via TTY and terminal using ANSI OSC52 sequence"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/jirutka/tty-copy"
license=(MIT)
makedepends=(asciidoctor)
source=("$pkgname-$pkgver.tar.gz::https://github.com/jirutka/tty-copy/archive/v$pkgver.tar.gz")
-sha256sums=('88db18987ff8e8a045de5a759d541982a14f83dd2f8dc933f3d33536cf374fa2')
+sha256sums=('5dad7c9eeb1f13747f989e38c4165edd367e7c6c348545b28ac8c1fb50cf4716')
build() {
cd $pkgname-$pkgver