summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b5724d35606..5c088fb34e8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = termshot
pkgdesc = Turns a cli command's output into a screenshot including colors and interactive text
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 1
url = https://github.com/pierrekilly/shell-utils
arch = any
groups = pk-shell-utils
@@ -10,9 +10,9 @@ pkgbase = termshot
depends = imagemagick
depends = ptyget
depends = aha
- source = termshot-1.1::https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.1/termshot/termshot
- source = LICENSE-1.1::https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.1/LICENSE
- sha512sums = 73d457722c78682dea5950f735f2c8365ebd7e29494f886781375709ade6c591311f63ea4a04dd360d81f5d087ccbe390103fe3a525eefdd96fdb6127af823f7
+ source = termshot-1.2::https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.2/termshot/termshot
+ source = LICENSE-1.2::https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.2/LICENSE
+ sha512sums = c9a9bffae8154af8ccd1a31cd020b0280d64fceafe2b290efc7d209baabfd296f6f7369aaccf8b25c7e9c5ba82ad7f73cd2d3abc0e17c2ca5392770583a9e985
sha512sums = d5b15c6b6ecc1e496b487ce982ff767c2c1ca0dba73e2f64e5bfff4873332ac99efbe34f0bebac676de8a300fdef7b2029e6ea6e66671b9d31ad28a3c37baaf0
pkgname = termshot
diff --git a/PKGBUILD b/PKGBUILD
index 4acb9134b9e3..0492fa2d67ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Pierre Killy <myFirstName dot myLastNAme at gmail dot com>
pkgname=termshot
-pkgver="1.1"
-pkgrel=2
+pkgver="1.2"
+pkgrel=1
pkgdesc="Turns a cli command's output into a screenshot including colors and interactive text"
arch=('any')
url="https://github.com/pierrekilly/shell-utils"
@@ -14,7 +14,7 @@ source=(
"LICENSE-${pkgver}"::"https://raw.githubusercontent.com/pierrekilly/shell-utils/v${pkgver}/LICENSE"
)
sha512sums=(
- '73d457722c78682dea5950f735f2c8365ebd7e29494f886781375709ade6c591311f63ea4a04dd360d81f5d087ccbe390103fe3a525eefdd96fdb6127af823f7'
+ 'c9a9bffae8154af8ccd1a31cd020b0280d64fceafe2b290efc7d209baabfd296f6f7369aaccf8b25c7e9c5ba82ad7f73cd2d3abc0e17c2ca5392770583a9e985'
'd5b15c6b6ecc1e496b487ce982ff767c2c1ca0dba73e2f64e5bfff4873332ac99efbe34f0bebac676de8a300fdef7b2029e6ea6e66671b9d31ad28a3c37baaf0'
)