summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c4d4849aa1d..0fb613724097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=tg
pkgname=telegram-$_pkgname
pkgver=0.19.0
-pkgrel=3
+pkgrel=4
pkgdesc="terminal telegram client that really works"
arch=('any')
url="https://github.com/paul-nameless/tg"
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "$srcdir/$_pkgname-$pkgver"
- python -m build --wheel --no-isolation
+ python setup.py bdist_wheel
}
package() {