[arch-commits] Commit in python-lru-dict/trunk (PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Aug 18 10:40:29 UTC 2022
Date: Thursday, August 18, 2022 @ 10:40:29
Author: alucryd
Revision: 1266871
upgpkg: python-lru-dict 1.1.8-1
Modified:
python-lru-dict/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-18 10:36:22 UTC (rev 1266870)
+++ PKGBUILD 2022-08-18 10:40:29 UTC (rev 1266871)
@@ -2,8 +2,8 @@
# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
pkgname=python-lru-dict
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
pkgdesc='A fast and memory efficient LRU cache for Python'
arch=(x86_64)
url=https://github.com/amitdev/lru-dict
@@ -13,10 +13,15 @@
git
python-setuptools
)
-_commit=64bc69b27dd2b5bcd68c93cce41c8513eb63151e
-source=(git+https://github.com/amitdev/lru-dict.git#commit=${_commit})
+_tag=8bdcd75a11f629aff4b15ec0ae0faaf165a44fb1
+source=(git+https://github.com/amitdev/lru-dict.git#tag=${_tag})
b2sums=(SKIP)
+pkgver() {
+ cd lru-dict
+ git describe --tags | sed 's/^v//'
+}
+
build() {
cd lru-dict
python setup.py build_ext
More information about the arch-commits
mailing list