[arch-commits] Commit in mpck/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Jul 20 19:40:54 UTC 2017
Date: Thursday, July 20, 2017 @ 19:40:53
Author: arojas
Revision: 245863
archrelease: copy trunk to community-i686, community-x86_64
Added:
mpck/repos/community-i686/PKGBUILD
(from rev 245862, mpck/trunk/PKGBUILD)
mpck/repos/community-x86_64/PKGBUILD
(from rev 245862, mpck/trunk/PKGBUILD)
Deleted:
mpck/repos/community-i686/PKGBUILD
mpck/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ----------------------
community-x86_64/PKGBUILD | 27 ----------------------
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-07-20 19:40:14 UTC (rev 245862)
+++ community-i686/PKGBUILD 2017-07-20 19:40:53 UTC (rev 245863)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=mpck
-pkgver=0.19
-pkgrel=3
-license=('GPL')
-pkgdesc="Reads MP3 files and tries to determine if they are correct"
-arch=('i686' 'x86_64')
-url="http://checkmate.gissen.nl/"
-depends=('glibc')
-source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz")
-md5sums=('f72114b0982a101b68ddeb65f99b84f7')
-
-build() {
- cd "${srcdir}/checkmate-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/checkmate-${pkgver}"
-
- make prefix="${pkgdir}/usr" install
-}
Copied: mpck/repos/community-i686/PKGBUILD (from rev 245862, mpck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-20 19:40:53 UTC (rev 245863)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mpck
+pkgver=0.21
+pkgrel=1
+license=('GPL')
+pkgdesc="Reads MP3 files and tries to determine if they are correct"
+arch=('i686' 'x86_64')
+url="http://checkmate.gissen.nl/"
+depends=('glibc')
+source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz")
+md5sums=('81d5d0b620f0fe3cc23c272021e9f23c')
+
+build() {
+ cd checkmate-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd checkmate-${pkgver}
+
+ make prefix="${pkgdir}/usr" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-07-20 19:40:14 UTC (rev 245862)
+++ community-x86_64/PKGBUILD 2017-07-20 19:40:53 UTC (rev 245863)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=mpck
-pkgver=0.19
-pkgrel=3
-license=('GPL')
-pkgdesc="Reads MP3 files and tries to determine if they are correct"
-arch=('i686' 'x86_64')
-url="http://checkmate.gissen.nl/"
-depends=('glibc')
-source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz")
-md5sums=('f72114b0982a101b68ddeb65f99b84f7')
-
-build() {
- cd "${srcdir}/checkmate-${pkgver}"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/checkmate-${pkgver}"
-
- make prefix="${pkgdir}/usr" install
-}
Copied: mpck/repos/community-x86_64/PKGBUILD (from rev 245862, mpck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-07-20 19:40:53 UTC (rev 245863)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mpck
+pkgver=0.21
+pkgrel=1
+license=('GPL')
+pkgdesc="Reads MP3 files and tries to determine if they are correct"
+arch=('i686' 'x86_64')
+url="http://checkmate.gissen.nl/"
+depends=('glibc')
+source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz")
+md5sums=('81d5d0b620f0fe3cc23c272021e9f23c')
+
+build() {
+ cd checkmate-${pkgver}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd checkmate-${pkgver}
+
+ make prefix="${pkgdir}/usr" install
+}
More information about the arch-commits
mailing list