summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjD91mZM22018-01-09 11:08:18 +0100
committerjD91mZM22018-01-09 11:08:27 +0100
commit29ab0e3e94f951c72f1ccea1d9a7ac0f3af1c41b (patch)
tree6621550d35304d297c2983e7e6620adf1a601c86
parentc7679ce9cd281a7256db88ef144819e35f1688a7 (diff)
downloadaur-29ab0e3e94f951c72f1ccea1d9a7ac0f3af1c41b.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64326cf76463..f938109ce61e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = termplay
pkgdesc = Play an image/video in your terminal!
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 4
url = https://github.com/jD91mZM2/termplay
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = termplay
optdepends = ffmpeg: Video support
optdepends = maim: Screen-mirroring support
optdepends = youtube-dl: YouTube support
- source = https://github.com/jD91mZM2/termplay/archive/v1.2.0.tar.gz
- sha256sums = d30e4c3b3e20ac467fdd5ba9f725f1a71e388ff8b8fe81d74447fddb95e49609
+ source = https://github.com/jD91mZM2/termplay/archive/1.3.0.tar.gz
+ sha256sums = 417e533f37354135491ea45d85f65ed1d5b08adc7c718390a0528792aa8455d6
pkgname = termplay
diff --git a/PKGBUILD b/PKGBUILD
index ea44dd354c2f..3b92478b78b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname=termplay
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=4
pkgdesc="Play an image/video in your terminal!"
arch=("x86_64")
@@ -13,8 +13,8 @@ optdepends=(
"youtube-dl: YouTube support"
)
depends=("libsixel")
-source=("https://github.com/jD91mZM2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("d30e4c3b3e20ac467fdd5ba9f725f1a71e388ff8b8fe81d74447fddb95e49609")
+source=("https://github.com/jD91mZM2/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('417e533f37354135491ea45d85f65ed1d5b08adc7c718390a0528792aa8455d6')
build() {
cd "$srcdir/$pkgname-$pkgver"