summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2023-07-12 20:03:19 +0200
committerkleintux2023-07-12 20:03:19 +0200
commit7c607bf560079b297f39af7029ab18ff3ebcc1d7 (patch)
tree3c1319cc4c75ab3331bb3a296bcd64c717af8713 /PKGBUILD
parent8150cd2656d40be411e88ce8bdbe57af19d3bc8c (diff)
downloadaur-sline-git.tar.gz
scdoc as makedependency added for version 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bb0312a2c93..bfe936547526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=sline
pkgname="${_pkgname}-git"
-pkgver=r149.1fa5766
+pkgver=r157.afa1ce8
pkgrel=1
pkgdesc='Simple line-editing and command history library.'
arch=('any')
url="https://git.sr.ht/~ariadnavigo/${_pkgname}"
license=('MIT')
depends=('glibc')
-makedepends=('git')
+makedepends=('git' 'scdoc')
source=("git+${url}")
sha256sums=('SKIP')
conflicts=(${_pkgname})