summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Killy2018-01-30 14:33:54 +0100
committerPierre Killy2018-01-30 14:33:54 +0100
commit6034d77061d39f1b0831fb10c3a1cba7ddd7d59d (patch)
tree53657b29751f9d4d19fee265cf79bc08db02d3a5
parent22b181548cee2101e531a2f4dfd6456624863db6 (diff)
downloadaur-6034d77061d39f1b0831fb10c3a1cba7ddd7d59d.tar.gz
feat(update termshot to version 1.1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 350dab0b4394..394b66d00ed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = termshot
pkgdesc = Turns a cli command's output into a screenshot including colors and interactive text
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/pierrekilly/shell-utils
arch = any
@@ -10,9 +10,9 @@ pkgbase = termshot
depends = imagemagick
depends = ptyget
depends = aha
- source = https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.0/termshot/termshot
- source = https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.0/LICENSE
- sha512sums = 932850afee383da0b5dfcf247ec97d2d00f5b80e2f6ef4dca4a4cf5b89590b3d577e63826833f4b83129343ca9f532c27e887a753788abbb547613a57e3546b9
+ source = https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.1/termshot/termshot
+ source = https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.1/LICENSE
+ sha512sums = 73d457722c78682dea5950f735f2c8365ebd7e29494f886781375709ade6c591311f63ea4a04dd360d81f5d087ccbe390103fe3a525eefdd96fdb6127af823f7
sha512sums = d5b15c6b6ecc1e496b487ce982ff767c2c1ca0dba73e2f64e5bfff4873332ac99efbe34f0bebac676de8a300fdef7b2029e6ea6e66671b9d31ad28a3c37baaf0
pkgname = termshot
diff --git a/PKGBUILD b/PKGBUILD
index 36b68d6729a4..e018ab1e36b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre Killy <myFirstName dot myLastNAme at gmail dot com>
pkgname=termshot
-pkgver="1.0"
+pkgver="1.1"
pkgrel=1
pkgdesc="Turns a cli command's output into a screenshot including colors and interactive text"
arch=('any')
@@ -10,11 +10,11 @@ license=('MIT')
groups=('pk-shell-utils')
depends=('phantomjs' 'imagemagick' 'ptyget' 'aha')
source=(
- "https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.0/termshot/termshot"
- "https://raw.githubusercontent.com/pierrekilly/shell-utils/v1.0/LICENSE"
+ "https://raw.githubusercontent.com/pierrekilly/shell-utils/v${pkgver}/termshot/termshot"
+ "https://raw.githubusercontent.com/pierrekilly/shell-utils/v${pkgver}/LICENSE"
)
sha512sums=(
- '932850afee383da0b5dfcf247ec97d2d00f5b80e2f6ef4dca4a4cf5b89590b3d577e63826833f4b83129343ca9f532c27e887a753788abbb547613a57e3546b9'
+ '73d457722c78682dea5950f735f2c8365ebd7e29494f886781375709ade6c591311f63ea4a04dd360d81f5d087ccbe390103fe3a525eefdd96fdb6127af823f7'
'd5b15c6b6ecc1e496b487ce982ff767c2c1ca0dba73e2f64e5bfff4873332ac99efbe34f0bebac676de8a300fdef7b2029e6ea6e66671b9d31ad28a3c37baaf0'
)