[arch-commits] Commit in oxyromon/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu May 12 06:40:11 UTC 2022
Date: Thursday, May 12, 2022 @ 06:40:11
Author: alucryd
Revision: 1198423
upgpkg: oxyromon 0.11.0-1
Modified:
oxyromon/trunk/PKGBUILD
----------+
PKGBUILD | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-12 06:38:11 UTC (rev 1198422)
+++ PKGBUILD 2022-05-12 06:40:11 UTC (rev 1198423)
@@ -1,8 +1,8 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=oxyromon
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc='Rusty ROM OrgaNizer'
arch=(x86_64)
url=https://github.com/alucryd/oxyromon
@@ -12,6 +12,7 @@
glibc
)
makedepends=(
+ cmake
git
mame-tools
maxcso
@@ -20,13 +21,15 @@
yarn
)
optdepends=(
+ 'cdrtools: IRD support'
+ 'dolphin-emu: RVZ support'
'mame-tools: CHD support'
'maxcso: CSO support'
'p7zip: 7Z and ZIP support'
)
-_tag=e9750d16a075834ff612bef338d5f83d1e7da692
-source=(git+https://github.com/alucryd/oxyromon.git?signed#tag=${_tag})
-validpgpkeys=(9437DD3815A7A9169E3D3946AFF5D95098BC6FF5) # Maxime Gauduin <alucryd at archlinux.org>
+_tag=f72695dd24e1eb9dc2740f575c84378974aac234
+source=(git+https://github.com/alucryd/oxyromon.git#tag=${_tag})
+validpgpkeys=(95220BE99CE6FF778AE0DC670F65C7D881506130) # Maxime Gauduin <alucryd at archlinux.org>
b2sums=(SKIP)
options=(!lto)
@@ -40,7 +43,6 @@
pkgver() {
cd oxyromon
-
git describe --tags
}
@@ -48,22 +50,22 @@
cd oxyromon
yarn run build
cargo build \
- --all-features \
+ --features benchmark,server \
--release \
--frozen
}
-check() {
- cargo test \
- --all-features \
- --release \
- --frozen \
- --manifest-path oxyromon/Cargo.toml
-}
+#check() {
+# cargo test \
+# --features benchmark,server \
+# --release \
+# --frozen \
+# --manifest-path oxyromon/Cargo.toml
+#}
package() {
cargo install \
- --all-features \
+ --features benchmark,server \
--frozen \
--offline \
--no-track \
More information about the arch-commits
mailing list