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

Jan de Groot jgc at archlinux.org
Wed Oct 3 12:51:41 UTC 2012


    Date: Wednesday, October 3, 2012 @ 08:51:40
  Author: jgc
Revision: 167729

upgpkg: gssdp 0.12.2.1-1

0.12.2.1

Modified:
  gssdp/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-03 12:14:56 UTC (rev 167728)
+++ PKGBUILD	2012-10-03 12:51:40 UTC (rev 167729)
@@ -3,7 +3,7 @@
 # Contributor: György Balló <ballogy at freestart.hu>
 
 pkgname=gssdp
-pkgver=0.12.1
+pkgver=0.12.2.1
 pkgrel=1
 pkgdesc="A GObject-based API for handling resource discovery and announcement over SSDP"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('gobject-introspection' 'gtk2' 'gtk-doc')
 optdepends=('gtk2: gssdp-device-sniffer')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('16acb4cc5249836ebe0e1758b75b85b8d529b51f72d9f68d8e4ae524d55f3347')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414')
 
 build() {
   cd $pkgname-$pkgver
@@ -23,6 +23,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install




More information about the arch-commits mailing list