[arch-commits] Commit in stratisd/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Mon Jun 8 02:09:24 UTC 2020


    Date: Monday, June 8, 2020 @ 02:09:23
  Author: farseerfc
Revision: 640229

upgpkg: stratisd 2.1.0-2: stratisd: move clang from depends to makedepends

Modified:
  stratisd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-08 01:23:27 UTC (rev 640228)
+++ PKGBUILD	2020-06-08 02:09:23 UTC (rev 640229)
@@ -3,13 +3,13 @@
 
 pkgname='stratisd'
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Easy to use local storage management for Linux.'
 arch=('x86_64')
 url='https://stratis-storage.github.io/'
 license=('MPL2')
-makedepends=('asciidoc' 'cargo' 'rust')
-depends=('dbus' 'cryptsetup' 'libutil-linux' 'clang')
+makedepends=('asciidoc' 'cargo' 'rust' 'clang')
+depends=('dbus' 'cryptsetup' 'libutil-linux')
 optdepends=('stratis-cli: command line interface')
 checkdepends=('python-pyudev')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/stratisd/archive/v${pkgver}.tar.gz")



More information about the arch-commits mailing list