git » offpunk-git.git » commit 764ad31

Add timg as optional dependency

author Klaus Alexander Seistrup
2022-03-19 10:11:48 UTC
committer Klaus Alexander Seistrup
2022-03-19 10:11:48 UTC
parent 5d0133da936adee9291013409aa8de31576955f8

Add timg as optional dependency

.SRCINFO +2 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index ad30c84..94541bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
 	pkgver = 1.1.r0.g1e16c41
-	pkgrel = 1
+	pkgrel = 2
 	url = https://tildegit.org/ploum/AV-98-offline
 	arch = any
 	license = BSD
@@ -20,6 +20,7 @@ pkgbase = offpunk-git
 	optdepends = python-readability-lxml: conversion of HTML
 	optdepends = python-requests: for HTTP support
 	optdepends = python-setproctitle: allows offpunk to change its process title
+	optdepends = timg: view images and videos in the terminal
 	optdepends = xsel: copies text to and from the clipboard
 	optdepends = xdg-utils: xdg-open opens a URL in the preferred application
 	conflicts = av-98-offline
diff --git a/PKGBUILD b/PKGBUILD
index 36ac293..9b1aae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 pkgver=1.1.r0.g1e16c41
-pkgrel=1
+pkgrel=2
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')
 url='https://tildegit.org/ploum/AV-98-offline'
@@ -29,6 +29,7 @@ optdepends=(
   'python-readability-lxml: conversion of HTML'
   'python-requests: for HTTP support'
   'python-setproctitle: allows offpunk to change its process title'
+  'timg: view images and videos in the terminal'
   'xsel: copies text to and from the clipboard'
   'xdg-utils: xdg-open opens a URL in the preferred application'
 )