summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2020-07-23 21:13:43 +0200
committerj.r2020-07-23 21:13:43 +0200
commit7cf0dca6d2745e2ae11556899a438c442cb7f16a (patch)
tree094429b03ea914856a64028e8f310add844219eb /PKGBUILD
parent18377faa69b582c535ccf4ca50dfa8db34a220c0 (diff)
downloadaur-7cf0dca6d2745e2ae11556899a438c442cb7f16a.tar.gz
Remove dephell because there is setup.py now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a0d5f0b08e5..8152ce7eacb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: j.r <j.r@jugendhacker.de>
_pkgname=telegram-tg
pkgname=$_pkgname-git
-pkgver=v0.1.3.r0.f24e71f
+pkgver=v0.5.0.r7.7a9e312
pkgrel=1
pkgdesc="terminal telegram client that really works"
arch=(any)
url="https://github.com/paul-nameless/tg"
license=('Unlicense')
depends=('python-telegram' 'python3')
-makedepends=('git' 'python-dephell')
+makedepends=('git')
optdepends=(
'libnotify: for notifications, you could also use other programs: see config'
'ffmpeg: to record voice msgs and upload videos correctly'
@@ -28,12 +28,6 @@ pkgver() {
#printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$srcdir/$_pkgname"
-
- dephell deps convert --from pyproject.toml --to setup.py
-}
-
build() {
cd "$srcdir/$_pkgname"