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

Jan de Groot jgc at archlinux.org
Thu Mar 12 13:39:12 UTC 2015


    Date: Thursday, March 12, 2015 @ 14:39:12
  Author: jgc
Revision: 233400

upgpkg: grilo-plugins 0.2.14-1

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-12 13:23:03 UTC (rev 233399)
+++ PKGBUILD	2015-03-12 13:39:12 UTC (rev 233400)
@@ -3,28 +3,27 @@
 
 pkgname=grilo-plugins
 pkgver=0.2.14
-pkgrel=0.1
+pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org"
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(grilo lua libmediaart libgdata libtracker-sparql gom libdmapsharing)
-makedepends=(intltool itstool gnome-common git yelp-tools)
+makedepends=(intltool itstool yelp-tools)
 optdepends=('dleyna-server: DLNA plugin'
             'tracker: Tracker plugin')
 options=('!emptydirs')
 groups=('gnome')
-source=(git://git.gnome.org/grilo-plugins#commit=e382c86ef4be39cb241a86c83d4c175af329c198)
-sha256sums=('SKIP')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab')
 
 build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list