diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-04 19:15:34 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-04 19:15:34 -0200 |
commit | 57f52074941be81a76b5b96c784d207eac799d10 (patch) | |
tree | fcccd7a4815b41c80560847a58f64515f7fee653 /libre/psi/PKGBUILD | |
parent | 612387f4d9af2ad1f4ac4bd070ab1ab3cd1651d4 (diff) |
fix parabola-release problem
Diffstat (limited to 'libre/psi/PKGBUILD')
-rw-r--r-- | libre/psi/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/psi/PKGBUILD b/libre/psi/PKGBUILD index 69ac930b0..c4150075f 100644 --- a/libre/psi/PKGBUILD +++ b/libre/psi/PKGBUILD @@ -4,7 +4,7 @@ pkgname=psi pkgver=0.15 -pkgrel=2.1 +pkgrel=2.2 pkgdesc='Instant messaging application designed for the Jabber IM (Parabola rebranded)' url='http://psi-im.org/' license=('GPL') @@ -15,7 +15,7 @@ install='psi.install' source=("http://downloads.sourceforge.net/psi/psi-${pkgver}.tar.bz2" 'parabola.patch') md5sums=('aea15f17cf93e7cea52f305523f761be' - 'a641b77517c82c6e1f254d5595a25113') + '8a5c799ad8b6fd5310d4a849c324c82c') prepare() { cd ${srcdir}/psi-${pkgver} |