summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlthorion2019-08-26 22:08:37 +0200
committerAlthorion2019-08-26 22:08:37 +0200
commit79eecdec18a0ff33a04319f8a976c40287793f50 (patch)
tree410e43423dad3a5db237dc67028ce8cca35dfb92
parent85577932bafc52ce9b868df04994aae68e4e46c6 (diff)
downloadaur-79eecdec18a0ff33a04319f8a976c40287793f50.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 343b88a96717..407a6dbe77bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-xxhash
pkgdesc = Python binding for xxHash
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://pypi.python.org/pypi/xxhash/
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.io/packages/source/x/xxhash/xxhash-1.3.0.tar.gz
- md5sums = a4289aa01839f3ea1fb98929d9131001
+ source = https://pypi.io/packages/source/x/xxhash/xxhash-1.4.0.tar.gz
+ md5sums = 130a57385de144c8d196bbce32d44940
pkgname = python-xxhash
diff --git a/PKGBUILD b/PKGBUILD
index 6af67d591168..80e440ff9351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pyname=xxhash
pkgname=python-${_pyname,,}
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc='Python binding for xxHash'
arch=('i686' 'x86_64')
url="https://pypi.python.org/pypi/$_pyname/"
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools')
license=('BSD')
source=("https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-${_pyver:-$pkgver}.tar.gz")
-md5sums=('a4289aa01839f3ea1fb98929d9131001')
+md5sums=('130a57385de144c8d196bbce32d44940')
build() {
cd $srcdir/$_pyname-${_pyver:-$pkgver}