Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
linuxwave
Commits:
d3ad2efb by Orhun Parmaksız at 2024-10-21T00:57:27+03:00
upgpkg: 0.2.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,13 @@
pkgbase = linuxwave
pkgdesc = Generate music from the entropy of Linux
- pkgver = 0.1.5
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/orhun/linuxwave
arch = x86_64
license = MIT
makedepends = zig
makedepends = git
- source =
linuxwave::git+https://github.com/orhun/linuxwave#commit=86bbfc48a0e0b117ab693cdf6c0e6bb40c60c46d
- source = linuxwave-zig-clap::git+https://github.com/Hejsil/zig-clap
- sha256sums = SKIP
- sha256sums = SKIP
+ source =
linuxwave::git+https://github.com/orhun/linuxwave#commit=3a89b233e053e48925ba5171d5738de9b7835699
+ sha256sums =
937622b322572a908b91f254a08658676a41119862ea622999964c0c673f61b2
pkgname = linuxwave
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=linuxwave
-pkgver=0.1.5
-_gitcommit=86bbfc48a0e0b117ab693cdf6c0e6bb40c60c46d
+pkgver=0.2.0
+_gitcommit=3a89b233e053e48925ba5171d5738de9b7835699
pkgrel=1
pkgdesc="Generate music from the entropy of Linux"
arch=('x86_64')
@@ -11,36 +11,33 @@ license=('MIT')
makedepends=('zig' 'git')
source=(
"${pkgname}::git+$url#commit=$_gitcommit"
- "${pkgname}-zig-clap::git+https://github.com/Hejsil/zig-clap"
)
-sha256sums=('SKIP'
- 'SKIP')
-
-prepare() {
- cd "${pkgname}"
- git submodule init
- git config submodule."libs/zig-clap".url "${srcdir}/${pkgname}"-zig-clap
- git -c protocol.file.allow=always submodule update --init --recursive
-}
+sha256sums=('937622b322572a908b91f254a08658676a41119862ea622999964c0c673f61b2')
build() {
cd "$pkgname"
DESTDIR="build" zig build \
+ --summary all \
+ --global-cache-dir ../zig-global-cache \
--prefix /usr \
--search-prefix /usr \
- -Dtarget=native-linux.5.15-gnu \
+ --release=safe \
+ -Dtarget=native-linux.6.1-gnu.2.38 \
-Dcpu=baseline \
- -Drelease-safe \
- -Dpie=true \
- -Drelro=true
+ -Dpie=true
}
check() {
cd "$pkgname"
zig build test \
- -Dtarget=native-linux.5.15-gnu \
+ --summary all \
+ --global-cache-dir ../zig-global-cache \
+ --prefix /usr \
+ --search-prefix /usr \
+ --release=safe \
+ -Dtarget=native-linux.6.1-gnu.2.38 \
-Dcpu=baseline \
- -Drelease-safe
+ -Dpie=true
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linuxwave/-/commit/d3ad2efb712d615b2fa15515f808e425bb3fa1cc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/linuxwave/-/commit/d3ad2efb712d615b2fa15515f808e425bb3fa1cc
You're receiving this email because of your account on gitlab.archlinux.org.