Date: Sunday, June 2, 2013 @ 21:14:39
  Author: bpiotrowski
Revision: 92210

upgpkg: pragha 1.1.2-1

- upstream release

Modified:
  pragha/trunk/PKGBUILD
  pragha/trunk/cdio-includes.patch

---------------------+
 PKGBUILD            |   11 ++++++-----
 cdio-includes.patch |   23 +++++++++++------------
 2 files changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-02 18:57:49 UTC (rev 92209)
+++ PKGBUILD    2013-06-02 19:14:39 UTC (rev 92210)
@@ -4,8 +4,8 @@
 # Contributor: JerichoKru   <jerichokru(AT)htomail.com>
 
 pkgname=pragha
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
 arch=('i686' 'x86_64')
 url="http://pragha.wikispaces.com/";
@@ -15,12 +15,13 @@
          'dbus-glib' 'sqlite' 'desktop-file-utils'
          'libclastfm')
 optdepends=('notification-daemon: OSD notification')
+makedepends=('intltool')
 replaces=('dissonance')
 install=pragha.install
-source=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2";
+source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2";
         cdio-includes.patch)
-sha1sums=('a7b839df5799263f870ea65a7f272015e24637e9'
-          '05a2e007800dc5395a0bb7f026ec7e388cd9488c')
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
+          '83b366be516b4c09dbccbb25b473f2de545bdbe8')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: cdio-includes.patch
===================================================================
--- cdio-includes.patch 2013-06-02 18:57:49 UTC (rev 92209)
+++ cdio-includes.patch 2013-06-02 19:14:39 UTC (rev 92210)
@@ -1,12 +1,11 @@
-diff -upr pragha-1.1.1.orig/src/cdda.h pragha-1.1.1/src/cdda.h
---- pragha-1.1.1.orig/src/cdda.h       2013-01-14 04:58:09.000000000 +0200
-+++ pragha-1.1.1/src/cdda.h    2013-01-14 04:58:52.000000000 +0200
-@@ -21,7 +21,7 @@
- 
- #include <glib.h>
- 
--#include <cdio/cdda.h>
-+#include <cdio/paranoia/cdda.h>
- #include <cdio/cd_types.h>
- #ifdef __CDIO_CONFIG_H__
- #include <cdio/cdio_unconfig.h>
+--- a/src/cdda.h.orig  2013-02-16 23:13:47.000000000 +0100
++++ b/src/cdda.h       2013-06-02 21:07:50.473864563 +0200
+@@ -24,7 +24,7 @@
+ #ifdef HAVE_PARANOIA_NEW_INCLUDES
+    #include <cdio/paranoia/cdda.h>
+ #else
+-   #include <cdio/cdda.h>
++   #include <cdio/paranoia/cdda.h>
+    #ifdef __CDIO_CONFIG_H__
+       #include <cdio/cdio_unconfig.h>
+    #endif

Reply via email to