summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2023-06-28 23:30:12 +0200
committerj.r2023-06-28 23:30:29 +0200
commit6be7fd685c5739f24c326c6c3ba44b92d201472d (patch)
treea7328bae08533c755fe253395cd4e166b4ff930f /PKGBUILD
parenta600f94225c871baf8bba1f657e51d19d2573a6b (diff)
downloadaur-6be7fd685c5739f24c326c6c3ba44b92d201472d.tar.gz
Fix build step without clean chroot
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() {