summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLartza2020-08-24 11:54:25 +0300
committerLartza2020-08-24 11:54:25 +0300
commit658bbe88235995f41b12e4f39f52dca737cf330b (patch)
tree7a7c4deb6124a2534244c595fda277a03f00f162
parent2e951c8a315a5cf6604d540ce6ae0edf04c654bb (diff)
downloadaur-658bbe88235995f41b12e4f39f52dca737cf330b.tar.gz
Update to 0.9.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d941a6c5b6ba..1a369c2c880f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pydle
pkgdesc = A compact, flexible and standards-abiding IRC library for Python 3.
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/Shizmob/pydle
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://github.com/Shizmob/pydle/archive/v0.9.3.tar.gz
- sha256sums = b7b31852bf7eccd9e9f2c5e857e762b09fe594d9756621708be8375a28447527
+ source = https://github.com/Shizmob/pydle/archive/v0.9.4.tar.gz
+ sha256sums = 319f6fd5e6beb502b2af024dd52819fdbb67b625a4c4d3cc417408529662fe66
pkgname = python-pydle
diff --git a/PKGBUILD b/PKGBUILD
index 7046a877da8b..a105a73062df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pydle
_pkgname=pydle
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="A compact, flexible and standards-abiding IRC library for Python 3."
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("https://github.com/Shizmob/pydle/archive/v$pkgver.tar.gz")
-sha256sums=('b7b31852bf7eccd9e9f2c5e857e762b09fe594d9756621708be8375a28447527')
+sha256sums=('319f6fd5e6beb502b2af024dd52819fdbb67b625a4c4d3cc417408529662fe66')
build() {
cd $_pkgname-$pkgver