summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenz Steinert2019-11-30 18:04:01 +0100
committerLorenz Steinert2019-11-30 18:04:01 +0100
commit63cdda6902a3997e3228dc7a3132b0edc4b97a19 (patch)
tree9c17ed8e8585a3b42771967e448a3888831e4a8b /PKGBUILD
parent8401163d46b2ea33a94627368b4c83d84451d441 (diff)
downloadaur-python-lazr-delegates.tar.gz
update to 2.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 398d5c33b9f4..ccaa042e5448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-lazr-delegates')
_pkgbase='lazr.delegates'
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Easily write objects that delegate behavior"
arch=(any)
@@ -10,7 +10,7 @@ url="https://launchpad.net/lazr.delegates"
license=('LGPL')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/l/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz")
-sha256sums=('51c80d5ac2c1f8f4a8c75fa271646529c8a6393a0b088dab50fb62138d092ee9')
+sha256sums=('dded302c7bfce579aad8d5e2f2e3672dc920cc8d91015a9045d7ab240ba2b6e5')
makedepends=('python-setuptools')
package_python-lazr-delegates() {