summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-10-23 11:57:53 -0400
committerAndrew Sun2019-10-23 11:57:53 -0400
commit6f65d6b2e5d662c34dce6d5f7c00af4620877399 (patch)
tree55f659fde196a4c82eedc1037d0d0c122447d1a7 /PKGBUILD
parent66109c507d382cf11ea75f1f90f49ae48d1cb822 (diff)
downloadaur-6f65d6b2e5d662c34dce6d5f7c00af4620877399.tar.gz
python-simplekv: update to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 933e5cccfe06..dbf6be5a86fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=simplekv
pkgname=python-simplekv
-pkgver=0.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="A simple key-value store for binary data"
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/mbr/simplekv"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('74cafda6d733deda87b5c6273155a971c8b94c02ffac7d0d241930690c57ee2ef995a232a27c8cdc54871fc1e257e33467c732818915d7ab6cf76ca63200ad3b')
+source=("${_name}-${pkgver}.tar.gz"::"https://github.com/mbr/${_name}/archive/${pkgver}.tar.gz")
+sha512sums=('8911f4d103070f66d1aa6ee2cd8570372e9ae7878a16b3673808098ad4fe1cea410cb8331d805cf98fde383af1609aca9363a1724f3f73e38c503f4b1215c629')
build(){
cd "${srcdir}/${_name}-${pkgver}"