summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2021-03-23 07:58:22 +0100
committerPellegrino Prevete2021-03-23 07:58:22 +0100
commita7b50e09ab9c7895b5315002aa7fdf8d448b507e (patch)
tree1f58deb5028b1d8854cd7acfe8354b2166a55323
parent4cd45bb893c4509a852737cf979accb10fd4b3e5 (diff)
downloadaur-a7b50e09ab9c7895b5315002aa7fdf8d448b507e.tar.gz
upgrade to 0.4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aafff6287bfa..f7b1fb41872c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = pgpgram
pkgdesc = PGP encrypted backups on Telegram Cloud
- pkgver = 0.3.1
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/tallero/pgpgram
arch = any
license = AGPL3
makedepends = python-setuptools
depends = python
+ depends = python-appdirs
depends = python-setproctitle
depends = python-sqlitedict
depends = telegram-tdlib
depends = trovotutto
optdepends = youtube-dl
- source = pgpgram::git+https://github.com/tallero/pgpgram.git#tag=0.3.1
+ source = pgpgram::git+https://github.com/tallero/pgpgram.git#tag=0.4
sha256sums = SKIP
pkgname = pgpgram
diff --git a/PKGBUILD b/PKGBUILD
index 7eeb2d456d2d..7b9ece14576f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Mantainer: Pellegrino Prevete <cGVsbGVncmlub3ByZXZldGVAZ21haWwuY29tCg== | base -d>
pkgname=pgpgram
-pkgver=0.3.1
+pkgver=0.4
pkgrel=1
pkgdesc='PGP encrypted backups on Telegram Cloud'
arch=('any')
url='https://github.com/tallero/pgpgram'
license=('AGPL3')
-depends=('python' 'python-setproctitle' 'python-sqlitedict' 'telegram-tdlib' 'trovotutto')
+depends=('python' 'python-appdirs' 'python-setproctitle'
+ 'python-sqlitedict' 'telegram-tdlib' 'trovotutto')
optdepends=('youtube-dl')
makedepends=('python-setuptools')
source=("$pkgname::git+https://github.com/tallero/pgpgram.git#tag=$pkgver")