git » offpunk-git.git » commit 17c63cc

New dependency: file

author Klaus Alexander Seistrup
2022-04-03 15:47:11 UTC
committer Klaus Alexander Seistrup
2022-04-03 15:47:11 UTC
parent e93b49b96ed9d3e0524840526bebd6df1163649f

New dependency: file

Remove optional dependencies:
* python-editor
* python-magic

.SRCINFO +2 -3
PKGBUILD +2 -3

diff --git a/.SRCINFO b/.SRCINFO
index 14e8a2d..ccdbba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
 	pkgver = 1.2.r31.g9707a1f
-	pkgrel = 1
+	pkgrel = 2
 	url = https://tildegit.org/ploum/offpunk
 	arch = any
 	license = BSD
 	makedepends = coreutils
+	makedepends = file
 	makedepends = git
 	makedepends = python-setuptools
 	depends = python
@@ -13,9 +14,7 @@ pkgbase = offpunk-git
 	optdepends = chafa: chafa and ansiwrap are required to render images in terminal
 	optdepends = python-beautifulsoup4: conversion of HTML
 	optdepends = python-cryptography: better support of TOFU client certificates
-	optdepends = python-editor: create lists using your editor of choice
 	optdepends = python-feedparser: required to parse RSS and Atom feeds
-	optdepends = python-magic: useful to determine the MIME type of cached objects
 	optdepends = python-readability-lxml: conversion of HTML
 	optdepends = python-requests: for HTTP support
 	optdepends = python-setproctitle: allows offpunk to change its process title
diff --git a/PKGBUILD b/PKGBUILD
index 3186b60..e39be88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 pkgver=1.2.r31.g9707a1f
-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/offpunk'
@@ -15,6 +15,7 @@ depends=(
 )
 makedepends=(
   'coreutils'
+  'file'
   'git'
   'python-setuptools'
 )
@@ -22,9 +23,7 @@ optdepends=(
   'chafa: chafa and ansiwrap are required to render images in terminal'
   'python-beautifulsoup4: conversion of HTML'
   'python-cryptography: better support of TOFU client certificates'
-  'python-editor: create lists using your editor of choice'
   'python-feedparser: required to parse RSS and Atom feeds'
-  'python-magic: useful to determine the MIME type of cached objects'
   'python-readability-lxml: conversion of HTML'
   'python-requests: for HTTP support'
   'python-setproctitle: allows offpunk to change its process title'