summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuche12021-12-25 23:35:24 +0200
committerkuche12021-12-25 23:35:24 +0200
commit65faca102992c8b7af7801e1cda93a70509d7ca2 (patch)
treec77e30aa9150c7ac305174f13c6cf9210d1d86bd
parent31399ed53d6fc648f201863bb1ed200dadd99d82 (diff)
downloadaur-65faca102992c8b7af7801e1cda93a70509d7ca2.tar.gz
info
-rw-r--r--.gitattributes2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000000..04c68914c26f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+
+PKGBUILD diff
diff --git a/PKGBUILD b/PKGBUILD
index d47ed2aaea07..a422fa9a35e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@ arch=(x86_64 i686)
url="https://github.com/kuche1/${_pkgname}.git"
license=('GPL')
groups=()
-depends=(python python-beautifulsoup4 viu mplayer yt-dlp)
+depends=(python python-beautifulsoup4 imagemagick viu yt-dlp mplayer)
makedepends=(git)
checkdepends=()
-optdepends=("vlc: an alternative video player")
+optdepends=("wezterm: terminal that supports sixel", "vlc: an alternative video player")
provides=("${_pkgname}")
conflicts=()
replaces=()