summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2017-06-18 01:41:08 -0400
committerTim Savannah2017-06-18 01:41:08 -0400
commit99ed9b936c94984b42a1ae69f0a4cd0f2e07e131 (patch)
tree868af50389eae0413ac393b70c1b2982c1119e40
parent9cba1d301c3c80e6475d130b8078055a84fdcf9f (diff)
downloadaur-python2-poplines.tar.gz
python2-poplines - add missing description
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e953dad917..384a158f8da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = python2-poplines
+ pkgdesc = Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/kata198/popLines
arch = any
license = GPLv2
diff --git a/PKGBUILD b/PKGBUILD
index 22b7b039ee43..9c99f6008992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname='python2-poplines'
_realName=popLines
pkgver=2.1.1
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!"
arch=('any')
license=('GPLv2')
url="http://github.com/kata198/popLines"