[arch-commits] Commit in profanity/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Thu Oct 13 00:23:54 UTC 2016
Date: Thursday, October 13, 2016 @ 00:23:53
Author: anthraxx
Revision: 192105
upgpkg: profanity 1:0.5.0-1
Modified:
profanity/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-12 23:55:25 UTC (rev 192104)
+++ PKGBUILD 2016-10-13 00:23:53 UTC (rev 192105)
@@ -1,9 +1,9 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
# Contributor: jason ryan <jasonwryan at gmail.com>
pkgname=profanity
-pkgver=0.4.7
+pkgver=0.5.0
pkgrel=1
epoch=1
pkgdesc='Console based XMPP client'
@@ -10,9 +10,10 @@
url='http://www.profanity.im'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'libstrophe' 'libnotify' 'gpgme')
+depends=('curl' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme')
+checkdepends=('cmocka')
source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('805adddbdf41334a2903707ce871f39c36c70639dc4c872cfd36769af36aa3597b05aa9ba719452bcbe8011cc73ac717cee7016c928083cd46c922732ca10568')
+sha512sums=('65625f0ed0b1e87c6cd4ec9dc85076a971b899b9b39d5707d32d1977a450b910ff760e339bfacd0d0906740bd299c018877b6720071d92c805fca095631e7163')
build() {
cd ${pkgname}-${pkgver}
@@ -21,5 +22,8 @@
}
package() {
- make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" install
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list