[arch-commits] Commit in tang/trunk (PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Sun Jul 26 08:47:32 UTC 2020
Date: Sunday, July 26, 2020 @ 08:47:31
Author: diabonas
Revision: 665321
Add systemd to makedepends
systemd has been removed from the base-devel group and is required by the
build system to determine the location of the systemd unit directory.
Modified:
tang/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-26 07:41:01 UTC (rev 665320)
+++ PKGBUILD 2020-07-26 08:47:31 UTC (rev 665321)
@@ -7,7 +7,7 @@
url='https://github.com/latchset/tang'
license=('GPL3')
depends=('http-parser' 'jose')
-makedepends=('asciidoc')
+makedepends=('asciidoc' 'systemd')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
sha512sums=('dd4187fa6962523ac2a745ef05a27cdf7e5264c595942e63d406d67a1c595e87bd7e74091cb2e16362f369480cdf8e3b4bfe1fee13b9cb73d5308f42c52f138a')
More information about the arch-commits
mailing list