summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-10-19 03:31:12 +1100
committerLuis Aranguren2020-10-19 03:31:12 +1100
commit78fb748b873fa59a7e317df609b6c52845f51612 (patch)
treedae64e4829d9a2a24f182957c8062f0cc5228622
parenta1fd35b04f427dd9a5abf7cb365f2fbc21b2d9da (diff)
downloadaur-78fb748b873fa59a7e317df609b6c52845f51612.tar.gz
[1.2.0-2] removed stray .gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa25a2934982..3b40543e66b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pylru
pkgdesc = A least recently used (LRU) cache implementation
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jlhutch/pylru
arch = any
license = GPL2
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d3cf74b37564..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*.log*
-*.tar.gz
-*.tar.xz
-*.sig
-*.asc
diff --git a/PKGBUILD b/PKGBUILD
index f5b619e6a075..689780b99091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-pylru
pkgname=('python-pylru' 'python2-pylru')
_name=pylru
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A least recently used (LRU) cache implementation"
arch=('any')
url="https://github.com/jlhutch/pylru"