[arch-commits] Commit in oxyromon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Apr 2 17:20:28 UTC 2021


    Date: Friday, April 2, 2021 @ 17:20:28
  Author: alucryd
Revision: 911174

archrelease: copy trunk to community-x86_64

Added:
  oxyromon/repos/community-x86_64/PKGBUILD
    (from rev 911173, oxyromon/trunk/PKGBUILD)
Deleted:
  oxyromon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  132 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-02 17:20:22 UTC (rev 911173)
+++ PKGBUILD	2021-04-02 17:20:28 UTC (rev 911174)
@@ -1,66 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=oxyromon
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Rusty ROM OrgaNizer'
-arch=(x86_64)
-url=https://github.com/alucryd/oxyromon
-license=(GPL3)
-depends=(
-  gcc-libs
-  glibc
-)
-makedepends=(
-  git
-  mame-tools
-  maxcso
-  p7zip
-  rust
-)
-optdepends=(
-  'mame-tools: CHD support'
-  'maxcso: CSO support'
-  'p7zip: 7Z and ZIP support'
-)
-_tag=bde32c31c83e12b18baefaf4182664b431dae16d
-source=(git+https://github.com/alucryd/oxyromon.git?signed#tag=${_tag})
-validpgpkeys=(9437DD3815A7A9169E3D3946AFF5D95098BC6FF5) # Maxime Gauduin <alucryd at archlinux.org>
-b2sums=(SKIP)
-
-prepare() {
-  cargo fetch \
-    --locked \
-    --manifest-path oxyromon/Cargo.toml
-}
-
-pkgver() {
-  cd oxyromon
-
-  git describe --tags
-}
-
-build() {
-  cargo build \
-    --release \
-    --frozen \
-    --manifest-path oxyromon/Cargo.toml
-}
-
-check() {
-  cargo test \
-    --release \
-    --frozen \
-    --manifest-path oxyromon/Cargo.toml
-}
-
-package() {
-  cargo install \
-    --frozen \
-    --offline \
-    --no-track \
-    --path oxyromon \
-    --root "${pkgdir}"/usr
-}
-
-# vim: ts=2 sw=2 et:

Copied: oxyromon/repos/community-x86_64/PKGBUILD (from rev 911173, oxyromon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-02 17:20:28 UTC (rev 911174)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=oxyromon
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Rusty ROM OrgaNizer'
+arch=(x86_64)
+url=https://github.com/alucryd/oxyromon
+license=(GPL3)
+depends=(
+  gcc-libs
+  glibc
+)
+makedepends=(
+  git
+  mame-tools
+  maxcso
+  p7zip
+  rust
+)
+optdepends=(
+  'mame-tools: CHD support'
+  'maxcso: CSO support'
+  'p7zip: 7Z and ZIP support'
+)
+_tag=c7997e2383ae60d9ca7b9c6ca34182c09aab7ae4
+source=(git+https://github.com/alucryd/oxyromon.git?signed#tag=${_tag})
+validpgpkeys=(9437DD3815A7A9169E3D3946AFF5D95098BC6FF5) # Maxime Gauduin <alucryd at archlinux.org>
+b2sums=(SKIP)
+
+prepare() {
+  cargo fetch \
+    --locked \
+    --manifest-path oxyromon/Cargo.toml
+}
+
+pkgver() {
+  cd oxyromon
+
+  git describe --tags
+}
+
+build() {
+  cargo build \
+    --release \
+    --frozen \
+    --manifest-path oxyromon/Cargo.toml
+}
+
+check() {
+  cargo test \
+    --release \
+    --frozen \
+    --manifest-path oxyromon/Cargo.toml
+}
+
+package() {
+  cargo install \
+    --frozen \
+    --offline \
+    --no-track \
+    --path oxyromon \
+    --root "${pkgdir}"/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list