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

Levente Polyak anthraxx at archlinux.org
Mon Feb 17 21:05:03 UTC 2020


    Date: Monday, February 17, 2020 @ 21:05:03
  Author: anthraxx
Revision: 574624

upgpkg: cobalt 0.15.9-1

Modified:
  cobalt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 20:51:52 UTC (rev 574623)
+++ PKGBUILD	2020-02-17 21:05:03 UTC (rev 574624)
@@ -2,16 +2,17 @@
 # Contributor: Stas Rudakou <stas at garage22 dot net>
 
 pkgname=cobalt
-pkgver=0.15.6
+pkgver=0.15.9
 pkgrel=1
 pkgdesc='Static site generator written in Rust'
 url='https://cobalt-org.github.io/'
 arch=('x86_64')
 license=('MIT')
-depends=('openssl')
+depends=('openssl' 'libsass')
 makedepends=('rust' 'cargo')
 source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('1532312253d317ed1b48daa12839262dd67f1560ab2deb2c3fc6fb978c2f356c7f07f4b241a22e0fe26abebb24c0740e09804a5afefd5d359b668b5926b71917')
+sha512sums=('f2147933c61d30764b0825f8e2dab3ff6fcda2bc2d1b41c4384e0e1cf005e88ec0a8e163b3ebb5e133562ec4f0321ccf0946739d25842006ecb2a0b134fb45fa')
+b2sums=('4c3c82b0dc1553fd553e1c4e2e35e0292777e7281436dd30049480641b07b48a745a84a0842cd6274b799da324d13914a50002b8701934f6c4507892dc8ba47d')
 
 build() {
   cd ${pkgname}.rs-${pkgver}



More information about the arch-commits mailing list