summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2018-06-07 22:08:52 +0200
committerjnanar2018-06-07 22:08:52 +0200
commite1a12f02b7c2dff84143ea1105b175e4876e371c (patch)
treeb99195e90b2e31649c77a3207ec7d10ec60cab2d
parent6cd25629332916981cbd8b6771130ed5d28753b0 (diff)
downloadaur-e1a12f02b7c2dff84143ea1105b175e4876e371c.tar.gz
Small fix PKGBUILD
-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