summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06088d16916f..792138c7dbef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sat-templates-hg
pkgdesc = sat-templates is a collection of templates for Salut à Toi, the multi-frontends multi-purposes XMPP client (core). For now, it needs to be accessible in the PYTHONPATH
- pkgver = 0.7.r223.5db3aacee4a3
+ pkgver = 0.7.r227.f8f9019425c3
pkgrel = 1
url = https://salut-a-toi.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ce0650cc67b4..1dae394791b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('sat-templates-hg')
_realname=sat_templates
-pkgver=0.7.r223.5db3aacee4a3
+pkgver=0.7.r227.f8f9019425c3
_version=0.7
pkgrel=1
url="https://salut-a-toi.org/"
@@ -23,12 +23,7 @@ pkgver() {
printf "$_version.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}
-build() {
- cd "$srcdir/$_realname"
- python setup.py build
-}
-
package(){
cd "$srcdir/$_realname"
- python setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1 --skip-build
+ python setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1
}