[arch-commits] Commit in mac/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Mar 20 17:34:37 UTC 2022
Date: Sunday, March 20, 2022 @ 17:34:37
Author: arojas
Revision: 1164403
Update to 7.51
Modified:
mac/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-20 17:34:30 UTC (rev 1164402)
+++ PKGBUILD 2022-03-20 17:34:37 UTC (rev 1164403)
@@ -3,8 +3,8 @@
# Contributor: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=mac
-pkgver=7.22
-_pkgver=722
+pkgver=7.51
+_pkgver=751
pkgrel=1
pkgdesc='APE codec and decompressor'
arch=('x86_64')
@@ -13,9 +13,9 @@
depends=('gcc-libs')
makedepends=('curl')
source=(https://monkeysaudio.com/files/MAC_SDK_${_pkgver}.zip
- https://www.monkeysaudio.com/license.html)
-sha256sums=('2dae19002a744715254dbc61ebb3db88cabeb612dbdfed207dc2c921addff921'
- '7bcca2ec9f7c45ebdc983d105d6608f6ef4883883d16bf9fa79d0832757294fd')
+ mac-license.html::https://www.monkeysaudio.com/license.html)
+sha256sums=('d16a36defb69982e3d5e3f078c694ffd3dbdf295b328c9e3f5854c1c3e310954'
+ '51a517167a28d32469f0a45825fc548fef1ebeda0aa09206f954676de939181e')
build() {
make -C Source/Projects/NonWindows
@@ -23,5 +23,5 @@
package() {
make DESTDIR="${pkgdir}" prefix=/usr install -C Source/Projects/NonWindows
- install -Dm644 license.html -t "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -Dm644 mac-license.html "${pkgdir}"/usr/share/licenses/${pkgname}/license.html
}
More information about the arch-commits
mailing list