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

Thorsten Töpper ttoepper at archlinux.org
Tue Oct 13 19:24:46 UTC 2015


    Date: Tuesday, October 13, 2015 @ 21:24:46
  Author: ttoepper
Revision: 143936

upgpkg: pragha 1.3.3-1

Also fix for FS#46421

Modified:
  pragha/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-13 19:13:23 UTC (rev 143935)
+++ PKGBUILD	2015-10-13 19:24:46 UTC (rev 143936)
@@ -5,7 +5,7 @@
 # Contributor: JerichoKru   <jerichokru(AT)hotmail.com>
 
 pkgname=pragha
-pkgver=1.3.2.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL3')
 depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
          'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
-         'libpeas' 'libgudev')
+         'libpeas' 'libgudev' 'glyr')
 optdepends=('notification-daemon: OSD notification'
             'gst-plugins-good: A collection of gstreamer codecs'
             'gst-plugins-bad: A collection of gstreamer codecs'
@@ -22,7 +22,7 @@
 replaces=('dissonance')
 install=pragha.install
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz")
-sha1sums=('52f2b77192734418e3a219b29d87ced939f34248')
+sha1sums=('9396fa6c2863fa4be185c71592e9a36e9426c094')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -41,7 +41,6 @@
   install -m 644 "data/$pkgname.desktop" "$pkgdir/usr/share/applications"
   install -d "$pkgdir/usr/share/pixmaps"
   install -m 644 "data/$pkgname.1" "$pkgdir/usr/share/man/man1/"
-
 }
 
 # vim:ts=2:sw=2:expandtab



More information about the arch-commits mailing list