git » offpunk-git.git » commit 90e94b8

Make file a dependency, not a make dependency

author Klaus Alexander Seistrup
2022-04-03 15:50:57 UTC
committer Klaus Alexander Seistrup
2022-04-03 15:50:57 UTC
parent 17c63cc970a0b4365f55c4760a5f82475dd47605

Make file a dependency, not a make dependency

.SRCINFO +2 -2
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index ccdbba8..5651ee4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
 	pkgver = 1.2.r31.g9707a1f
-	pkgrel = 2
+	pkgrel = 3
 	url = https://tildegit.org/ploum/offpunk
 	arch = any
 	license = BSD
 	makedepends = coreutils
-	makedepends = file
 	makedepends = git
 	makedepends = python-setuptools
 	depends = python
+	depends = file
 	depends = less
 	optdepends = chafa: chafa and ansiwrap are required to render images in terminal
 	optdepends = python-beautifulsoup4: conversion of HTML
diff --git a/PKGBUILD b/PKGBUILD
index e39be88..6001ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
 pkgname='offpunk-git'
 _pkgname='offpunk'
 pkgver=1.2.r31.g9707a1f
-pkgrel=2
+pkgrel=3
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')
 url='https://tildegit.org/ploum/offpunk'
 license=('BSD')
 depends=(
   'python'
+  'file'
   'less'
 )
 makedepends=(
   'coreutils'
-  'file'
   'git'
   'python-setuptools'
 )