summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Savannah2017-06-18 01:40:21 -0400
committerTim Savannah2017-06-18 01:40:21 -0400
commit755927228dac22e34a9c84684763b39a7223ce3e (patch)
tree7f507d8452e82a3ae850d7e514d70d92726fada9
parentc0abba64d228437bfc878d8220515da610e892a5 (diff)
downloadaur-755927228dac22e34a9c84684763b39a7223ce3e.tar.gz
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 c608540729d8..2b493df69d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = 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 278b295c906f..a3ef501204c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=('poplines' 'python-poplines')
_realName=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
-pkgdesc=""
+pkgrel=2
arch=('any')
license=('GPLv2')
url="http://github.com/kata198/popLines"