summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Arnott2018-12-24 12:09:11 +0000
committerColin Arnott2018-12-24 12:09:11 +0000
commitc204a8e2595b4a1dd0175027aaa16803edd9e5fd (patch)
treec66ec063c2c38226803d4a8fc8fcf6e60ce55b09 /PKGBUILD
parent993aa712dbaf5efbdd79e5db1da37b8499d256ed (diff)
downloadaur-c204a8e2595b4a1dd0175027aaa16803edd9e5fd.tar.gz
v0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02441fec8074..bf92550d2b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgbase=python-mechanicalsoup
pkgname=(python-mechanicalsoup python2-mechanicalsoup)
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
pkgdesc="A Python library for automating interaction with websites"
arch=('any')
url="https://github.com/hickford/MechanicalSoup"
license=('MIT')
makedepends=('python2-setuptools' 'python-setuptools')
source=("https://github.com/hickford/MechanicalSoup/archive/v${pkgver}.tar.gz")
-sha512sums=('92c36db4edff18e76f6bfa359d0c8e123c047cb09ba18901939c83ae68efe39fa808b575f9627a12d0b8fb6dbfa89636f532dda30bc9c5e258143c2c42635c48')
+sha512sums=('d45303523d46e241769ca763d970044c8eee5278e4546720b3b2088577e05ffd269a1e40fd53168894906d3ee75b441f5591e162fa0d39ceea9f479283135f5e')
check() {
cd $srcdir/MechanicalSoup-$pkgver