Date: Tuesday, January 8, 2013 @ 08:39:10
  Author: jgc
Revision: 174885

upgpkg: vcdimager 0.7.24-3

Rebuild for libcdio. Remove the check function, as the CRC used in this check 
changes with whatever libcdio version is used. As there is no reference about 
the correct CRC data for libcdio 0.90, these tests are useless

Modified:
  vcdimager/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-01-08 13:20:44 UTC (rev 174884)
+++ PKGBUILD    2013-01-08 13:39:10 UTC (rev 174885)
@@ -4,12 +4,12 @@
 
 pkgname=vcdimager
 pkgver=0.7.24
-pkgrel=2
+pkgrel=3
 pkgdesc="A full-featured mastering suite for authoring disassembling and 
analyzing Video CD's and Super Video CD's"
 arch=('i686' 'x86_64')
 url="http://www.vcdimager.org/";
 license=('GPL')
-depends=('libcdio>=0.82' 'libxml2>=2.7.3' 'popt')
+depends=('libcdio' 'libxml2' 'popt')
 options=('!libtool')
 install=vcdimager.install
 source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
@@ -24,11 +24,6 @@
   make
 }
 
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install

Reply via email to