summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuan Tascon2016-03-08 12:57:48 -0500
committerJuan Tascon2016-03-08 12:57:48 -0500
commitca07dfd5fd6739fd57a71dd5300af6e0e66b76cd (patch)
tree013bcfa8f85ad9c598c649a93767457ec6b917b6 /PKGBUILD
parent66960f2c74ac247e15842d0b092081cde640172d (diff)
downloadaur-ca07dfd5fd6739fd57a71dd5300af6e0e66b76cd.tar.gz
updated to 1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6452596d945..9458e6d94440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-pytelegrambotapi
_pkgname=pyTelegramBotAPI
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Python Telegram bot api"
arch=('any')
url="https://github.com/eternnoir/pyTelegramBotAPI"
-license="GPL3"
+license=("GPL3")
depends=('python' 'python-requests')
source=("https://github.com/eternnoir/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('fa382bdd7b96596ad9a823046ff80d61a51b3be2f4f3c05fca042cfcc3fda848')
+sha256sums=('7134e52667e58f0618b169e7b295bee8caab1d4342271f28091ecbbe78da4f9f')
package() {
read