[arch-commits] Commit in accuraterip-checksum/repos/community-x86_64 (2 files)
Christian Rebischke
shibumi at archlinux.org
Wed Jul 18 20:16:29 UTC 2018
Date: Wednesday, July 18, 2018 @ 20:16:28
Author: shibumi
Revision: 362311
archrelease: copy trunk to community-x86_64
Added:
accuraterip-checksum/repos/community-x86_64/PKGBUILD
(from rev 362310, accuraterip-checksum/trunk/PKGBUILD)
Deleted:
accuraterip-checksum/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-18 20:16:12 UTC (rev 362310)
+++ PKGBUILD 2018-07-18 20:16:28 UTC (rev 362311)
@@ -1,22 +0,0 @@
-# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
-# Contributor: Samantha Baldwin <fuhsaz 'plus' aur 'at' cryptic 'dot' li>
-pkgname=accuraterip-checksum
-pkgver=1.4
-pkgrel=3
-pkgdesc="A C99 commandline program to compute the AccurateRip checksum of singletrack WAV files"
-arch=('i686' 'x86_64')
-url="https://github.com/leo-bogert/accuraterip-checksum"
-license=('GPL')
-depends=('libsndfile')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-bogert/${pkgname}/archive/version${pkgver}.tar.gz")
-sha512sums=('632e934448b7609a72622e0c4ca15ff252b7a4e9b99c745b82506aceda2a74e3cfa49d36d30151b4fdea71c81b62e2566b4515b431229c29f7172097fa943b30')
-
-build() {
- cd "${srcdir}/${pkgname}-version${pkgver}"
- cc -lsndfile "${pkgname}.c" -o "${pkgname}" $LDFLAGS $CFLAGS
-}
-
-package() {
- cd "${srcdir}/${pkgname}-version${pkgver}"
- install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}
Copied: accuraterip-checksum/repos/community-x86_64/PKGBUILD (from rev 362310, accuraterip-checksum/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-18 20:16:28 UTC (rev 362311)
@@ -0,0 +1,22 @@
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor: Samantha Baldwin <fuhsaz 'plus' aur 'at' cryptic 'dot' li>
+pkgname=accuraterip-checksum
+pkgver=1.5
+pkgrel=1
+pkgdesc="A C99 commandline program to compute the AccurateRip checksum of singletrack WAV files"
+arch=('x86_64')
+url="https://github.com/leo-bogert/accuraterip-checksum"
+license=('GPL')
+depends=('libsndfile')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/leo-bogert/${pkgname}/archive/version${pkgver}.tar.gz")
+sha512sums=('d3f74197ea7b6f59f9c3f1eddfe37322953beea79fa977b513e74bff853a1df16123dc2ebf013b1a25e35b02bfcc472564e8ba3916187b22cea353c768bb681a')
+
+build() {
+ cd "${srcdir}/${pkgname}-version${pkgver}"
+ cc -lsndfile "${pkgname}.c" -o "${pkgname}" $LDFLAGS $CFLAGS
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-version${pkgver}"
+ install -D -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}
More information about the arch-commits
mailing list