Skip to content

Commit

Permalink
Bump to 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasem committed Oct 3, 2018
1 parent 5bf1b17 commit fc26400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkgbase = python-vk_api
pkgdesc = Module for writing scripts for vk.com (vkontakte)
pkgver = 11.0.0
pkgver = 11.2.0
pkgrel = 1
url = https://github.com/python273/vk_api
arch = any
license = APACHE
makedepends = python-setuptools
source = https://github.com/python273/vk_api/archive/v11.0.0.tar.gz
sha256sums = de01890a6392451423187591a6328b64624b9c4500f85f08a28ceb141a23db46
source = https://github.com/python273/vk_api/archive/v11.2.0.tar.gz
sha256sums = 31cd6a185a325ef6a988f54f5d7573051031939113f1ae67f4588cbb8481978e

pkgname = python-vk_api
depends = python
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=(python-vk_api python2-vk_api)
_pkgname=vk_api
pkgver=11.0.0
pkgver=11.2.0
pkgrel=1
pkgdesc='Module for writing scripts for vk.com (vkontakte)'
url='https://github.com/python273/vk_api'
Expand All @@ -11,7 +11,7 @@ license=(APACHE)
depends=()
makedepends=(python-setuptools)
source=("https://github.com/python273/vk_api/archive/v$pkgver.tar.gz")
sha256sums=('de01890a6392451423187591a6328b64624b9c4500f85f08a28ceb141a23db46')
sha256sums=('31cd6a185a325ef6a988f54f5d7573051031939113f1ae67f4588cbb8481978e')

package_python-vk_api() {
depends=(python python-requests python-beautifulsoup4)
Expand Down

0 comments on commit fc26400

Please sign in to comment.