[arch-commits] Commit in mpck/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jul 20 19:40:15 UTC 2017


    Date: Thursday, July 20, 2017 @ 19:40:14
  Author: arojas
Revision: 245862

Update to 0.21

Modified:
  mpck/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-20 19:39:06 UTC (rev 245861)
+++ PKGBUILD	2017-07-20 19:40:14 UTC (rev 245862)
@@ -3,8 +3,8 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=mpck
-pkgver=0.19
-pkgrel=3
+pkgver=0.21
+pkgrel=1
 license=('GPL')
 pkgdesc="Reads MP3 files and tries to determine if they are correct"
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 url="http://checkmate.gissen.nl/"
 depends=('glibc')
 source=("http://checkmate.gissen.nl/checkmate-${pkgver}.tar.gz")
-md5sums=('f72114b0982a101b68ddeb65f99b84f7')
+md5sums=('81d5d0b620f0fe3cc23c272021e9f23c')
 
 build() {
-  cd "${srcdir}/checkmate-${pkgver}"
+  cd checkmate-${pkgver}
 
   ./configure --prefix=/usr
   make
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd "${srcdir}/checkmate-${pkgver}"
+  cd checkmate-${pkgver}
 
   make prefix="${pkgdir}/usr" install
 }



More information about the arch-commits mailing list