[arch-commits] Commit in cobalt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Jul 23 19:30:31 UTC 2020
Date: Thursday, July 23, 2020 @ 19:30:31
Author: anthraxx
Revision: 665062
archrelease: copy trunk to community-x86_64
Added:
cobalt/repos/community-x86_64/PKGBUILD
(from rev 665061, cobalt/trunk/PKGBUILD)
Deleted:
cobalt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 19:30:27 UTC (rev 665061)
+++ PKGBUILD 2020-07-23 19:30:31 UTC (rev 665062)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Stas Rudakou <stas at garage22 dot net>
-
-pkgname=cobalt
-pkgver=0.15.11
-pkgrel=1
-pkgdesc='Static site generator written in Rust'
-url='https://cobalt-org.github.io/'
-arch=('x86_64')
-license=('MIT')
-depends=('openssl' 'libsass')
-makedepends=('rust' 'cargo')
-source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
-sha512sums=('db097c17a59ab9ffe294f84c41ca97498c6d61ddff591e8624f01e5292a1f96505e206e952b54279471cecff0b5c2eb8ecb71c2db9776954a424d7d9070f1022')
-b2sums=('5881a095123730175ca7b63f745c70ebc58efabff98608ea164e6c7957821f55ef5f5709d9b7383bcb2e0574f228c94281d1e9de06bc67b840ed6ae6b0becf2b')
-
-build() {
- cd ${pkgname}.rs-${pkgver}
- cargo build --release --locked --features 'syntax-highlight sass'
-}
-
-check() {
- cd ${pkgname}.rs-${pkgver}
- cargo test --release --locked
-}
-
-package() {
- cd ${pkgname}.rs-${pkgver}
- install -Dm 755 target/release/cobalt -t "${pkgdir}/usr/bin"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: cobalt/repos/community-x86_64/PKGBUILD (from rev 665061, cobalt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-23 19:30:31 UTC (rev 665062)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Stas Rudakou <stas at garage22 dot net>
+
+pkgname=cobalt
+pkgver=0.16.0
+pkgrel=1
+pkgdesc='Static site generator written in Rust'
+url='https://cobalt-org.github.io/'
+arch=('x86_64')
+license=('MIT')
+depends=('openssl' 'libsass')
+makedepends=('rust' 'cargo')
+source=(https://github.com/cobalt-org/cobalt.rs/archive/v${pkgver}/${pkgname}.rs-v${pkgver}.tar.gz)
+sha512sums=('055b7114a4018e9f233786eb5c1b9f959e2e2ce3e96783376a0c92ebbe3e34c85a3a9f17946ed615f087c161820bb3f05738be81f9c14ed459bf4a1de99f2be0')
+b2sums=('0a7183dbff6556cc7c9e9c4cf78ba913a69c089cb4a98b47e6446162092d0bcc9e009d1981b0bfb3174854d2003b3b20a05318dedd7e9b7e05f0b4f5a0554e4b')
+
+build() {
+ cd ${pkgname}.rs-${pkgver}
+ cargo build --release --locked --features 'syntax-highlight sass'
+}
+
+check() {
+ cd ${pkgname}.rs-${pkgver}
+ cargo test --release --locked
+}
+
+package() {
+ cd ${pkgname}.rs-${pkgver}
+ install -Dm 755 target/release/cobalt -t "${pkgdir}/usr/bin"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list