mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Update to version 1.5.0
This commit is contained in:
parent
183bb27f97
commit
0935b29a95
2 changed files with 10 additions and 8 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
|||
pkgbase = besu
|
||||
pkgdesc = Hyperledger Ethereum Mainnet and Permissioned Network Client
|
||||
pkgver = 1.4.6
|
||||
pkgver = 1.5.0
|
||||
pkgrel = 1
|
||||
url = https://www.hyperledger.org/use/besu
|
||||
arch = any
|
||||
license = Apache
|
||||
depends = java-runtime>=11
|
||||
replaces = pantheon
|
||||
source = besu-1.4.6.tar.gz::https://bintray.com/hyperledger-org/besu-repo/download_file?file_path=besu-1.4.6.tar.gz
|
||||
sha256sums = 7ac824a86f6a7bb704eda97b2a8597f48056895485c53eb057636035089d6030
|
||||
source = besu-1.5.0.tar.gz::https://bintray.com/hyperledger-org/besu-repo/download_file?file_path=besu-1.5.0.tar.gz
|
||||
sha256sums = 902bcd5003d080096c90ddda7d01d067e86effc44bceeb7a944950af201c8670
|
||||
|
||||
pkgname = besu
|
||||
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Ratan Rai Sur <ratan.r.sur@gmail.com>
|
||||
pkgname=besu
|
||||
pkgver=1.4.6
|
||||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="Hyperledger Ethereum Mainnet and Permissioned Network Client"
|
||||
arch=('any')
|
||||
|
|
@ -10,15 +10,17 @@ depends=('java-runtime>=11')
|
|||
replaces=('pantheon')
|
||||
#changelog=
|
||||
source=("$pkgname-$pkgver.tar.gz::https://bintray.com/hyperledger-org/$pkgname-repo/download_file?file_path=$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('7ac824a86f6a7bb704eda97b2a8597f48056895485c53eb057636035089d6030')
|
||||
sha256sums=('902bcd5003d080096c90ddda7d01d067e86effc44bceeb7a944950af201c8670')
|
||||
|
||||
check() {
|
||||
"$pkgname-$pkgver/bin/$pkgname" --version
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "$pkgdir/opt/$pkgname"
|
||||
install -d "$pkgdir/usr/bin"
|
||||
cd "$pkgname-$pkgver"
|
||||
install -Dm755 "bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||
install -d -Dm644 lib/ "$pkgdir/usr/share/besu/lib"
|
||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
rm bin/$pkgname.bat
|
||||
cp -p -r * "$pkgdir/opt/$pkgname"
|
||||
ln -rs "$pkgdir/opt/$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue