summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarlWithK2021-03-28 01:58:07 -0400
committerKarlWithK2021-03-28 01:58:07 -0400
commit8db7cce0581813a511bf56e47ae74bda0d86a695 (patch)
tree11eb7053fdd65daaa4610e3e392cf62083870d1d
parent335e5839bbce073261dcd515e1f4fc8e22c575d0 (diff)
downloadaur-8db7cce0581813a511bf56e47ae74bda0d86a695.tar.gz
Removed one of optdepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1536136ba19..a33468359759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/d0c-s4vage/lookatme.contrib.qrcode"
license=('MIT')
depends=('python-lookatme' 'python-pyqrcode')
makedepends=('python-setuptools')
-optdepends=('python-lookatme-ueberzug: renders images with the image_ueberzug extension' 'python-lookatme-render: render code blocks of supported languages into images' 'python-lookatme-qrcode: embeds qrcodes in the presentation')
+optdepends=('python-lookatme-ueberzug: renders images with the image_ueberzug extension' 'python-lookatme-render: render code blocks of supported languages into images')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/d0c-s4vage/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
md5sums=('1058bb388097b2f55b7af2408b5f2f29')