summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjD91mZM22017-11-27 09:53:15 +0100
committerjD91mZM22017-11-27 09:53:15 +0100
commita0658bfdf7ca78fffeccb2ec8ee3c6556fe61f51 (patch)
tree40a1e683300f345626b5035600c54e62a2ca45b7 /PKGBUILD
parente590ae93ff2486fff28a912f51f42844bf7aefa7 (diff)
downloadaur-a0658bfdf7ca78fffeccb2ec8ee3c6556fe61f51.tar.gz
Remove commas (apparently they're evil)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68e475011028..99756a5e382a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: jD91mZM2 <me@krake.one>
pkgname=termplay
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Play an image/video in your terminal!"
arch=("x86_64")
url="https://github.com/jD91mZM2/termplay"
-license=("MIT", "custom")
-makedepends=("cargo", "openal", "libsndfile")
+license=("MIT" "custom")
+makedepends=("cargo" "openal" "libsndfile")
optdepends=("maim: Screen-mirroring support")
depends=("libsixel")
source=("https://github.com/jD91mZM2/$pkgname/archive/v$pkgver.tar.gz")