[arch-commits] Commit in bashtop/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Fri Apr 24 17:28:51 UTC 2020
Date: Friday, April 24, 2020 @ 17:28:51
Author: seblu
Revision: 619357
Add optdepends
Only for pedentics, curl is required by pacman
Modified:
bashtop/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 17:24:45 UTC (rev 619356)
+++ PKGBUILD 2020-04-24 17:28:51 UTC (rev 619357)
@@ -9,6 +9,7 @@
license=('Apache')
depends=('bash')
makedepends=('git')
+optdepends=('curl: themes download')
source=("git+https://github.com/aristocratos/bashtop.git#tag=v$pkgver")
sha256sums=('SKIP')
More information about the arch-commits
mailing list