summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3883ceef1d6d..289e3096a514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = gorgeous-bin
arch = x86_64
arch = i686
license = custom:WTFPL
+ optdepends = htmltui: utility to view content
conflicts = gorgeous
source_x86_64 = gorgeous-bin_1.4.0_linux_x86_64.zip::https://git.dtluna.net/attachments/ff15f6ad-537b-466f-9ccd-487cff0c71d2
sha256sums_x86_64 = bf346274f5facdfe848fdf43edeebeddde2b92b2460ecd01b022c8f25d0b1ac8
diff --git a/PKGBUILD b/PKGBUILD
index 17795a3d5d0d..f0d4fd0aa812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname_base='gorgeous'
pkgname="${_pkgname_base}-bin"
pkgver='1.4.0'
-pkgrel=2
+pkgrel=3
pkgdesc='CLI RSS feed reader'
url='https://git.dtluna.net/dtluna/gorgeous'
arch=('x86_64' 'i686')
@@ -11,7 +11,9 @@ license=('custom:WTFPL')
depends=()
makedepends=()
-optdepends=()
+optdepends=(
+ 'htmltui: utility to view content'
+)
conflicts=("${_pkgname_base}")