summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Arnott2018-12-24 12:09:11 +0000
committerColin Arnott2018-12-24 12:09:11 +0000
commitc204a8e2595b4a1dd0175027aaa16803edd9e5fd (patch)
treec66ec063c2c38226803d4a8fc8fcf6e60ce55b09
parent993aa712dbaf5efbdd79e5db1da37b8499d256ed (diff)
downloadaur-c204a8e2595b4a1dd0175027aaa16803edd9e5fd.tar.gz
v0.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968c341bf18f..6785b56a8d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Dec 15 18:53:51 UTC 2017
pkgbase = python-mechanicalsoup
pkgdesc = A Python library for automating interaction with websites
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://github.com/hickford/MechanicalSoup
arch = any
license = MIT
makedepends = python2-setuptools
makedepends = python-setuptools
- source = https://github.com/hickford/MechanicalSoup/archive/v0.9.0.tar.gz
- sha512sums = 92c36db4edff18e76f6bfa359d0c8e123c047cb09ba18901939c83ae68efe39fa808b575f9627a12d0b8fb6dbfa89636f532dda30bc9c5e258143c2c42635c48
+ source = https://github.com/hickford/MechanicalSoup/archive/v0.11.0.tar.gz
+ sha512sums = d45303523d46e241769ca763d970044c8eee5278e4546720b3b2088577e05ffd269a1e40fd53168894906d3ee75b441f5591e162fa0d39ceea9f479283135f5e
pkgname = python-mechanicalsoup
depends = python
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