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

Antonio Rojas arojas at gemini.archlinux.org
Sun Mar 20 17:34:52 UTC 2022


    Date: Sunday, March 20, 2022 @ 17:34:51
  Author: arojas
Revision: 1164407

archrelease: copy trunk to community-x86_64

Added:
  mac/repos/community-x86_64/PKGBUILD
    (from rev 1164406, mac/trunk/PKGBUILD)
Deleted:
  mac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 17:34:46 UTC (rev 1164406)
+++ PKGBUILD	2022-03-20 17:34:51 UTC (rev 1164407)
@@ -1,27 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
-# Contributor: Chocobo1 <chocobo1 AT archlinux DOT net>
-
-pkgname=mac
-pkgver=7.22
-_pkgver=722
-pkgrel=1
-pkgdesc='APE codec and decompressor'
-arch=('x86_64')
-url='https://www.monkeysaudio.com/index.html'
-license=('custom')
-depends=('gcc-libs')
-makedepends=('curl')
-source=(https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip
-        https://www.monkeysaudio.com/license.html)
-sha256sums=('2dae19002a744715254dbc61ebb3db88cabeb612dbdfed207dc2c921addff921'
-            '7bcca2ec9f7c45ebdc983d105d6608f6ef4883883d16bf9fa79d0832757294fd')
-
-build() {
-  make -C Source/Projects/NonWindows
-}
-
-package() {
-  make DESTDIR="${pkgdir}" prefix=/usr install -C Source/Projects/NonWindows
-  install -Dm644 license.html -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: mac/repos/community-x86_64/PKGBUILD (from rev 1164406, mac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-20 17:34:51 UTC (rev 1164407)
@@ -0,0 +1,27 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: stonecrest <stonecrest[at]gmail[dot]com>
+# Contributor: Chocobo1 <chocobo1 AT archlinux DOT net>
+
+pkgname=mac
+pkgver=7.51
+_pkgver=751
+pkgrel=1
+pkgdesc='APE codec and decompressor'
+arch=('x86_64')
+url='https://www.monkeysaudio.com/index.html'
+license=('custom')
+depends=('gcc-libs')
+makedepends=('curl')
+source=(https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip
+        mac-license.html::https://www.monkeysaudio.com/license.html)
+sha256sums=('d16a36defb69982e3d5e3f078c694ffd3dbdf295b328c9e3f5854c1c3e310954'
+            '51a517167a28d32469f0a45825fc548fef1ebeda0aa09206f954676de939181e')
+
+build() {
+  make -C Source/Projects/NonWindows
+}
+
+package() {
+  make DESTDIR="${pkgdir}" prefix=/usr install -C Source/Projects/NonWindows
+  install -Dm644 mac-license.html "${pkgdir}"/usr/share/licenses/${pkgname}/license.html
+}



More information about the arch-commits mailing list