summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b71318c376..2f4f648dd9a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xkcd-git
pkgdesc = CLI tool to fetch XKCD comics
pkgver = r56.9c26c67
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/itsron717/XKCD
arch = any
@@ -14,6 +14,9 @@ pkgbase = xkcd-git
depends = python-click
depends = python-pillow
depends = python-requests
+ optdepends = python-sh: to display the XKCD banner
+ optdepends = lolcat: to display the XKCD banner
+ optdepends = figlet: to display the XKCD banner
provides = xkcd
conflicts = xkcd
source = xkcd-git::git+https://github.com/itsron717/XKCD
diff --git a/PKGBUILD b/PKGBUILD
index 9cc8744c2a9d..e35ff2082c93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,17 @@
pkgname=xkcd-git
pkgver=r56.9c26c67
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='CLI tool to fetch XKCD comics'
url='https://github.com/itsron717/XKCD'
depends=('python-click' 'python-pillow' 'python-requests')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+optdepends=(
+ 'python-sh: to display the XKCD banner'
+ 'lolcat: to display the XKCD banner'
+ 'figlet: to display the XKCD banner'
+)
license=('MIT')
arch=('any')
provides=("xkcd")