summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66ab672c76bb..3f0592a65dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
+# Generated by mksrcinfo v8
+# Sat Aug 5 05:44:14 UTC 2017
pkgbase = python2-pylru-git
pkgdesc = A least recently used (LRU) cache for Python.
- pkgver = r62.eca0254
+ pkgver = r67.66163a3
pkgrel = 1
url = https://github.com/jlhutch/pylru
arch = any
license = GPL
+ makedepends = git
depends = python2
provides = python2-pylru
conflicts = python2-pylru
diff --git a/PKGBUILD b/PKGBUILD
index bc1aa40f5e9c..fb86237ceb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Adam Goldsmith <adam@adamgoldsmith.name>
pkgname=python2-pylru-git
-pkgver=r62.eca0254
+pkgver=r67.66163a3
pkgrel=1
pkgdesc="A least recently used (LRU) cache for Python."
arch=('any')
url="https://github.com/jlhutch/pylru"
license=('GPL')
+makedepends=(git)
depends=(python2)
provides=(python2-pylru)
conflicts=(python2-pylru)