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

Eric Bélanger eric at nymeria.archlinux.org
Wed Nov 27 02:29:17 UTC 2013


    Date: Wednesday, November 27, 2013 @ 03:29:17
  Author: eric
Revision: 101529

upgpkg: dvdisaster 0.72.5-1

Upstream update, Clean up depends, Fix to enable signature checking

Modified:
  dvdisaster/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-27 02:28:32 UTC (rev 101528)
+++ PKGBUILD	2013-11-27 02:29:17 UTC (rev 101529)
@@ -2,18 +2,19 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=dvdisaster
-pkgver=0.72.4
-pkgrel=2
+pkgver=0.72.5
+pkgrel=1
 pkgdesc="Provides a margin of safety against data loss on CD and DVD media caused by aging or scratches"
 arch=('i686' 'x86_64')
 url="http://www.dvdisaster.com/"
 license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme')
+depends=('gtk2')
 options=('!makeflags')
 install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2{,.gpg})
-sha1sums=('2b47fb5a5535d90641f24a599cd8ae8ffd86b972'
-          'SKIP')
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+        ${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('cc89c7eaf838ba1a88be4ed1a567276a911f76b0'
+          '7bffbbd282c009986938811ee6bd22d10b1a95f4')
 
 prepare() {
   cd ${pkgname}-${pkgver}




More information about the arch-commits mailing list