summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2015-10-02 19:50:11 +0200
committermathieui2015-10-02 19:50:11 +0200
commit5ec0e64fe251a8129b24bb57b287dc7d1265774a (patch)
tree06cd3f85eea23534fca5a5db41ccdbd53e70058d
parentb17c2a32d705d5df801b36c8dda09bd735eacdd2 (diff)
downloadaur-5ec0e64fe251a8129b24bb57b287dc7d1265774a.tar.gz
Update to v1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39346ad5f36c..14ca400a3c25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by makepkg 4.2.0
-# Mon Jan 5 15:41:08 UTC 2015
pkgbase = python-pycares
pkgdesc = A python interface for c-ares
- pkgver = 0.6.3
+ pkgver = 1.0.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-0.6.3.tar.gz
- sha512sums = 92b53ccddd7c06e701807af6b62aec147701c45c3a32f617674480d01a6998e17645346c225bb7500f8a4ec87cf172c730e9cb05c9baadeec809ffcacea5eac2
+ source = https://github.com/saghul/pycares/archive/pycares-1.0.0.tar.gz
+ sha512sums = 203d340e78c70c369c5f287560bddd902c29b4661a63730ea86654bc1848ba9e8326545a71b89ee824aed9550d9b19c52209493b7de27dc0eb982edf0430825e
pkgname = python-pycares
diff --git a/PKGBUILD b/PKGBUILD
index 66bab9a83b53..1c638a5f9085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-pycares
_pkgname=pycares
-pkgver=0.6.3
+pkgver=1.0.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=('92b53ccddd7c06e701807af6b62aec147701c45c3a32f617674480d01a6998e17645346c225bb7500f8a4ec87cf172c730e9cb05c9baadeec809ffcacea5eac2')
+sha512sums=('203d340e78c70c369c5f287560bddd902c29b4661a63730ea86654bc1848ba9e8326545a71b89ee824aed9550d9b19c52209493b7de27dc0eb982edf0430825e')
build() {
cd "$srcdir/$_pkgname-$_pkgname-$pkgver"