* update astyle to 3.4.13-1

This commit is contained in:
Alexander Baldeck 2024-05-18 08:40:53 +02:00
parent ee8c900bd0
commit f398893de2

View File

@ -7,7 +7,7 @@
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=astyle
pkgver=3.4.10
pkgver=3.4.13
pkgrel=1
pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
arch=(x86_64 powerpc64le powerpc)
@ -18,18 +18,12 @@ makedepends=('git' 'jdk8-openjdk')
optdepends=('java-environment-openjdk')
_commit='824d4b799173ec4dd2b3c4021a2f29d75b705f75'
source=(
"$pkgname::git+https://gitlab.com/saalen/astyle.git#commit=$_commit"
"$pkgname::git+https://gitlab.com/saalen/astyle.git#tag=$pkgver"
'simplify-makefile.patch'
)
b2sums=('SKIP'
b2sums=('5527d4bb47b02dd5a38f9fa0cfba9c6688796a86bd6bf47c731374cb6fa6232ea22a52a620a9d29c149e37f80d2913fd1dcee9a64edc816fc34e2d872744d39d'
'155dca3520e1669713efbf42431e4ba2c9c05006dcd2a14f58252d9e6913aab799af7b64c9040201e99ff8d12f953918124c83845fcf64ec025fc131e7acdf1f')
pkgver() {
cd "$pkgname"
git describe --tags | sed 's/^v//'
}
prepare() {
cd "$pkgname"