summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2023-05-28 11:28:51 +0200
committerMaxime Gauduin2023-05-28 11:28:51 +0200
commitba2554c2d0735b84e70a07fc4f7789c3e9744e19 (patch)
treed09844fd7a8d286094893b00260862ddfc16479d
parent2256d940a381facf260d99a10770f2a1cf7f2994 (diff)
downloadaur-ba2554c2d0735b84e70a07fc4f7789c3e9744e19.tar.gz
upgpkg: 1.2.0-1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e6341e2ef6d..e8f0ecd52f08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-lru-dict
-pkgver=1.1.8
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='A fast and memory efficient LRU cache for Python'
arch=(x86_64)
url=https://github.com/amitdev/lru-dict
@@ -13,7 +13,7 @@ makedepends=(
git
python-setuptools
)
-_tag=8bdcd75a11f629aff4b15ec0ae0faaf165a44fb1
+_tag=b5ec33e5bb338dd815d2ec8fc6819626ef667821
source=(git+https://github.com/amitdev/lru-dict.git#tag=${_tag})
b2sums=(SKIP)