summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2023-10-03 17:06:53 -0500
committernate2023-10-03 17:06:53 -0500
commit78a80279c99b62e7facf07b66e14dedddb76b4f3 (patch)
treef6986cc57a609b34aebbe42ebf43adbdff63a89e /PKGBUILD
parent52423baaec9038d4fad4599b176830ce178ec586 (diff)
downloadaur-xed-git.tar.gz
add yelp optional dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d162e723290..45d3a1fcec27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,16 +10,16 @@ license=('GPL')
depends=('gtksourceview4' 'enchant' 'desktop-file-utils' 'libsm'
'libpeas' 'xapps' 'gspell')
makedepends=('git' 'gobject-introspection' 'meson' 'intltool' 'itstool')
+optdepends=(
+ 'yelp: View help and documentation from the app'
+)
provides=($pkgname $_pkgbasename)
conflicts=(${_pkgbasename})
url="https://github.com/linuxmint/${_pkgbasename}"
-source=("${pkgname}::git+https://github.com/linuxmint/${_pkgbasename}.git")
+source=("${pkgname}::git+${url}.git")
md5sums=('SKIP')
-prepare() {
- cd ${srcdir}/${pkgname}
-}
pkgver() {
cd ${srcdir}/${pkgname}