summaryrefslogtreecommitdiff
path: root/community/profanity/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/profanity/PKGBUILD')
-rw-r--r--community/profanity/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/community/profanity/PKGBUILD b/community/profanity/PKGBUILD
index b1707d6b8..106d00854 100644
--- a/community/profanity/PKGBUILD
+++ b/community/profanity/PKGBUILD
@@ -3,25 +3,17 @@
# Contributor: jason ryan <jasonwryan@gmail.com>
pkgname=profanity
-pkgver=0.4.0.rc1
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
+epoch=1
pkgdesc='Console based XMPP client'
arch=('i686' 'x86_64')
url='http://www.profanity.im'
license=('GPL3')
depends=('curl' 'expat' 'glib2' 'libotr')
makedepends=('doxygen' 'libstrophe')
-source=(https://github.com/boothj5/profanity/archive/$pkgver.tar.gz
- 0001-Change-libotr-4.0.0-code-to-use-only-OTR-spec-v2.patch)
-md5sums=('1b96b279bced5896c223d088c99c0ca6'
- 'e957a737bb9d9f456f0b602815e6fe1e')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i '21s/development/release/' configure.ac
- patch -p1 -i ../0001-Change-libotr-4.0.0-code-to-use-only-OTR-spec-v2.patch
- autoreconf -fi
-}
+source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
+md5sums=('1ac10474d7c36eb546f7085003049ec5')
build() {
cd $pkgname-$pkgver