summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2017-09-01 02:03:39 +0200
committermathieui2017-09-01 02:03:39 +0200
commit9134bbec45189e48774fa2308f55bc885730417a (patch)
tree442daaaa76a4c4c8cfaf9e89913025545cc7b797
parent5ec0e64fe251a8129b24bb57b287dc7d1265774a (diff)
downloadaur-9134bbec45189e48774fa2308f55bc885730417a.tar.gz
Update to 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14ca400a3c25..33bdd236328e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pycares
pkgdesc = A python interface for c-ares
- pkgver = 1.0.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/saghul/pycares
arch = i686
arch = x86_64
license = MIT
depends = python
- source = https://github.com/saghul/pycares/archive/pycares-1.0.0.tar.gz
- sha512sums = 203d340e78c70c369c5f287560bddd902c29b4661a63730ea86654bc1848ba9e8326545a71b89ee824aed9550d9b19c52209493b7de27dc0eb982edf0430825e
+ source = https://github.com/saghul/pycares/archive/pycares-2.3.0.tar.gz
+ sha512sums = d9a910b529d3b070b1685f6d89458404f22a5aa7002b01c1772f3eff548e9764826454c41bb69bf2f5b663df39cd1fb71b599b5f1ea88e197218e02942af67c7
pkgname = python-pycares
diff --git a/PKGBUILD b/PKGBUILD
index 1c638a5f9085..da1a9fdab549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-pycares
_pkgname=pycares
-pkgver=1.0.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="A python interface for c-ares"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python')
source=("https://github.com/saghul/$_pkgname/archive/$_pkgname-${pkgver}.tar.gz")
-sha512sums=('203d340e78c70c369c5f287560bddd902c29b4661a63730ea86654bc1848ba9e8326545a71b89ee824aed9550d9b19c52209493b7de27dc0eb982edf0430825e')
+sha512sums=('d9a910b529d3b070b1685f6d89458404f22a5aa7002b01c1772f3eff548e9764826454c41bb69bf2f5b663df39cd1fb71b599b5f1ea88e197218e02942af67c7')
build() {
cd "$srcdir/$_pkgname-$_pkgname-$pkgver"