git » offpunk-git.git » commit f79d100

Add python-lxml-html-clean as [optional] dependency

author Klaus Alexander Seistrup
2024-06-05 11:06:25 UTC
committer Klaus Alexander Seistrup
2024-06-05 11:06:25 UTC
parent ba41f9d2d5e4701b9461e21781fc94557d1e5b61

Add python-lxml-html-clean as [optional] dependency

.SRCINFO +3 -2
PKGBUILD +3 -2

diff --git a/.SRCINFO b/.SRCINFO
index 4f2d703..3568740 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 (built from latest commit)
-	pkgver = 2.2.r11.g0252349
-	pkgrel = 1
+	pkgver = 2.2.r14.g469311b
+	pkgrel = 2
 	epoch = 5
 	url = https://git.sr.ht/~lioploum/offpunk
 	arch = any
@@ -20,6 +20,7 @@ pkgbase = offpunk-git
 	optdepends = python-chardet: detect text encoding
 	optdepends = python-cryptography: better support of TOFU client certificates
 	optdepends = python-feedparser: required to parse RSS and Atom feeds
+	optdepends = python-lxml-html-clean: HTML cleaner from lxml project
 	optdepends = python-pillow: image manipulation
 	optdepends = python-readability-lxml: conversion of HTML
 	optdepends = python-requests: for HTTP support
diff --git a/PKGBUILD b/PKGBUILD
index 3bc6aae..7494994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 epoch=5
-pkgver=2.2.r11.g0252349
-pkgrel=1
+pkgver=2.2.r14.g469311b
+pkgrel=2
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities (built from latest commit)'
 arch=('any')
 url='https://git.sr.ht/~lioploum/offpunk'
@@ -31,6 +31,7 @@ optdepends=(
   'python-chardet: detect text encoding'
   'python-cryptography: better support of TOFU client certificates'
   'python-feedparser: required to parse RSS and Atom feeds'
+  'python-lxml-html-clean: HTML cleaner from lxml project'
   'python-pillow: image manipulation'
   'python-readability-lxml: conversion of HTML'
   'python-requests: for HTTP support'