summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2022-03-08 09:01:25 +1100
committerLuis Aranguren2022-03-08 09:01:25 +1100
commit735bfb9ace3d72c8b038c5a80fbd58652a7f8e85 (patch)
tree27536066105c0d6ff3ed0f7c8fd1d188293eed1f /PKGBUILD
parent671f6123ae91706ae904e813357f5f645e5e8510 (diff)
downloadaur-735bfb9ace3d72c8b038c5a80fbd58652a7f8e85.tar.gz
[1.2.1-1] update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97ae5d738039..471b2a20d44a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=python-pylru
pkgname=('python-pylru')
_name=pylru
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
pkgdesc="A least recently used (LRU) cache implementation"
arch=('any')
url="https://github.com/jlhutch/pylru"
@@ -14,7 +14,7 @@ license=('GPL2')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_name}-${pkgver}.tar.gz::https://github.com/jlhutch/pylru/archive/v${pkgver}.tar.gz")
-sha256sums=('c4dcf175f6317539199434db13ffea0f642a52fac1e547e2e5f0866686fc9292')
+sha256sums=('8d8d5ac67c5567137c53cf505a851a0c125666bd64402a111f141ae35db00859')
prepare() {
cp -a ${_name}-${pkgver}{,-python2}