summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abf8e1a9d78e..cadd622da1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jens L. NedregÄrd <jens@nedregard.net>
pkgname=lsix
-pkgver=1.6.2
+pkgver=1.7.0
pkgrel=1
pkgdesc='Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.'
arch=("any")
url="https://github.com/hackerb9/lsix"
license=('GPL3')
-depends=(imagemagick)
+depends=(bash imagemagick)
source=("https://raw.githubusercontent.com/hackerb9/$pkgname/$pkgver/$pkgname")
-md5sums=('0978dcee2a2e2ff51eddb66ee69e42dc')
+md5sums=('91b0f331acaa855cfbcc0675f507c372')
package() {
install --mode=755 "$pkgname" -D "$pkgdir/usr/bin/$pkgname"