upgpkg: scaphandre 0.3.0-1
upstream release
This commit is contained in:
parent
2bed81446e
commit
81b4c320d5
2 changed files with 8 additions and 6 deletions
|
@ -1,14 +1,16 @@
|
|||
pkgbase = scaphandre
|
||||
pkgdesc = Electrical power consumption metrology agent
|
||||
pkgver = 0.1.1
|
||||
pkgver = 0.3.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/hubblo-org/scaphandre/
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = rust
|
||||
depends = gcc-libs
|
||||
source = scaphandre-0.1.1.tar.gz::https://github.com/hubblo-org/scaphandre/archive/v0.1.1.tar.gz
|
||||
sha512sums = 882bb281f3c3ea8be60b26b7fdc5d24e0e0f5b0589a356d4e76b6e9505058bcb1a5bd8c2c89a0ddb3e914b076e7e0462bda1a4f7d7acc0239c01c4de2082c8be
|
||||
depends = zlib
|
||||
depends = openssl
|
||||
source = scaphandre-0.3.0.tar.gz::https://github.com/hubblo-org/scaphandre/archive/v0.3.0.tar.gz
|
||||
sha512sums = b77323ed4b55841651bfd1e7d692350a1d912ee48e5f9f1a1e49d24754eeba86972d32bc0963e2102084e410beb905ad721fb178cb73635c627fb76c5e575d44
|
||||
|
||||
pkgname = scaphandre
|
||||
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
|
||||
pkgname=scaphandre
|
||||
pkgver=0.1.1
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Electrical power consumption metrology agent"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/hubblo-org/scaphandre/"
|
||||
license=(Apache)
|
||||
depends=('gcc-libs')
|
||||
depends=('gcc-libs' 'zlib' 'openssl')
|
||||
makedepends=('rust')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/hubblo-org/scaphandre/archive/v${pkgver}.tar.gz)
|
||||
sha512sums=('882bb281f3c3ea8be60b26b7fdc5d24e0e0f5b0589a356d4e76b6e9505058bcb1a5bd8c2c89a0ddb3e914b076e7e0462bda1a4f7d7acc0239c01c4de2082c8be')
|
||||
sha512sums=('b77323ed4b55841651bfd1e7d692350a1d912ee48e5f9f1a1e49d24754eeba86972d32bc0963e2102084e410beb905ad721fb178cb73635c627fb76c5e575d44')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue