summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f4f33557049..5ff29b4dc829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,23 +12,17 @@ depends=('python2' 'python2-kivy' 'sat-xmpp-hg' 'sat-templates-hg' 'sat-tmp-hg'
makedepends=('mercurial')
options=(!emptydirs)
#optdepends=('')
-
source=('hg+'https://repos.goffi.org/cagou)
_hgname="cagou"
-
md5sums=('SKIP')
-
pkgver() {
cd "$_hgname"
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}
-
package() {
pkgdesc="Salut à Toi, multi-frontends multi-purposes XMPP client (Android/Desktop interface)"
cd "$srcdir/$_hgname/"
- # make sure UNICODE characters in the README are parsed correctly
- export LC_CTYPE=en_US.utf-8
python2 setup.py install --root="$pkgdir/" --optimize=1
-}
+} \ No newline at end of file