summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Semkin2018-01-04 02:06:26 +0300
committerIvan Semkin2018-01-04 02:06:26 +0300
commit0f564078d78b14009d3e848667e8f8695c937fe2 (patch)
tree6e68f8e78d68c3905a2b5466e803b26f83ad30f0 /PKGBUILD
parente548d221572cfb61fef400da7a0c0764a1a5a055 (diff)
downloadaur-0f564078d78b14009d3e848667e8f8695c937fe2.tar.gz
Remove 'provides'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3a6fb9bca15..9e3dd0f6ba7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
appname=vk_api
pkgname=(python-vk_api-git python2-vk_api-git)
pkgver=9.3.r1.ea556a5
-pkgrel=2
+pkgrel=3
pkgdesc='Module for writing scripts for vk.com (vkontakte)'
arch=('any')
url='https://github.com/python273/vk_api'
license=('APACHE')
depends=()
makedepends=('python-setuptools')
-provides=('python-vk_api' 'python2-vk_api')
source=('git://github.com/python273/vk_api')
md5sums=('SKIP')