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

Pierre Schmitz pierre at nymeria.archlinux.org
Mon Oct 21 11:28:57 UTC 2013


    Date: Monday, October 21, 2013 @ 13:28:57
  Author: pierre
Revision: 196956

upgpkg: psi 0.15-2

rebuild old package

Modified:
  psi/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 11:26:02 UTC (rev 196955)
+++ PKGBUILD	2013-10-21 11:28:57 UTC (rev 196956)
@@ -3,7 +3,7 @@
 
 pkgname=psi
 pkgver=0.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Instant messaging application designed for the Jabber IM'
 url='http://psi-im.org/'
 license=('GPL')
@@ -16,9 +16,13 @@
 md5sums=('aea15f17cf93e7cea52f305523f761be'
          '2ed44ef84007b5b7f9a3f0a4f5f6a86d')
 
+prepare() {
+	cd ${srcdir}/psi-${pkgver}
+	patch -p0 -i ${srcdir}/archlinux.patch
+}
+
 build() {
 	cd ${srcdir}/psi-${pkgver}
-	patch -p0 -i ${srcdir}/archlinux.patch
 	./configure --prefix=/usr --release --no-separate-debug-info
 	make
 }




More information about the arch-commits mailing list