diff options
author | Colin Arnott | 2016-10-10 00:59:15 +0000 |
---|---|---|
committer | Colin Arnott | 2016-10-10 00:59:15 +0000 |
commit | a9d23e025d6e24d496c2746ba287c71939c6dd54 (patch) | |
tree | 51df804086fd8476074437e4a75a6e2deb97049a /PKGBUILD | |
parent | a3b20e95e35fcd60c0418c985d7a8222c038bf4b (diff) | |
download | aur-a9d23e025d6e24d496c2746ba287c71939c6dd54.tar.gz |
bump to v0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,8 +4,8 @@ _pkgname="MechanicalSoup" pkgname=python-mechanicalsoup -pkgver=0.4.0 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="A Python library for automating interaction with websites" arch=('any') url="https://github.com/hickford/MechanicalSoup" @@ -13,7 +13,7 @@ license=('MIT') depends=('python' 'python-beautifulsoup4' 'python-requests' 'python-six') makedepends=('python-setuptools') source=("https://github.com/hickford/MechanicalSoup/archive/v${pkgver}.tar.gz") -sha512sums=('a07e9bda18944c9a5ff1bee4444b53324b99861fe3003c57e933c33bca29bfb6343fdea8a27c70c02d866e478e654016e2f246adb29c0a1536515c5dbf3f6d25') +sha512sums=('30f27209ecaa1c66a2ffe2e290806c9d32ed985902f760f5faa226e16e84188217923ee7ecfab873b6b2395d3c13c6d27e70a3dfbb6229e3782749afac12b241') check() { cd $srcdir/${_pkgname}-$pkgver |