summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d30cba8344c..88850f0f82b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = telegram-tg-git
pkgdesc = terminal telegram client that really works
- pkgver = v0.1.3.r0.f24e71f
+ pkgver = v0.5.0.r7.7a9e312
pkgrel = 1
url = https://github.com/paul-nameless/tg
arch = any
license = Unlicense
makedepends = git
- makedepends = python-dephell
depends = python-telegram
depends = python3
optdepends = libnotify: for notifications, you could also use other programs: see config
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"