Date: Sunday, August 23, 2015 @ 17:34:37
  Author: anthraxx
Revision: 138689

upgpkg: libstrophe 1:0.8.8-1

upgpkg libstrophe 1:0.8.8-1

Modified:
  libstrophe/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-08-23 15:34:18 UTC (rev 138688)
+++ PKGBUILD    2015-08-23 15:34:37 UTC (rev 138689)
@@ -1,37 +1,39 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org>
 
 pkgname=libstrophe
-pkgver=0.8.7
+pkgver=0.8.8
 pkgrel=1
 epoch=1
 pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
 arch=('i686' 'x86_64')
-url='http://strophe.im/libstrophe/'
 license=('MIT' 'GPL3')
 depends=('openssl' 'expat')
 makedepends=('git')
 checkdepends=('check')
-source=($pkgname-$pkgver.tar.gz::https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz)
-md5sums=('30be74c566028b31cfbc91d11a36dce8')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('fe1e9ee0ea93271862ca8bd3cd5cd66d0bd060398f3b11a242158872501ab517f4f436e474dd5603d73433333d4aaf0957d68b7fe69578d7d99541aaa63a38a3')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./bootstrap.sh
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  make -C $pkgname-$pkgver check
+  make -C ${pkgname}-${pkgver} check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 MIT-LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE-MIT
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
 }
+
+# vim: ts=2 sw=2 et:

Reply via email to