summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjD91mZM22018-01-09 11:08:18 +0100
committerjD91mZM22018-01-09 11:08:27 +0100
commit29ab0e3e94f951c72f1ccea1d9a7ac0f3af1c41b (patch)
tree6621550d35304d297c2983e7e6620adf1a601c86 /PKGBUILD
parentc7679ce9cd281a7256db88ef144819e35f1688a7 (diff)
downloadaur-29ab0e3e94f951c72f1ccea1d9a7ac0f3af1c41b.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"